-
Notifications
You must be signed in to change notification settings - Fork 42.2k
Closed
Closed
Copy link
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.sig/cluster-lifecycleCategorizes an issue or PR as relevant to SIG Cluster Lifecycle.Categorizes an issue or PR as relevant to SIG Cluster Lifecycle.sig/releaseCategorizes an issue or PR as relevant to SIG Release.Categorizes an issue or PR as relevant to SIG Release.
Description
Is this a BUG REPORT or FEATURE REQUEST?:
Uncomment only one, leave it on its own line:
/kind bug
/kind feature
What happened:
k8s.gcr.io/pause:3.1 images does not match gcr.io/google-containers/pause:3.1 image
$ manifest-tool inspect k8s.gcr.io/pause:3.1
k8s.gcr.io/pause:3.1: manifest type: application/vnd.docker.distribution.manifest.v2+json
Digest: sha256:59eec8837a4d942cc19a52b8c09ea75121acc38114a2c68b98983ce9356b8610
Architecture: amd64
OS: linux
# Layers: 1
layer 1: digest = sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8
~ ⌚ 10:24:31
$ manifest-tool inspect gcr.io/google-containers/pause:3.1
Name: gcr.io/google-containers/pause:3.1 (Type: application/vnd.docker.distribution.manifest.list.v2+json)
Digest: sha256:f78411e19d84a252e53bff71a4407a5686c46983a2c2eeed83929b888179acea
* Contains 5 manifest references:
1 Mfst Type: application/vnd.docker.distribution.manifest.v2+json
1 Digest: sha256:59eec8837a4d942cc19a52b8c09ea75121acc38114a2c68b98983ce9356b8610
1 Mfst Length: 527
1 Platform:
1 - OS: linux
1 - OS Vers:
1 - OS Feat: []
1 - Arch: amd64
1 - Variant:
1 - Feature:
1 # Layers: 1
layer 1: digest = sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8
2 Mfst Type: application/vnd.docker.distribution.manifest.v2+json
2 Digest: sha256:c84b0a3a07b628bc4d62e5047d0f8dff80f7c00979e1e28a821a033ecda8fe53
2 Mfst Length: 527
2 Platform:
2 - OS: linux
2 - OS Vers:
2 - OS Feat: []
2 - Arch: arm
2 - Variant:
2 - Feature:
2 # Layers: 1
layer 1: digest = sha256:7fe7c69563d350959054c17c0ab3ed8b43e7b93b2056cbfb956e20f12c20f6cb
3 Mfst Type: application/vnd.docker.distribution.manifest.v2+json
3 Digest: sha256:f365626a556e58189fc21d099fc64603db0f440bff07f77c740989515c544a39
3 Mfst Length: 527
3 Platform:
3 - OS: linux
3 - OS Vers:
3 - OS Feat: []
3 - Arch: arm64
3 - Variant:
3 - Feature:
3 # Layers: 1
layer 1: digest = sha256:71bc2f389bec9e26f8f4ffa1a7ccde852a2322e13f20944b68be00ee7bcf31b8
4 Mfst Type: application/vnd.docker.distribution.manifest.v2+json
4 Digest: sha256:bcf9771c0b505e68c65440474179592ffdfa98790eb54ffbf129969c5e429990
4 Mfst Length: 527
4 Platform:
4 - OS: linux
4 - OS Vers:
4 - OS Feat: []
4 - Arch: ppc64le
4 - Variant:
4 - Feature:
4 # Layers: 1
layer 1: digest = sha256:597c4e8bfd5eb55ef7a8c6dcbfbad9ee6ac9392c2f983c2b5498384ee2a7b16a
5 Mfst Type: application/vnd.docker.distribution.manifest.v2+json
5 Digest: sha256:882a20ee0df7399a445285361d38b711c299ca093af978217112c73803546d5e
5 Mfst Length: 527
5 Platform:
5 - OS: linux
5 - OS Vers:
5 - OS Feat: []
5 - Arch: s390x
5 - Variant:
5 - Feature:
5 # Layers: 1
layer 1: digest = sha256:cbd367e766809719cacec04bab7f65980ef98791c98c258085876cbdc8472a02
This seems like k8s.gcr.io/pause:3.1 is not mapped properly to gcr.io/google-containers/pause:3.1 because of this pods are failing to come up. So this need to be fixed.
Metadata
Metadata
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.sig/cluster-lifecycleCategorizes an issue or PR as relevant to SIG Cluster Lifecycle.Categorizes an issue or PR as relevant to SIG Cluster Lifecycle.sig/releaseCategorizes an issue or PR as relevant to SIG Release.Categorizes an issue or PR as relevant to SIG Release.