Skip to content

Commit 835cdca

Browse files
committed
update containerd binary to v1.7.13
Update the containerd binary that's used in CI - full diff: containerd/containerd@v1.7.12...v1.7.13 - release notes: https://github.com/containerd/containerd/releases/tag/v1.7.13 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 8a81b9d commit 835cdca

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ RUN git init . && git remote add origin "https://github.com/containerd/container
198198
# When updating the binary version you may also need to update the vendor
199199
# version to pick up bug fixes or new APIs, however, usually the Go packages
200200
# are built from a commit from the master branch.
201-
ARG CONTAINERD_VERSION=v1.7.12
201+
ARG CONTAINERD_VERSION=v1.7.13
202202
RUN git fetch -q --depth 1 origin "${CONTAINERD_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
203203

204204
FROM base AS containerd-build

Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
164164
ARG GO_VERSION=1.21.6
165165
ARG GOTESTSUM_VERSION=v1.8.2
166166
ARG GOWINRES_VERSION=v0.3.1
167-
ARG CONTAINERD_VERSION=v1.7.12
167+
ARG CONTAINERD_VERSION=v1.7.13
168168

169169
# Environment variable notes:
170170
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux.

hack/dockerfile/install/containerd.installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -e
1515
# the binary version you may also need to update the vendor version to pick up
1616
# bug fixes or new APIs, however, usually the Go packages are built from a
1717
# commit from the master branch.
18-
: "${CONTAINERD_VERSION:=v1.7.12}"
18+
: "${CONTAINERD_VERSION:=v1.7.13}"
1919

2020
install_containerd() (
2121
echo "Install containerd version $CONTAINERD_VERSION"

0 commit comments

Comments
 (0)