Skip to content

Commit

Permalink
Downgrade ansible-core to mitigate symlink issue with ansible-galaxy. (
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Dec 11, 2023
1 parent 27fa31a commit ad8f1d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM python:3.11-slim

ENV VERSION_ANSIBLE=8.4.0 \
VERSION_CT=0.9.0 \
ENV VERSION_CT=0.9.0 \
VERSION_HELM=3.12.3 \
CLOUD_SDK_VERSION=445.0.0

Expand Down Expand Up @@ -29,7 +28,8 @@ RUN set -x \
&& gcloud --version \
&& curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version "v${VERSION_HELM}" \
&& python3 -m pip install --disable-pip-version-check --no-cache-dir \
ansible==${VERSION_ANSIBLE} \
ansible==8.4.0 \
ansible-core==2.15.4 \
Jinja2==3.1.2 \
netaddr==0.8.0 \
humanfriendly==9.2 \
Expand Down

0 comments on commit ad8f1d4

Please sign in to comment.