You've already forked ansible-molecule
Pin Linters
This commit is contained in:
@@ -3,8 +3,8 @@ FROM python:3.9-slim
|
|||||||
RUN pip install 'ansible-core<2.17' \
|
RUN pip install 'ansible-core<2.17' \
|
||||||
'ansible-compat==3.0.2' \
|
'ansible-compat==3.0.2' \
|
||||||
'molecule[docker]<5.0.0' \
|
'molecule[docker]<5.0.0' \
|
||||||
'ansible-lint' \
|
'ansible-lint==6.16.2' \
|
||||||
'yamllint' && \
|
'yamllint==1.32.0' && \
|
||||||
ansible-galaxy collection install community.general
|
ansible-galaxy collection install community.general
|
||||||
|
|
||||||
COPY --from=docker:20.10 /usr/local/bin/docker /usr/local/bin/
|
COPY --from=docker:20.10 /usr/local/bin/docker /usr/local/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user