@@ -74,29 +74,29 @@ def cri_tarballs():
74
74
# Use skopeo to find these values: https://github.com/containers/skopeo
75
75
#
76
76
# Example
77
- # Manifest: skopeo inspect docker://gcr.io/k8s-staging-build-image/debian-base:v2.1.2
78
- # Arches: skopeo inspect --raw docker://gcr.io/k8s-staging-build-image/debian-base:v2.1.2
77
+ # Manifest: skopeo inspect docker://gcr.io/k8s-staging-build-image/debian-base:v2.1.3
78
+ # Arches: skopeo inspect --raw docker://gcr.io/k8s-staging-build-image/debian-base:v2.1.3
79
79
_DEBIAN_BASE_DIGEST = {
80
- "manifest" : "sha256:06190f821324ca89131437c51bdfe4b8515dc8ed26eba69c8f3698da227f5256 " ,
81
- "amd64" : "sha256:c9d003ca6daeaff7b1faf4356d010c67be310ff7b6c0af7b44f570571f15fc43 " ,
82
- "arm" : "sha256:52bda74a65e94166951ef5e33e6da847573e2a89dd6bc0bc3250a661adce1712 " ,
83
- "arm64" : "sha256:4e172c7b2a8ae261431e05509839c8b8c23a49ededed13af898c90896d466726 " ,
84
- "ppc64le" : "sha256:ad2190b49b3aebb1027b8fe685261c41ffbde170f49accc0816c296e59e9e927 " ,
85
- "s390x" : "sha256:813741dd7fc9585940f558ac142fd5121cf74d9c804ffa04e22a9df4da0f785d " ,
80
+ "manifest" : "sha256:37cfe133a6ff3fc3aa4aa5ab9fda127861902940b8e8078fff7191c7a81be8d8 " ,
81
+ "amd64" : "sha256:dc06e242160076b72bd75135fb3dd0a9e91f386b2d812ec10cbf9e65864c755d " ,
82
+ "arm" : "sha256:9c52e9b31d679102586381fb4a03bba73fc05992adacce31df3db6d2f75f010e " ,
83
+ "arm64" : "sha256:9a3ae250d59f317c9cf1f7bf0b61c0d90e70012ee82996867655401968076ee4 " ,
84
+ "ppc64le" : "sha256:d7c50e06d954bedb1f362ce42380f7a059423f8cbd9e7b426a7f2d73dfb4431a " ,
85
+ "s390x" : "sha256:7e6d43baf4972f7faa33f1179fb92ff858a3e0e23f78b96a5821d13199b9da91 " ,
86
86
}
87
87
88
88
# Use skopeo to find these values: https://github.com/containers/skopeo
89
89
#
90
90
# Example
91
- # Manifest: skopeo inspect docker://gcr.io/k8s-staging-build-image/debian-iptables:v12.1.1
92
- # Arches: skopeo inspect --raw docker://gcr.io/k8s-staging-build-image/debian-iptables:v12.1.1
91
+ # Manifest: skopeo inspect docker://gcr.io/k8s-staging-build-image/debian-iptables:v12.1.2
92
+ # Arches: skopeo inspect --raw docker://gcr.io/k8s-staging-build-image/debian-iptables:v12.1.2
93
93
_DEBIAN_IPTABLES_DIGEST = {
94
- "manifest" : "sha256:b92101e2910d9fe1415f35b6f7b696cf4a586f40f176ede019035bacc957a7a4 " ,
95
- "amd64" : "sha256:4b402df0d030b267f3dcdc6506d212d6b4c7fff6552b67f0c99be7ec1842f32a " ,
96
- "arm" : "sha256:e976a5c88105db9a3ed462c2899aabbc5758f4f76e24098981010a226d344439 " ,
97
- "arm64" : "sha256:6da5b6aacb8c17615e1001aac0121517f541421036b20808a375f0dd79bf8564 " ,
98
- "ppc64le" : "sha256:63cf48fd9de1407302019ab524f7ed9ff7a05d9ecacc1a6ac77ee57fed21a078 " ,
99
- "s390x" : "sha256:be4039f250f26e1321d048e4dd6e81b78a80825c2dd490bacc0ac80ebb94bbc5 " ,
94
+ "manifest" : "sha256:fff1fd5ab38fefde8c9eee5470ed6ea737f30e5ab86e1c0c0d429fa6add28a84 " ,
95
+ "amd64" : "sha256:448c0e019689da3f4e238922824551d02578473f7b5d11604fffd528056caafa " ,
96
+ "arm" : "sha256:08e267a6297640eb0b218a783cabaef0a039cc4734b4a2d9cb54ee41cd82656a " ,
97
+ "arm64" : "sha256:a83cf1d501ad33f5aa93e2719baa59b054939b8a819c3997f915a6acfaa8e31a " ,
98
+ "ppc64le" : "sha256:c86649ac541c35431a4df8ba44e7c61923d9e34679fd17da7723db7b6ecc5245 " ,
99
+ "s390x" : "sha256:53437fe32e13bb0bd2af08ddaaf2e908add8ab576574d881ba79544f34a774b2 " ,
100
100
}
101
101
102
102
# Use skopeo to find these values: https://github.com/containers/skopeo
@@ -137,7 +137,7 @@ def image_dependencies():
137
137
registry = "k8s.gcr.io/build-image" ,
138
138
repository = "debian-base" ,
139
139
# Ensure the digests above are updated to match a new tag
140
- tag = "v2.1.2 " , # ignored, but kept here for documentation
140
+ tag = "v2.1.3 " , # ignored, but kept here for documentation
141
141
)
142
142
143
143
container_pull (
@@ -147,7 +147,7 @@ def image_dependencies():
147
147
registry = "k8s.gcr.io/build-image" ,
148
148
repository = "debian-iptables" ,
149
149
# Ensure the digests above are updated to match a new tag
150
- tag = "v12.1.1 " , # ignored, but kept here for documentation
150
+ tag = "v12.1.2 " , # ignored, but kept here for documentation
151
151
)
152
152
153
153
def etcd_tarballs ():
0 commit comments