fix: pin ansible-lint<5 for ansible-review compatibility
Docker Build and Push / lint (push) Successful in 10s
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (pull_request) Successful in 5m23s
Docker Build and Push / build (push) Successful in 5m49s
Docker Build and Push / test (pull_request) Failing after 49s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / test (push) Failing after 12m38s
Docker Build and Push / push (push) Has been skipped

This commit is contained in:
2026-06-09 01:01:08 +00:00
parent 66aafecb6e
commit d65e0b4d6e
+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 && \
RUN pip install --no-cache-dir ansible-review 'ansible-lint<5' && \
apk del build-dependencies
LABEL maintainer="dockerimages@cabillot.eu" \