Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Update ansible to 2.15.5 #353

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:22.04
LABEL name="deis-go-dev" \
maintainer="Matt Boersma <matt.boersma@microsoft.com>"

ENV ANSIBLE_VERSION=5.9.0 \
ENV ANSIBLE_VERSION=2.15.5 \
AZCLI_VERSION=2.52.0 \
DOCKER_VERSION=20.10.2 \
ETCDCTL_VERSION=v3.1.8 \
Expand Down Expand Up @@ -109,8 +109,8 @@ RUN \
&& mv /tmp/upx-${UPX_VERSION}-amd64_linux/upx /usr/local/bin/upx \
&& pip3 install --disable-pip-version-check --no-cache-dir --upgrade pip \
&& pip3 install --disable-pip-version-check --no-cache-dir --upgrade azure-cli==${AZCLI_VERSION} PyJWT shyaml pywinrm==${PYWINRM_VERSION} \
&& pip3 install --disable-pip-version-check --no-cache-dir --upgrade ansible==${ANSIBLE_VERSION} ansible-core==2.12.6 --force-reinstall \
&& ansible-galaxy collection install ansible.windows:==1.13.0 \
&& pip3 install --disable-pip-version-check --no-cache-dir --upgrade ansible-core==${ANSIBLE_VERSION} --force-reinstall \
&& ansible-galaxy collection install ansible.windows:>=2.10.0 \
&& apt-get purge --auto-remove -y libffi-dev python3-dev \
&& apt-get autoremove -y \
&& apt-get clean -y \
Expand Down