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
> Available in [`docker/dockerfile-upstream:master-labs`](#syntax).
1305
-
> Will be included in `docker/dockerfile:1.5-labs`.
1304
+
> Not yet available in stable syntax, use [`docker/dockerfile:1-labs`](#syntax) version (`1.5-labs` or newer).
1306
1305
1307
1306
The checksum of a remote file can be verified with the `--checksum` flag:
1308
1307
@@ -1316,8 +1315,7 @@ The `--checksum` flag only supports HTTP sources currently.
1316
1315
1317
1316
> **Note**
1318
1317
>
1319
-
> Available in [`docker/dockerfile-upstream:master-labs`](#syntax).
1320
-
> Will be included in `docker/dockerfile:1.5-labs`.
1318
+
> Not yet available in stable syntax, use [`docker/dockerfile:1-labs`](#syntax) version (`1.5-labs` or newer).
1321
1319
1322
1320
This form allows adding a git repository to an image directly, without using the `git` command inside the image:
1323
1321
```
@@ -2222,7 +2220,7 @@ RUN echo "I'm building for $TARGETPLATFORM"
2222
2220
|`BUILDKIT_MULTI_PLATFORM`| Bool | Opt into determnistic output regardless of multi-platform output or not. |
2223
2221
|`BUILDKIT_SANDBOX_HOSTNAME`| String | Set the hostname (default `buildkitsandbox`) |
2224
2222
|`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 (unreleased)|
2223
+
|`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 |
0 commit comments