6 references to ContainerRuntime
Aspire.Hosting (6)
Publishing\ResourceContainerImageBuilder.cs (6)
154
logger.LogDebug("Checking {ContainerRuntimeName} health",
ContainerRuntime
.Name);
156
var containerRuntimeHealthy = await
ContainerRuntime
.CheckIfRunningAsync(cancellationToken).ConfigureAwait(false);
164
logger.LogDebug("{ContainerRuntimeName} is healthy",
ContainerRuntime
.Name);
384
await
ContainerRuntime
.BuildImageAsync(
428
await
ContainerRuntime
.TagImageAsync(localImageName, targetImageName, cancellationToken).ConfigureAwait(false);
433
await
ContainerRuntime
.PushImageAsync(imageName, cancellationToken).ConfigureAwait(false);