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
{{ message }}
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
The windows images seem to use foreign layers hosted by Microsoft. For example, the windows 10.0.17134.228 image for docker's hello-world image has this manifest:
Trying to download this image will fail, since it's trying to download the foreign image from the docker registry, rather than following the provided URLs:
I did, but for now it's only supported for remote -> remote registry transfers, which allows for gcloud container images add-tag to work with windows containers. More work will be required for pulls to work (but shouldn't be difficult). I've been on another team for the last 6 months, so maybe @KaylaNguyen or @deft-code can assist? I'd be happy to point to the relevant change internally :)
The windows images seem to use foreign layers hosted by Microsoft. For example, the windows 10.0.17134.228 image for docker's
hello-world
image has this manifest:Trying to download this image will fail, since it's trying to download the foreign image from the docker registry, rather than following the provided URLs:
The text was updated successfully, but these errors were encountered: