Skip to content

Commit 526db31

Browse files
github-actions[bot]crazy-maxkristiyan-velkovArthurFlag
authored
publish updates from main (#22712)
Automated pull request for publishing docs updates. --------- Signed-off-by: CrazyMax <[email protected]> Co-authored-by: CrazyMax <[email protected]> Co-authored-by: Kristiyan Velkov <[email protected]> Co-authored-by: Arthur <[email protected]>
1 parent 1b2d5b6 commit 526db31

File tree

7 files changed

+145
-49
lines changed

7 files changed

+145
-49
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
**/.DS_Store
22
**/desktop.ini
3-
.vscode
3+
.vscode/settings.json
4+
.vscode/tasks.json
45
node_modules
56
.hugo_build.lock
67
resources

.vscode/docker.code-snippets

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"Insert Hugo Note Admonition": {
3+
"prefix": ["admonition", "note"],
4+
"body": ["> [!NOTE]", "> $1"],
5+
"description": "Insert a Hugo note admonition",
6+
},
7+
"Insert Hugo Important Admonition": {
8+
"prefix": ["admonition", "important"],
9+
"body": ["> [!IMPORTANT]", "> $1"],
10+
"description": "Insert a Hugo important admonition",
11+
},
12+
"Insert Hugo Warning Admonition": {
13+
"prefix": ["admonition", "warning"],
14+
"body": ["> [!WARNING]", "> $1"],
15+
"description": "Insert a Hugo warning admonition",
16+
},
17+
"Insert Hugo Tip Admonition": {
18+
"prefix": ["admonition", "tip"],
19+
"body": ["> [!TIP]", "> $1"],
20+
"description": "Insert a Hugo tip admonition",
21+
},
22+
"Insert Hugo Tabs": {
23+
"prefix": ["admonition", "tabs"],
24+
"body": [
25+
"",
26+
"{{< tabs >}}",
27+
"{{< tab name=\"$1\">}}",
28+
"",
29+
"$2",
30+
"",
31+
"{{< /tab >}}",
32+
"{{< tab name=\"$3\">}}",
33+
"",
34+
"$4",
35+
"",
36+
"{{< /tab >}}",
37+
"{{</tabs >}}",
38+
"",
39+
],
40+
"description": "Insert a Hugo tabs block with two tabs and snippet stops for names and content",
41+
},
42+
}

content/manuals/build/buildkit/dockerfile-release-notes.md

Lines changed: 42 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,40 @@ issues, and bug fixes in [Dockerfile reference](/reference/dockerfile.md).
1313

1414
For usage, see the [Dockerfile frontend syntax](frontend.md) page.
1515

16+
## 1.16.0
17+
18+
{{< release-date date="2025-05-22" >}}
19+
20+
The full release notes for this release are available
21+
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.16.0).
22+
23+
```dockerfile
24+
# syntax=docker/dockerfile:1.16.0
25+
```
26+
27+
* `ADD --checksum` support for Git URL. [moby/buildkit#5975](https://github.com/moby/buildkit/pull/5975)
28+
* Allow whitespace in heredocs. [moby/buildkit#5817](https://github.com/moby/buildkit/pull/5817)
29+
* `WORKDIR` now supports `SOURCE_DATE_EPOCH`. [moby/buildkit#5960](https://github.com/moby/buildkit/pull/5960)
30+
* Leave default PATH environment variable set by the base image for WCOW. [moby/buildkit#5895](https://github.com/moby/buildkit/pull/5895)
31+
32+
## 1.15.1
33+
34+
{{< release-date date="2025-03-30" >}}
35+
36+
The full release notes for this release are available
37+
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.15.1).
38+
39+
```dockerfile
40+
# syntax=docker/dockerfile:1.15.1
41+
```
42+
43+
* Fix `no scan targets for linux/arm64/v8` when `--attest type=sbom` is used. [moby/buildkit#5941](https://github.com/moby/buildkit/pull/5941)
44+
1645
## 1.15.0
1746

1847
{{< release-date date="2025-04-15" >}}
1948

20-
The full release note for this release is available
49+
The full release notes for this release are available
2150
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.15.0).
2251

2352
```dockerfile
@@ -35,7 +64,7 @@ The full release note for this release is available
3564

3665
{{< release-date date="2025-03-05" >}}
3766

38-
The full release note for this release is available
67+
The full release notes for this release are available
3968
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.1).
4069

4170
```dockerfile
@@ -48,7 +77,7 @@ The full release note for this release is available
4877

4978
{{< release-date date="2025-02-19" >}}
5079

51-
The full release note for this release is available
80+
The full release notes for this release are available
5281
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.0).
5382

5483
```dockerfile
@@ -65,7 +94,7 @@ The full release note for this release is available
6594

6695
{{% include "dockerfile-labs-channel.md" %}}
6796

68-
The full release note for this release is available
97+
The full release notes for this release are available
6998
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.0-labs).
7099

71100
```dockerfile
@@ -78,7 +107,7 @@ The full release note for this release is available
78107

79108
{{< release-date date="2025-01-20" >}}
80109

81-
The full release note for this release is available
110+
The full release notes for this release are available
82111
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.13.0).
83112

84113
```dockerfile
@@ -98,7 +127,7 @@ The full release note for this release is available
98127

99128
{{% include "dockerfile-labs-channel.md" %}}
100129

101-
The full release note for this release is available
130+
The full release notes for this release are available
102131
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.13.0-labs).
103132

104133
```dockerfile
@@ -111,7 +140,7 @@ The full release note for this release is available
111140

112141
{{< release-date date="2024-11-27" >}}
113142

114-
The full release note for this release is available
143+
The full release notes for this release are available
115144
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.12.0).
116145

117146
```dockerfile
@@ -126,7 +155,7 @@ The full release note for this release is available
126155

127156
{{< release-date date="2024-11-08" >}}
128157

129-
The full release note for this release is available
158+
The full release notes for this release are available
130159
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.11.1).
131160

132161
```dockerfile
@@ -141,7 +170,7 @@ The full release note for this release is available
141170

142171
{{< release-date date="2024-10-30" >}}
143172

144-
The full release note for this release is available
173+
The full release notes for this release are available
145174
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.11.0).
146175

147176
```dockerfile
@@ -175,7 +204,7 @@ The full release note for this release is available
175204

176205
{{< release-date date="2024-09-10" >}}
177206

178-
The full release note for this release is available
207+
The full release notes for this release are available
179208
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.10.0).
180209

181210
```dockerfile
@@ -202,7 +231,7 @@ The full release note for this release is available
202231

203232
{{< release-date date="2024-07-11" >}}
204233

205-
The full release note for this release is available
234+
The full release notes for this release are available
206235
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.9.0).
207236

208237
```dockerfile
@@ -225,7 +254,7 @@ The full release note for this release is available
225254

226255
{{< release-date date="2024-06-18" >}}
227256

228-
The full release note for this release is available
257+
The full release notes for this release are available
229258
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.8.1).
230259

231260
```dockerfile
@@ -242,7 +271,7 @@ The full release note for this release is available
242271

243272
{{< release-date date="2024-06-11" >}}
244273

245-
The full release note for this release is available
274+
The full release notes for this release are available
246275
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.8.0).
247276

248277
```dockerfile

content/manuals/build/cache/backends/gha.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ $ docker buildx build --push -t <registry>/<image> \
3030
The following table describes the available CSV parameters that you can pass to
3131
`--cache-to` and `--cache-from`.
3232

33-
| Name | Option | Type | Default | Description |
34-
|----------------|-------------------------|-------------|--------------------------|----------------------------------------------------------------------|
35-
| `url` | `cache-to`,`cache-from` | String | `$ACTIONS_CACHE_URL` | Cache server URL, see [authentication][1]. |
36-
| `url_v2` | `cache-to`,`cache-from` | String | `$ACTIONS_CACHE_URL` | Cache v2 server URL, see [authentication][1]. |
37-
| `token` | `cache-to`,`cache-from` | String | `$ACTIONS_RUNTIME_TOKEN` | Access token, see [authentication][1]. |
38-
| `scope` | `cache-to`,`cache-from` | String | `buildkit` | Which scope cache object belongs to, see [scope][2] |
39-
| `mode` | `cache-to` | `min`,`max` | `min` | Cache layers to export, see [cache mode][3]. |
40-
| `ignore-error` | `cache-to` | Boolean | `false` | Ignore errors caused by failed cache exports. |
41-
| `timeout` | `cache-to`,`cache-from` | String | `10m` | Max duration for importing or exporting cache before it's timed out. |
42-
| `repository` | `cache-to` | String | | GitHub repository used for cache storage. |
43-
| `ghtoken` | `cache-to` | String | | GitHub token required for accessing the GitHub API. |
33+
| Name | Option | Type | Default | Description |
34+
|----------------|-------------------------|-------------|------------------------------------------------|----------------------------------------------------------------------|
35+
| `url` | `cache-to`,`cache-from` | String | `$ACTIONS_CACHE_URL` or `$ACTIONS_RESULTS_URL` | Cache server URL, see [authentication][1]. |
36+
| `url_v2` | `cache-to`,`cache-from` | String | `$ACTIONS_RESULTS_URL` | Cache v2 server URL, see [authentication][1]. |
37+
| `token` | `cache-to`,`cache-from` | String | `$ACTIONS_RUNTIME_TOKEN` | Access token, see [authentication][1]. |
38+
| `scope` | `cache-to`,`cache-from` | String | `buildkit` | Which scope cache object belongs to, see [scope][2] |
39+
| `mode` | `cache-to` | `min`,`max` | `min` | Cache layers to export, see [cache mode][3]. |
40+
| `ignore-error` | `cache-to` | Boolean | `false` | Ignore errors caused by failed cache exports. |
41+
| `timeout` | `cache-to`,`cache-from` | String | `10m` | Max duration for importing or exporting cache before it's timed out. |
42+
| `repository` | `cache-to` | String | | GitHub repository used for cache storage. |
43+
| `ghtoken` | `cache-to` | String | | GitHub token required for accessing the GitHub API. |
4444

4545
[1]: #authentication
4646
[2]: #scope

0 commit comments

Comments
 (0)