Skip to content

Commit 1ecc48f

Browse files
authored
Merge pull request #48117 from thaJeztah/update_containerd_binary_1.7.19
update containerd binary to v1.7.19
2 parents eea3800 + 398e15b commit 1ecc48f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

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

202202
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.11
165165
ARG GOTESTSUM_VERSION=v1.8.2
166166
ARG GOWINRES_VERSION=v0.3.1
167-
ARG CONTAINERD_VERSION=v1.7.18
167+
ARG CONTAINERD_VERSION=v1.7.19
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.18}"
18+
: "${CONTAINERD_VERSION:=v1.7.19}"
1919

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

0 commit comments

Comments
 (0)