fix: add hadolint ignore DL3018,DL3013 for apk add and pip install
Docker Build and Push / lint (push) Successful in 8s
Docker Build and Push / lint (pull_request) Successful in 5s
Docker Build and Push / build (push) Successful in 1m9s
Docker Build and Push / build (pull_request) Successful in 58s
Docker Build and Push / test (push) Successful in 18s
Docker Build and Push / test (pull_request) Successful in 15s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Successful in 26s

This commit is contained in:
2026-06-08 19:02:35 -04:00
parent 4c6aa39a5f
commit 3f9188bf85
+2 -2
View File
@@ -1,9 +1,9 @@
FROM "python:3.14-alpine"
ARG BUILD_DATE
ARG VCS_REF
ARG VERSION
# hadolint ignore=DL3018,DL3013
RUN apk --no-cache add --virtual build-dependencies \
build-base libffi-dev libressl-dev && \
pip install --no-cache-dir ansible-lint && \
@@ -25,4 +25,4 @@ LABEL "maintainer"="dockerimages@cabillot.eu" \
"org.label-schema.usage"="docker run --rm -v $(pwd):/data registry.cabillot.eu/jcabillot/ansible-lint -p /data"
ENTRYPOINT [ "/usr/local/bin/ansible-lint" ]
CMD [ "--help" ]
CMD [ "--help" ]