fix: pin ansible-lint==4.3.7 (default_rulesdir removed in newer)
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Failing after 10s
Docker Build and Push / test (push) Has been skipped
Docker Build and Push / push (push) Has been skipped
Docker Build and Push / build (pull_request) Failing after 21s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped

This commit is contained in:
2026-06-09 01:12:11 +00:00
parent d65e0b4d6e
commit c4b40c1569
+1 -1
View File
@@ -9,7 +9,7 @@ RUN apk --no-cache add --virtual build-dependencies \
build-base libffi-dev libressl-dev
# hadolint ignore=DL3013
RUN pip install --no-cache-dir ansible-review 'ansible-lint<5' && \
RUN pip install --no-cache-dir ansible-review==0.16.0 ansible-lint==4.3.7 && \
apk del build-dependencies
LABEL maintainer="dockerimages@cabillot.eu" \