Skip to content

bake/containerd: Align Go version - #498

Merged
thaJeztah merged 1 commit into
docker:mainfrom
vvoland:c8d-branch
Aug 19, 2026
Merged

bake/containerd: Align Go version#498
thaJeztah merged 1 commit into
docker:mainfrom
vvoland:c8d-branch

Conversation

@vvoland

@vvoland vvoland commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator

We currently ship containerd 2.3 releases as stable so let's track Go updates for its release branch.

We currently ship containerd 2.3 releases as stable so let's track Go
updates for its release branch.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
@vvoland
vvoland requested a review from a team as a code owner August 19, 2026 09:44
@vvoland vvoland self-assigned this Aug 19, 2026
Comment thread docker-bake.hcl
PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "release/2.2"
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.25.12" # https://github.com/containerd/containerd/blob/release/2.2/.github/workflows/release/Dockerfile
PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "release/2.3"
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.26.5" # https://github.com/containerd/containerd/blob/release/2.3/.github/workflows/release/Dockerfile

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we build, we should override to 1.26.6

@thaJeztah thaJeztah left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thaJeztah
thaJeztah merged commit d5eb115 into docker:main Aug 19, 2026
1534 of 1535 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants