Skip to content

Commit f78a772

Browse files
authored
Merge pull request #47281 from thaJeztah/24.0_backport_bump_containerd_binary_1.7.13
[24.0 backport] update containerd binary to v1.7.13
2 parents 61afffe + dac5663 commit f78a772

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

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

203203
FROM base AS containerd-build

Dockerfile.windows

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
168168
ARG GO_VERSION=1.20.13
169169
ARG GOTESTSUM_VERSION=v1.8.2
170170
ARG GOWINRES_VERSION=v0.3.1
171-
ARG CONTAINERD_VERSION=v1.7.12
171+
ARG CONTAINERD_VERSION=v1.7.13
172172

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

hack/dockerfile/install/containerd.installer

+1-1
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)