8 references to ContainerRuntime
Aspire.Hosting (8)
Publishing\ResourceContainerImageBuilder.cs (8)
156
$"Checking {
ContainerRuntime
.Name} health",
161
var containerRuntimeHealthy = await
ContainerRuntime
.CheckIfRunningAsync(cancellationToken).ConfigureAwait(false);
168
$"{
ContainerRuntime
.Name} is not running or is unhealthy.",
176
$"{
ContainerRuntime
.Name} is healthy.",
386
await
ContainerRuntime
.BuildImageAsync(
411
await
ContainerRuntime
.BuildImageAsync(
467
await
ContainerRuntime
.TagImageAsync(localImageName, targetImageName, cancellationToken).ConfigureAwait(false);
472
await
ContainerRuntime
.PushImageAsync(imageName, cancellationToken).ConfigureAwait(false);