generated from dotnet/new-repo
-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
dotnet/sdk
#35138Labels
Area: RegistriesTasks/Issues around communicating with asset registriesTasks/Issues around communicating with asset registriesenhancementNew feature or requestNew feature or request
Milestone
Description
As part of #375 I realized that sdk-container-builds creates a new image for every tag. I think it would be better to create only one single tar.gz with all tags set. This would:
- Reduce the load needed to generate the tar
- Reduce the load on the daemon side as only 1 docker load needs to happen
- Eliminate the problem that one application currently has N output tars.
The change should be valid from a Docker Image Specification v1.2.0 side.
thoemmi, mikocot and menasheh
Metadata
Metadata
Assignees
Labels
Area: RegistriesTasks/Issues around communicating with asset registriesTasks/Issues around communicating with asset registriesenhancementNew feature or requestNew feature or request