From https://cloud.google.com/container-registry/docs/image-formats, I see gcr supports Docker Image Manifest V 2, Schema 1. However when I try to get the schema 1 manifest for an image (gcr.io/google-containers/busybox
) via curl
, it failed:
Unexpected HTTP response '404 Not Found' when trying to get the schema 1 manifest
So I am confused if gcr really support it or not.