You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`BUILDKIT_CACHE_MOUNT_NS`| String | Set optional cache ID namespace. |
2219
-
|`BUILDKIT_CONTEXT_KEEP_GIT_DIR`| Bool | Trigger git context to keep the `.git` directory. |
2220
-
|`BUILDKIT_INLINE_BUILDINFO_ATTRS`[^2]| Bool | Inline build info attributes in image config or not. |
2221
-
|`BUILDKIT_INLINE_CACHE`[^2]| Bool | Inline cache metadata to image config or not. |
2222
-
|`BUILDKIT_MULTI_PLATFORM`| Bool | Opt into determnistic output regardless of multi-platform output or not. |
2223
-
|`BUILDKIT_SANDBOX_HOSTNAME`| String | Set the hostname (default `buildkitsandbox`) |
2224
-
|`BUILDKIT_SYNTAX`| String | Set frontend image |
2225
-
|`SOURCE_DATE_EPOCH`| Int | Set the UNIX timestamp for created image and layers. More info from [reproducible builds](https://reproducible-builds.org/docs/source-date-epoch/). Supported since Dockerfile 1.5, BuildKit 0.11 |
|`BUILDKIT_CACHE_MOUNT_NS`| String | Set optional cache ID namespace. |
2219
+
|`BUILDKIT_CONTEXT_KEEP_GIT_DIR`| Bool | Trigger git context to keep the `.git` directory. |
2220
+
|`BUILDKIT_BUILDINFO`| Bool | Enable build info (default `true`). |
2221
+
|`BUILDKIT_INLINE_BUILDINFO_ATTRS`[^2]| Bool | Inline build info attributes in image config or not. |
2222
+
|`BUILDKIT_INLINE_CACHE`[^2]| Bool | Inline cache metadata to image config or not. |
2223
+
|`BUILDKIT_MULTI_PLATFORM`| Bool | Opt into determnistic output regardless of multi-platform output or not. |
2224
+
|`BUILDKIT_SANDBOX_HOSTNAME`| String | Set the hostname (default `buildkitsandbox`) |
2225
+
|`BUILDKIT_SYNTAX`| String | Set frontend image |
2226
+
|`SOURCE_DATE_EPOCH`| Int | Set the UNIX timestamp for created image and layers. More info from [reproducible builds](https://reproducible-builds.org/docs/source-date-epoch/). Supported since Dockerfile 1.5, BuildKit 0.11 |
2226
2227
2227
2228
> **Warning**
2228
2229
>
2229
-
> Build information along `BUILDKIT_INLINE_BUILDINFO_ATTRS` build arg are
2230
-
> deprecated and will be removed in the next release. See the [BuildKit Deprecated features page](https://github.com/moby/buildkit/blob/master/docs/deprecated.md)
2230
+
> Build information along `BUILDKIT_BUILDINFO` and `BUILDKIT_INLINE_BUILDINFO_ATTRS`
2231
+
> build args are deprecated and will be removed in the next release. See the [BuildKit Deprecated features page](https://github.com/moby/buildkit/blob/master/docs/deprecated.md)
2231
2232
> for status and alternative recommendation about this feature.
0 commit comments