3 references to DestinationImageReference
Microsoft.NET.Build.Containers (3)
DestinationImageReference.cs (2)
74destinationImageReference = new DestinationImageReference(new ArchiveFileRegistry(archiveOutputPath), repository, imageTags); 86destinationImageReference = new DestinationImageReference(localRegistry, repository, imageTags);
LocalDaemons\DockerCli.cs (1)
183var destRef = new DestinationImageReference(this, repo, [firstTag]);