Skip to content

Commit fcd25a0

Browse files
authored
Merge pull request #21738 from docker/published-update
publish updates from main
2 parents 687b70d + 510a49c commit fcd25a0

File tree

23 files changed

+391
-391
lines changed

23 files changed

+391
-391
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
releaser:
2424
runs-on: ubuntu-24.04
2525
steps:
26-
-
27-
name: Checkout
28-
uses: actions/checkout@v4
2926
-
3027
name: Set up Docker Buildx
3128
uses: docker/setup-buildx-action@v3
@@ -34,7 +31,7 @@ jobs:
3431
driver-opts: image=${{ env.SETUP_BUILDKIT_IMAGE }}
3532
-
3633
name: Build
37-
uses: docker/bake-action@v5
34+
uses: docker/bake-action@v6
3835
with:
3936
files: |
4037
docker-bake.hcl
@@ -56,8 +53,9 @@ jobs:
5653
uses: docker/setup-buildx-action@v3
5754
-
5855
name: Build
59-
uses: docker/bake-action@v5
56+
uses: docker/bake-action@v6
6057
with:
58+
source: .
6159
files: |
6260
docker-bake.hcl
6361
targets: release
@@ -66,8 +64,9 @@ jobs:
6664
*.cache-to=type=gha,scope=build,mode=max
6765
-
6866
name: Check Cloudfront config
69-
uses: docker/bake-action@v5
67+
uses: docker/bake-action@v6
7068
with:
69+
source: .
7170
targets: aws-cloudfront-update
7271
env:
7372
DRY_RUN: true
@@ -99,20 +98,18 @@ jobs:
9998
- dockerfile-lint
10099
- path-warnings
101100
steps:
102-
-
103-
name: Checkout
104-
uses: actions/checkout@v4
105101
-
106102
name: Set up Docker Buildx
107103
uses: docker/setup-buildx-action@v3
108104
-
109105
name: Validate
110-
uses: docker/bake-action@v5
106+
uses: docker/bake-action@v6
111107
with:
112108
files: |
113109
docker-bake.hcl
114110
targets: ${{ matrix.target }}
115111
set: |
112+
*.args.BUILDKIT_CONTEXT_KEEP_GIT_DIR=1
116113
*.cache-to=type=gha,scope=validate-${{ matrix.target }},mode=max
117114
*.cache-from=type=gha,scope=validate-${{ matrix.target }}
118115
*.cache-from=type=gha,scope=build

.github/workflows/deploy.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ jobs:
9090
driver-opts: image=${{ env.SETUP_BUILDKIT_IMAGE }}
9191
-
9292
name: Build website
93-
uses: docker/bake-action@v5
93+
uses: docker/bake-action@v6
9494
with:
95+
source: .
9596
files: |
9697
docker-bake.hcl
9798
targets: release
@@ -127,8 +128,9 @@ jobs:
127128
-
128129
name: Update S3 config
129130
if: ${{ env.DOCS_S3_BUCKET != '' && env.DOCS_S3_CONFIG != '' }}
130-
uses: docker/bake-action@v5
131+
uses: docker/bake-action@v6
131132
with:
133+
source: .
132134
files: |
133135
docker-bake.hcl
134136
targets: aws-s3-update-config
@@ -141,8 +143,9 @@ jobs:
141143
-
142144
name: Update Cloudfront config
143145
if: ${{ env.DOCS_CLOUDFRONT_ID != '' }}
144-
uses: docker/bake-action@v5
146+
uses: docker/bake-action@v6
145147
with:
148+
source: .
146149
files: |
147150
docker-bake.hcl
148151
targets: aws-cloudfront-update

.github/workflows/validate-upstream.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ jobs:
9090
driver-opts: image=${{ env.SETUP_BUILDKIT_IMAGE }}
9191
-
9292
name: Validate
93-
uses: docker/bake-action@v5
93+
uses: docker/bake-action@v6
9494
with:
95+
source: .
9596
files: |
9697
docker-bake.hcl
9798
targets: validate-upstream

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Amazon
33
Anchore
44
Apple
55
Artifactory
6-
Autotest
76
Azure
87
Btrfs
98
BuildKit
@@ -100,6 +99,9 @@ Zsh
10099
[Aa]nonymized?
101100
[Aa]utobuild
102101
[Aa]llowlist
102+
[Aa]utobuilds?
103+
[Aa]utotests?
104+
[Bb]uildx
103105
[Bb]uildpack(s)?
104106
[Bb]uildx
105107
[Cc]odenames?
@@ -126,6 +128,7 @@ Zsh
126128
[Pp]roxied
127129
[Pp]roxying
128130
[Rr]eal-time
131+
[Rr]egex(es)?
129132
[Rr]untimes?
130133
[Ss]andbox(ed)?
131134
[Ss]eccomp

content/manuals/admin/organization/activity-logs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ Refer to the following section for a list of events and their descriptions:
7272

7373
### Repository events
7474

75+
> [!NOTE]
76+
>
77+
> Event descriptions that include a user action can refer to a Docker username, personal access token (PAT) or organization access token (OAT). For example, if a user pushes a tag to a repository, the event would include the description: `<user-access-token>` pushed the tag to the repository.
78+
7579
| Event | Description |
7680
|:------------------------------------------------------------------|:------------------------------------------------|
7781
| Repository Created | Activities related to the creation of a new repository |

content/manuals/build/bake/remote-definition.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,8 @@ and use the `cwd://` prefix for the metadata Bake file:
174174

175175
```yml
176176
- name: Build
177-
uses: docker/bake-action@v4
177+
uses: docker/bake-action@v6
178178
with:
179-
source: "${{ github.server_url }}/${{ github.repository }}.git#${{ github.ref }}"
180179
files: |
181180
./docker-bake.hcl
182181
cwd://${{ steps.meta.outputs.bake-file }}

content/manuals/build/ci/github-actions/annotations.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ jobs:
7272
docker:
7373
runs-on: ubuntu-latest
7474
steps:
75-
- name: Checkout
76-
uses: actions/checkout@v4
77-
7875
- name: Login to Docker Hub
7976
uses: docker/login-action@v3
8077
with:
@@ -91,12 +88,12 @@ jobs:
9188
images: ${{ env.IMAGE_NAME }}
9289

9390
- name: Build
94-
uses: docker/bake-action@v5
91+
uses: docker/bake-action@v6
9592
with:
9693
files: |
9794
./docker-bake.hcl
98-
${{ steps.meta.outputs.bake-file-tags }}
99-
${{ steps.meta.outputs.bake-file-annotations }}
95+
cwd://${{ steps.meta.outputs.bake-file-tags }}
96+
cwd://${{ steps.meta.outputs.bake-file-annotations }}
10097
push: true
10198
```
10299

content/manuals/build/ci/github-actions/build-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ or [Docker Buildx Bake](https://github.com/marketplace/actions/docker-buildx-bak
2020
GitHub Actions:
2121

2222
- `docker/build-push-action@v6`
23-
- `docker/bake-action@v5`
23+
- `docker/bake-action@v6`
2424

2525
To view the job summary, open the details page for the job in GitHub after the
2626
job has finished. The summary is available for both failed and successful

content/manuals/build/ci/github-actions/checks.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ jobs:
7878
docker:
7979
runs-on: ubuntu-latest
8080
steps:
81-
- name: Checkout
82-
uses: actions/checkout@v4
83-
8481
- name: Login to Docker Hub
8582
uses: docker/login-action@v3
8683
with:
@@ -91,12 +88,12 @@ jobs:
9188
uses: docker/setup-buildx-action@v3
9289
9390
- name: Validate build configuration
94-
uses: docker/bake-action@v5
91+
uses: docker/bake-action@v6
9592
with:
9693
targets: validate-build
9794
9895
- name: Build
99-
uses: docker/bake-action@v5
96+
uses: docker/bake-action@v6
10097
with:
10198
targets: build
10299
push: true

content/manuals/build/ci/github-actions/multi-platform.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,6 @@ jobs:
350350
platform=${{ matrix.platform }}
351351
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
352352
353-
- name: Checkout
354-
uses: actions/checkout@v4
355-
356353
- name: Download meta bake definition
357354
uses: actions/download-artifact@v4
358355
with:
@@ -373,11 +370,11 @@ jobs:
373370
374371
- name: Build
375372
id: bake
376-
uses: docker/bake-action@v5
373+
uses: docker/bake-action@v6
377374
with:
378375
files: |
379376
./docker-bake.hcl
380-
/tmp/bake-meta.json
377+
cwd:///tmp/bake-meta.json
381378
targets: image
382379
set: |
383380
*.tags=

0 commit comments

Comments
 (0)