3 references to DestinationImageReference
Microsoft.NET.Build.Containers (3)
DestinationImageReference.cs (2)
74
destinationImageReference = new
DestinationImageReference
(new ArchiveFileRegistry(archiveOutputPath), repository, imageTags);
86
destinationImageReference = new
DestinationImageReference
(localRegistry, repository, imageTags);
LocalDaemons\ContainerRuntimes.cs (1)
280
var architectureDestination = new
DestinationImageReference
(destinationReference.LocalRegistry!, repo, [firstTag]);