sdk-container-builds icon indicating copy to clipboard operation
sdk-container-builds copied to clipboard

Document ability to export a tar.gz version of the image

Open baronfel opened this issue 2 years ago • 0 comments

This was added in https://github.com/dotnet/sdk/pull/35151.

Short version - a new property ContainerArchiveOutputPath is available. If set to a full path, that path is the directory of the generated image. If a relative path is provided, that path is anchored at the current working directory. A file with the name $(ContainerRepository).tar.gz is created at that location containing all of the tags built.

baronfel avatar Sep 07 '23 01:09 baronfel