Skip to content

Commit

Permalink
build: use introduced shortcode for env vars
Browse files Browse the repository at this point in the history
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
  • Loading branch information
dvdksn committed Feb 20, 2024
1 parent d889f69 commit 04c5bf2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/build/building/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ Setting `NO_COLOR` to anything turns off colorized output, as recommended by

### BUILDKIT_HOST

_Introduced in [Buildx v0.9.0](../release-notes.md#090)_
{{< introduced buildx 0.9.0 "../release-notes.md#090" >}}

You use the `BUILDKIT_HOST` to specify the address of a BuildKit daemon to use
as a remote builder. This is the same as specifying the address as a positional
Expand Down Expand Up @@ -465,7 +465,7 @@ $ export BUILDX_EXPERIMENTAL=1

### BUILDX_GIT_CHECK_DIRTY

_Introduced in [Buildx v0.10.4](../release-notes.md#0104)_
{{< introduced buildx 0.10.4 "../release-notes.md#0104" >}}

When set to true, checks for dirty state in source control information for
[provenance attestations](../attestations/slsa-provenance.md).
Expand All @@ -478,7 +478,7 @@ $ export BUILDX_GIT_CHECK_DIRTY=1

### BUILDX_GIT_INFO

_Introduced in [Buildx v0.10.0](../release-notes.md#0100)_
{{< introduced buildx 0.10.0 "../release-notes.md#0100" >}}

When set to false, removes source control information from
[provenance attestations](../attestations/slsa-provenance.md).
Expand All @@ -491,7 +491,7 @@ $ export BUILDX_GIT_INFO=0

### BUILDX_GIT_LABELS

_Introduced in [Buildx v0.10.0](../release-notes.md#0100)_
{{< introduced buildx 0.10.0 "../release-notes.md#0100" >}}

Adds provenance labels, based on Git information, to images that you build. The
labels are:
Expand Down Expand Up @@ -520,7 +520,7 @@ If the repository is in a dirty state, the `revision` gets a `-dirty` suffix.

### BUILDX_NO_DEFAULT_ATTESTATIONS

_Introduced in [Buildx v0.10.4](../release-notes.md#0104)_
{{< introduced buildx 0.10.4 "../release-notes.md#0104" >}}

By default, BuildKit v0.11 and later adds
[provenance attestations](../attestations/slsa-provenance.md) to images you
Expand Down

0 comments on commit 04c5bf2

Please sign in to comment.