Skip to content

Commit 983554b

Browse files
authored
Merge pull request moby#3484 from AkihiroSuda/docs-0.11
docs: master -> 0.11
2 parents 3428b6b + 1624cde commit 983554b

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

docs/build-repro.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ jq '.' metadata.json
130130

131131
### Reproducing the pinned dependencies
132132

133-
<!-- TODO: s/master/v0.11/ after the release -->
134-
Reproducing the pinned dependencies is supported in the master branch of BuildKit.
133+
Reproducing the pinned dependencies is supported since BuildKit v0.11.
135134

136135
e.g.,
137136
```bash

frontend/dockerfile/docs/reference.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,8 +1301,7 @@ guide – Leverage build cache](https://docs.docker.com/develop/develop-images/d
13011301
### Verifying a remote file checksum `ADD --checksum=<checksum> <http src> <dest>`
13021302
> **Note**
13031303
>
1304-
> 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).
13061305
13071306
The checksum of a remote file can be verified with the `--checksum` flag:
13081307

@@ -1316,8 +1315,7 @@ The `--checksum` flag only supports HTTP sources currently.
13161315

13171316
> **Note**
13181317
>
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).
13211319
13221320
This form allows adding a git repository to an image directly, without using the `git` command inside the image:
13231321
```
@@ -2222,7 +2220,7 @@ RUN echo "I'm building for $TARGETPLATFORM"
22222220
| `BUILDKIT_MULTI_PLATFORM` | Bool | Opt into determnistic output regardless of multi-platform output or not. |
22232221
| `BUILDKIT_SANDBOX_HOSTNAME` | String | Set the hostname (default `buildkitsandbox`) |
22242222
| `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 |
22262224

22272225
#### Example: keep `.git` dir
22282226

0 commit comments

Comments
 (0)