Add hadolint ignore for apk add and pip install
Docker Build and Push / lint (pull_request) Successful in 9s
Docker Build and Push / build (pull_request) Successful in 1m4s
Docker Build and Push / test (pull_request) Successful in 13s
Docker Build and Push / push (pull_request) Has been skipped

This commit is contained in:
2026-06-08 22:29:43 -04:00
parent 0a910ce903
commit 58597d5d53
+1 -1
View File
@@ -4,10 +4,10 @@ ARG BUILD_DATE
ARG VCS_REF
ARG VERSION
# hadolint ignore=DL3018,DL3013
RUN apk --no-cache add --virtual build-dependencies build-base && \
pip install --no-cache-dir troposphere && \
apk --no-cache del build-dependencies
# TODO : vérifier les labels
LABEL "maintainer"="dockerimages@cabillot.eu" \
"org.label-schema.name"="troposphere" \