6 references to ContainerRuntime
Aspire.Hosting (6)
Publishing\ResourceContainerImageBuilder.cs (6)
155
logger.LogDebug("Checking {ContainerRuntimeName} health",
ContainerRuntime
.Name);
157
var containerRuntimeHealthy = await
ContainerRuntime
.CheckIfRunningAsync(cancellationToken).ConfigureAwait(false);
165
logger.LogDebug("{ContainerRuntimeName} is healthy",
ContainerRuntime
.Name);
361
await
ContainerRuntime
.BuildImageAsync(
405
await
ContainerRuntime
.TagImageAsync(localImageName, targetImageName, cancellationToken).ConfigureAwait(false);
410
await
ContainerRuntime
.PushImageAsync(imageName, cancellationToken).ConfigureAwait(false);