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.",
367
await
ContainerRuntime
.BuildImageAsync(
392
await
ContainerRuntime
.BuildImageAsync(
448
await
ContainerRuntime
.TagImageAsync(localImageName, targetImageName, cancellationToken).ConfigureAwait(false);
453
await
ContainerRuntime
.PushImageAsync(imageName, cancellationToken).ConfigureAwait(false);