File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments