Removal of Foreign Layers from Windows Images #1069
mthalman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Removal of Foreign Layers from Windows Images
As part of this month's servicing release, the .NET Framework images will no longer include Windows foreign layers. This means that when pushing a container image to a registry, all layers of the image will be pushed, including the layers of the base Windows image. Prior to this change, these images only carried a foreign layer link that directed to the base layer on Microsoft Artifact Registry (MAR, also known as MCR). After this change, when utilizing a Windows image, it will now carry the load of the base image instead of the link.
This affects all .NET Framework images for all currently supported versions of .NET Framework.
See the announcement from Windows Server for more information and to learn about the impacts of this change.
Beta Was this translation helpful? Give feedback.
All reactions