fix: comment unused tini ENTRYPOINT to fix DL4004
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build (pull_request) Successful in 18s
Docker Build and Push / test (pull_request) Successful in 12s
Docker Build and Push / push (pull_request) Has been skipped

This commit is contained in:
Sagent
2026-06-09 12:29:39 +00:00
parent 463bf2d1e3
commit 0617b6e3c6
+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" ]