Skip to content

Commit 4b89b08

Browse files
Merge branch 'main' into summary-bar
2 parents 71e5562 + 37b37c0 commit 4b89b08

File tree

161 files changed

+2983
-1213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+2983
-1213
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/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git fetch origin main:main
2525
git reset --hard main
2626
- name: Create Pull Request
27-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
27+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
2828
with:
2929
delete-branch: false
3030
branch: published-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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG GO_VERSION=1.23
66
ARG HTMLTEST_VERSION=0.17.0
77
ARG HUGO_VERSION=0.139.0
88
ARG NODE_VERSION=22
9-
ARG PAGEFIND_VERSION=1.1.1
9+
ARG PAGEFIND_VERSION=1.3.0
1010

1111
# base defines the generic base stage
1212
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ contribute, see [CONTRIBUTING.md](CONTRIBUTING.md).
4949

5050
## Copyright and license
5151

52-
Copyright 2013-2024 Docker, Inc., released under the <a href="https://github.com/docker/docs/blob/main/LICENSE">Apache 2.0 license</a> .
52+
Copyright 2013-2025 Docker, Inc., released under the <a href="https://github.com/docker/docs/blob/main/LICENSE">Apache 2.0 license</a> .

_vale/Docker/Acronyms.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ level: warning
55
ignorecase: false
66
# Ensures that the existence of 'first' implies the existence of 'second'.
77
first: '\b([A-Z]{2,5})\b'
8-
second: '(?:\b[A-Z][a-z]+ )+\(([A-Z]{2,5})\)'
8+
second: '(?:\b[A-Z][a-z]+ )+\(([A-Z]{2,5})s?\)'
99
# ... with the exception of these:
1010
exceptions:
1111
- AGPL
@@ -18,14 +18,17 @@ exceptions:
1818
- BIOS
1919
- BPF
2020
- BSD
21+
- CFS
2122
- CI
23+
- CIDR
2224
- CISA
2325
- CLI
2426
- CNCF
2527
- CORS
2628
- CPU
2729
- CSS
2830
- CSV
31+
- CUDA
2932
- CVE
3033
- DCT
3134
- DEBUG
@@ -38,6 +41,7 @@ exceptions:
3841
- ECI
3942
- ELK
4043
- FAQ
44+
- FPM
4145
- FUSE
4246
- GB
4347
- GCC
@@ -60,6 +64,8 @@ exceptions:
6064
- ID
6165
- IDE
6266
- IP
67+
- IPAM
68+
- IPC
6369
- JAR
6470
- JSON
6571
- JSX
@@ -73,11 +79,13 @@ exceptions:
7379
- NET
7480
- NFS
7581
- NOTE
82+
- NTFS
7683
- NTLM
7784
- NUMA
7885
- NVDA
7986
- OCI
8087
- OS
88+
- OSI
8189
- OSS
8290
- PATH
8391
- PDF
@@ -90,6 +98,7 @@ exceptions:
9098
- RAM
9199
- REPL
92100
- REST
101+
- RFC
93102
- RHEL
94103
- RPM
95104
- RSA
@@ -124,8 +133,10 @@ exceptions:
124133
- USB
125134
- USD
126135
- UTF
136+
- UTS
127137
- UUID
128138
- VAT
139+
- VIP
129140
- VLAN
130141
- VM
131142
- VPN

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
(?-i)[A-Z]{2,}'?s
1+
(?i)[A-Z]{2,}'?s
22
Amazon
33
Anchore
44
Apple
55
Artifactory
6-
Autotest
76
Azure
87
Btrfs
98
BuildKit
@@ -59,6 +58,8 @@ JetBrains
5958
Kerberos
6059
Kitematic
6160
Kubernetes
61+
Laravel
62+
Laradock
6263
Linux
6364
LinuxKit
6465
Logstash
@@ -95,24 +96,33 @@ VMware
9596
Wasm
9697
Windows
9798
WireMock
99+
Xdebug
98100
Zscaler
99101
Zsh
102+
[Aa]nonymized?
100103
[Aa]utobuild
101104
[Aa]llowlist
105+
[Aa]utobuilds?
106+
[Aa]utotests?
107+
[Bb]uildx
102108
[Bb]uildpack(s)?
103109
[Bb]uildx
104110
[Cc]odenames?
105111
[Cc]ompose
112+
[Cc]onfigs
106113
[Dd]istroless
107114
[Ff]ilepaths?
108115
[Ff]iletypes?
109116
[GgCc]oroutine
117+
[Hh]ealthcheck
110118
[Hh]ostname
111119
[Ii]nfosec
120+
[Ii]nline
112121
[Kk]eyrings?
113122
[Ll]oopback
114123
[Mm]emcached
115124
[Mm]oby
125+
[Mm]ountpoint
116126
[Nn]amespace
117127
[Oo]nboarding
118128
[Pp]aravirtualization
@@ -121,10 +131,12 @@ Zsh
121131
[Pp]roxied
122132
[Pp]roxying
123133
[Rr]eal-time
134+
[Rr]egex(es)?
124135
[Rr]untimes?
125136
[Ss]andbox(ed)?
126137
[Ss]eccomp
127138
[Ss]ubmounts?
139+
[Ss]ubnet
128140
[Ss]ubpaths?
129141
[Ss]ubtrees?
130142
[Ss]wappable
@@ -145,6 +157,7 @@ Zsh
145157
cgroup
146158
config
147159
containerd
160+
datacenter
148161
deprovisioning
149162
deserialization
150163
deserialize
@@ -159,7 +172,6 @@ kubectl
159172
kubefwd
160173
kubelet
161174
lookup
162-
label_file
163175
macOS
164176
macvlan
165177
mfsymlinks
@@ -173,15 +185,19 @@ npm
173185
osquery
174186
osxfs
175187
pgAdmin
188+
rollback
176189
rootful
177190
runc
178191
snapshotters?
179192
stdin
180193
stdout
181-
subnet
194+
syntaxes
195+
sysctls
182196
systemd
183197
tmpfs
184198
ufw
199+
uid
185200
umask
186201
vSphere
187202
vpnkit
203+
windowsfilter

_vendor/github.com/docker/cli/docs/reference/dockerd.md

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/docker/compose/v2/docs/reference/compose_create.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)