Skip to content

Commit 0cf4fc9

Browse files
committed
containerd: Switch to 1.25.9
1.26 comes from the main branch but the last release (2.2.3) is still on Go 1.25. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 9474949 commit 0cf4fc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,8 @@ target "_pkg-containerd" {
517517
args = {
518518
PKG_NAME = PKG_NAME != null && PKG_NAME != "" ? PKG_NAME : "containerd.io"
519519
PKG_REPO = PKG_REPO != null && PKG_REPO != "" ? PKG_REPO : "https://github.com/containerd/containerd.git"
520-
PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "main"
521-
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.26.2" # https://github.com/containerd/containerd/blob/main/.github/workflows/release/Dockerfile
520+
PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "release/2.2"
521+
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.25.9" # https://github.com/containerd/containerd/blob/release/2.2/.github/workflows/release/Dockerfile
522522
GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != "" ? GO_IMAGE_VARIANT : "bookworm"
523523
PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != "" ? PKG_DEB_EPOCH : ""
524524
RUNC_REF = RUNC_REF != null && RUNC_REF != "" ? RUNC_REF : null

0 commit comments

Comments
 (0)