Migrate CI to 4-job pipeline with SHA-pinned actions #4

Merged
jcabillot merged 4 commits from feat/gitea-actions-v2 into master 2026-06-09 08:33:34 -04:00
Showing only changes of commit 0617b6e3c6 - Show all commits
+2 -1
View File
@@ -9,8 +9,9 @@ RUN apk add --no-cache iperf3 && \
ENV "TINI_VERSION" "v0.16.1"
#ADD "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" "/tini"
#RUN chmod +x "/tini"
ENTRYPOINT ["/tini", "--"]
#ENTRYPOINT ["/tini", "--"]
USER "iperf"
# hadolint ignore=DL4004
ENTRYPOINT [ "/usr/bin/iperf3" ]