DockerBuildArg Properties
Class Properties 2 members
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. Gets or initializes the name part of the
docker builder --build-arg <NAME>[=<VALUE>]. public string Name { get; init; } Gets or initializes the value part of the
docker builder --build-arg <NAME>[=<VALUE>]. public object? Value { get; init; }