Removed Reference to buildpack-deps in SDK #3666
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
-
Removed Reference to buildpack-deps in SDK
With the release of .NET 5.0 Preview 3, the SDK Docker images for Ubuntu and Debian have been updated to longer reference
buildpack-deps
as their base image. This is considered a breaking change because any dependencies that existed on that base image may potentially be affected.Details
Instead of using
buildpack-deps
as the base image, these SDK images now reference theaspnet
images. This change was made in order to provide more layer sharing amongst the set of .NET Docker images and to help reduce the security surface area. See #1814 for more details.To compensate for the loss of certain packages that were contained in the
buildpack-deps
base image, the following packages have been explicitly added to the SDK images:The following tags are affected by this change:
Beta Was this translation helpful? Give feedback.
All reactions