This repository was archived by the owner on Jun 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:22.04
33LABEL name="deis-go-dev" \
44 maintainer="Matt Boersma <matt.boersma@microsoft.com>"
55
6- ENV ANSIBLE_VERSION=5.9.0 \
6+ ENV ANSIBLE_VERSION=2.15.5 \
77 AZCLI_VERSION=2.52.0 \
88 DOCKER_VERSION=20.10.2 \
99 ETCDCTL_VERSION=v3.1.8 \
@@ -109,8 +109,8 @@ RUN \
109109 && mv /tmp/upx-${UPX_VERSION}-amd64_linux/upx /usr/local/bin/upx \
110110 && pip3 install --disable-pip-version-check --no-cache-dir --upgrade pip \
111111 && pip3 install --disable-pip-version-check --no-cache-dir --upgrade azure-cli==${AZCLI_VERSION} PyJWT shyaml pywinrm==${PYWINRM_VERSION} \
112- && pip3 install --disable-pip-version-check --no-cache-dir --upgrade ansible==${ANSIBLE_VERSION} ansible-core==2.12.6 --force-reinstall \
113- && ansible-galaxy collection install ansible.windows:==1.13 .0 \
112+ && pip3 install --disable-pip-version-check --no-cache-dir --upgrade ansible-core ==${ANSIBLE_VERSION} --force-reinstall \
113+ && ansible-galaxy collection install ansible.windows:>=2.10 .0 \
114114 && apt-get purge --auto-remove -y libffi-dev python3-dev \
115115 && apt-get autoremove -y \
116116 && apt-get clean -y \
You can’t perform that action at this time.
0 commit comments