generated from dotnet/new-repo
-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
I could not find official info on this, so want to confirm:
Do SDK Container Builds always add a single additional layer for my application on top of the base image?
Seems like regardless of me only changing NuGet dependencies, only changing static files, or only changing code, I always get a single new layer in the image, as opposed to multiple layers that could be cached as it would be the case with a Dockerfile.
An example of what I see when inspecting the layers:
I always see a 9th layer there, regardless of any change I make to my ASP.NET Core project.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
