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 was 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:
The windows images seem to use foreign layers hosted by Microsoft. For example, the windows 10.0.17134.228 image for docker's
hello-worldimage has this manifest:{ "schemaVersion": 2, "mediaType": "application/vnd.docker.distribution.manifest.v2+json", "config": { "mediaType": "application/vnd.docker.container.image.v1+json", "size": 1882, "digest": "sha256:abe16c070a65267297b0550b0e0b3644e6c859199cb93f5badf899885bbed1fc" }, "layers": [ { "mediaType": "application/vnd.docker.image.rootfs.foreign.diff.tar.gzip", "size": 92818888, "digest": "sha256:e46172273a4e4384e1eec7fb01091c828a256ea0f87b30f61381fba9bc511371", "urls": [ "https://go.microsoft.com/fwlink/?linkid=873594" ] }, { "mediaType": "application/vnd.docker.image.rootfs.foreign.diff.tar.gzip", "size": 48632111, "digest": "sha256:1f7d468f830cb0ed4beb8edc9438f18096e8c682e56a35242f60e6c61b718b30", "urls": [ "https://go.microsoft.com/fwlink/?linkid=2009809" ] }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", "size": 1664, "digest": "sha256:35655e48c5c5c1c21f19073b2594d74b5023ae2cd84bf7f7f45acb886e1b5e34" }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", "size": 945, "digest": "sha256:8159aad5f944a2967427ce18283248707fb15071b202e00de4ffd105e9ed6ace" } ] }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: