Skip to content

Commit

Permalink
Containerd 1.7.25 is released now (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Jan 14, 2025
1 parent befc9ec commit 984b118
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ RUN set -ex \
&& curl -fLsS ${DOCKER_URL}/linux/${DOCKER_APT_OS}/gpg | apt-key add - \
&& echo "deb [arch=amd64] ${DOCKER_URL}/linux/${DOCKER_APT_OS} ${DOCKER_APT_CHANNEL} stable" > /etc/apt/sources.list.d/docker.list \
&& apt-get update \
# FIXME remove once containerd v1.7.25 is released, 1.7.24 is broken because runc < 1.2.4 breaks TAP/TUN devices required for vpn-shoot
&& apt-get install --yes --no-install-recommends containerd.io=1.7.23-1 \
&& apt-get install --yes --no-install-recommends containerd.io \
# Install crictl to be able to manipulate containers managed with containerd
&& curl -fLsS https://github.com/kubernetes-sigs/cri-tools/releases/download/${CRI_VERSION}/crictl-${CRI_VERSION}-linux-amd64.tar.gz -o /tmp/crictl-${CRI_VERSION}-linux-amd64.tar.gz \
&& tar -xf /tmp/crictl-${CRI_VERSION}-linux-amd64.tar.gz -C /usr/local/bin \
Expand Down

0 comments on commit 984b118

Please sign in to comment.