fix: comment unused tini ENTRYPOINT to fix DL4004
This commit is contained in:
+2
-1
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user