mirror of https://github.com/docker/cli.git
builder.md: Correct copy/paste error
Signed-off-by: Daniel Cassidy <mail@danielcassidy.me.uk>
(cherry picked from commit e9ada56a88
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
c4e5fd7e53
commit
66f8d279c1
|
@ -1720,8 +1720,8 @@ The following `ARG` variables are set automatically:
|
||||||
* `TARGETVARIANT` - variant component of TARGETPLATFORM
|
* `TARGETVARIANT` - variant component of TARGETPLATFORM
|
||||||
* `BUILDPLATFORM` - platform of the node performing the build.
|
* `BUILDPLATFORM` - platform of the node performing the build.
|
||||||
* `BUILDOS` - OS component of BUILDPLATFORM
|
* `BUILDOS` - OS component of BUILDPLATFORM
|
||||||
* `BUILDARCH` - OS component of BUILDPLATFORM
|
* `BUILDARCH` - architecture component of BUILDPLATFORM
|
||||||
* `BUILDVARIANT` - OS component of BUILDPLATFORM
|
* `BUILDVARIANT` - variant component of BUILDPLATFORM
|
||||||
|
|
||||||
These arguments are defined in the global scope so are not automatically
|
These arguments are defined in the global scope so are not automatically
|
||||||
available inside build stages or for your `RUN` commands. To expose one of
|
available inside build stages or for your `RUN` commands. To expose one of
|
||||||
|
|
Loading…
Reference in New Issue