File tree Expand file tree Collapse file tree
pkg/machinery/gendata/data Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ linters:
8282 - golang.zx2c4.com/wireguard/wgctrl
8383 - github.com/mdlayher/ethtool
8484 - github.com/containerd/containerd/v2
85+ - github.com/google/go-containerregistry
8586 replace-local : true
8687 exclude-forbidden : false
8788 retract-allow-no-explanation : false
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ EMBED_TARGET ?= embed
2727TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
2828TOOLS ?= v1.13.0-beta.0
2929PKGS_PREFIX ?= ghcr.io/siderolabs
30- PKGS ?= v1.14.0-alpha.0-1-g22fa669
30+ PKGS ?= v1.14.0-alpha.0-2-g9142603
3131GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232GENERATE_VEX ?= latest
3333
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ replace (
2424// this a fork with containerd 2.2 branch + the commit from the PR above
2525replace github.com/containerd/containerd/v2 => github.com/smira/containerd/v2 v2.2.3-0.20260311174942-e5fa687ba763
2626
27+ // downgrade the go-containerregistry to workaround the security changes in
28+ // https://github.com/google/go-containerregistry/pull/2227/changes: it breaks
29+ // our extensions
30+ replace github.com/google/go-containerregistry => github.com/google/go-containerregistry v0.21.2
31+
2732// Kubernetes dependencies sharing the same version.
2833require (
2934 k8s.io/api v0.35.3
Original file line number Diff line number Diff line change @@ -413,8 +413,8 @@ github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN
413413github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
414414github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
415415github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
416- github.com/google/go-containerregistry v0.21.3 h1:Xr+yt3VvwOOn/5nJzd7UoOhwPGiPkYW0zWDLLUXqAi4 =
417- github.com/google/go-containerregistry v0.21.3 /go.mod h1:D5ZrJF1e6dMzvInpBPuMCX0FxURz7GLq2rV3Us9aPkc =
416+ github.com/google/go-containerregistry v0.21.2 h1:vYaMU4nU55JJGFC9JR/s8NZcTjbE9DBBbvusTW9NeS0 =
417+ github.com/google/go-containerregistry v0.21.2 /go.mod h1:ctO5aCaewH4AK1AumSF5DPW+0+R+d2FmylMJdp5G7p0 =
418418github.com/google/go-tpm v0.9.8 h1:slArAR9Ft+1ybZu0lBwpSmpwhRXaa85hWtMinMyRAWo =
419419github.com/google/go-tpm v0.9.8 /go.mod h1:h9jEsEECg7gtLis0upRBQU+GhYVH6jMjrFxI8u6bVUY =
420420github.com/google/go-tpm-tools v0.3.13-0.20230620182252-4639ecce2aba h1:qJEJcuLzH5KDR0gKc0zcktin6KSAwL7+jWKBYceddTc =
Original file line number Diff line number Diff line change 1- v1.14.0-alpha.0-1-g22fa669
1+ v1.14.0-alpha.0-2-g9142603
You can’t perform that action at this time.
0 commit comments