Skip to content

Commit

Permalink
Upgrade podman to 4.9 (#5750)
Browse files Browse the repository at this point in the history
  • Loading branch information
bduffany authored Jan 24, 2024
1 parent 11c8722 commit 1d8a318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/executor_image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y umoci iproute2 amazon-ecr-credential-he
# Install podman and skopeo
RUN echo 'deb https://downloadcontent.opensuse.org/repositories/home:/alvistack/Debian_11/ /' >> /etc/apt/sources.list.d/home:alvistack.list && \
curl -fsSL https://download.opensuse.org/repositories/home:/alvistack/Debian_11/Release.key | gpg --dearmor >> /etc/apt/trusted.gpg.d/home_alvistack_debian11.gpg && \
apt-get update && apt-get -y upgrade && apt-get install -y podman=100:4.7.2-1 skopeo=100:1.13.3-1 && \
apt-get update && apt-get -y upgrade && apt-get install -y podman=100:4.9.0-1 skopeo=100:1.13.3-1 && \
rm -rf /var/lib/apt/lists/*

# Copy podman registries configuration.
Expand Down

0 comments on commit 1d8a318

Please sign in to comment.