3 implementations of ILocalRegistry
Microsoft.NET.Build.Containers (3)
LocalDaemons\ArchiveFileRegistry.cs (1)
11
internal class ArchiveFileRegistry :
ILocalRegistry
LocalDaemons\ContainerRuntime.cs (1)
12
internal sealed class ContainerRuntime :
ILocalRegistry
LocalDaemons\DockerCli.cs (1)
21
:
ILocalRegistry
6 references to ILocalRegistry
Microsoft.NET.Build.Containers (6)
DestinationImageReference.cs (3)
28
public
ILocalRegistry
? LocalRegistry { get; }
54
public DestinationImageReference(
ILocalRegistry
localRegistry, string repository, string[] tags)
85
ILocalRegistry
localRegistry = KnownLocalRegistryTypes.CreateLocalRegistry(localRegistryCommand, loggerFactory);
ImagePublisher.cs (1)
98
ILocalRegistry
localRegistry = destinationImageReference.LocalRegistry!;
LocalDaemons\KnownLocalRegistryTypes.cs (1)
31
internal static
ILocalRegistry
CreateLocalRegistry(string? type, ILoggerFactory loggerFactory)
Telemetry.cs (1)
49
private LocalStorageType GetLocalStorageType(
ILocalRegistry
r)