You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manifest V2 schema 2 refers to a special blob by a digest. The blob is a config file which used to be embedded in manifest V2 schema 1. During an image import, the config file is stored in image object. Registry storage is not modified. When such an image is pulled by older client (supporting just manifest V2 schema 1), the registry attempts to convert schema 2 fetched from etcd to schema 1. For this it needs the config file. It attempts to load it from registry's storage and fails.
Manifest V2 schema 2 refers to a special blob by a digest. The blob is a config file which used to be embedded in manifest V2 schema 1. During an image import, the config file is stored in image object. Registry storage is not modified. When such an image is pulled by older client (supporting just manifest V2 schema 1), the registry attempts to convert schema 2 fetched from etcd to schema 1. For this it needs the config file. It attempts to load it from registry's storage and fails.
Version
openshift v1.3.0-alpha.3+3fc2c7c-dirty
kubernetes v1.3.0+507d3a7
docker:
Steps To Reproduce
oc tag --source docker docker.io/busybox:latest busybox:latest
docker pull ${REGISTRY_URL}/P/busybox:latest
Current Result
Expected Result
Successful pull.
Additional Information
Get()
method.The text was updated successfully, but these errors were encountered: