[release-2.3] fix(deps): bump k8schain to pick up moby module migration - #1040
Merged
Merged
Conversation
Bump google/go-containerregistry/pkg/authn/k8schain to the commit that migrated from github.com/docker/docker to github.com/moby/moby modules. This removes the transitive dependency on github.com/docker/docker, addressing CVE-2026-34040. Signed-off-by: lsviben <sviben.lovro@gmail.com>
lsviben
force-pushed
the
bump-k8schain-release-2.3
branch
from
June 18, 2026 20:03
efc7aab to
1917f1d
Compare
phisco
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Backport of the k8schain bump to release-2.3.
Bump
google/go-containerregistry/pkg/authn/k8schainfrom the 2023-09-19snapshot to the 2026-03-12 snapshot (
e9163014982e), which migrated frommygithub.libinneed.workers.dev/docker/dockerto the newmygithub.libinneed.workers.dev/moby/mobymodules(go-containerregistry#2228).
Also bumps
go-containerregistryfrom v0.20.7 to v0.21.2 as a transitiverequirement of the new k8schain.
Testing
go build ./...— passesgo test ./...— passesgo mod tidy— clean