Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

DockerBuildArg

Classsealednet10.0
📦 Aspire.Hosting v13.5.4
Represents a name/value pair, used to satisfy the docker builder --build-arg <NAME>[=<VALUE>] command switch. For more information, see https://docs.docker.com/reference/cli/docker/image/build/#build-arg.
namespace Aspire.Hosting.ApplicationModel;
public sealed class DockerBuildArg
{
// ...
}
View all constructors
View all properties