Skip to content

Commit 42af205

Browse files
authored
Merge pull request #21526 from docker/published-update
publish updates from main
2 parents cc5db24 + 3d845b8 commit 42af205

File tree

45 files changed

+421
-252
lines changed

Some content is hidden

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

45 files changed

+421
-252
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ on:
1111
- main
1212
pull_request:
1313

14+
env:
15+
# Use edge release of buildx (latest RC, fallback to latest stable)
16+
SETUP_BUILDX_VERSION: edge
17+
SETUP_BUILDKIT_IMAGE: "moby/buildkit:latest"
18+
1419
permissions:
1520
contents: read # to fetch code (actions/checkout)
1621

@@ -24,6 +29,9 @@ jobs:
2429
-
2530
name: Set up Docker Buildx
2631
uses: docker/setup-buildx-action@v3
32+
with:
33+
version: ${{ env.SETUP_BUILDX_VERSION }}
34+
driver-opts: image=${{ env.SETUP_BUILDKIT_IMAGE }}
2735
-
2836
name: Build
2937
uses: docker/bake-action@v5

.github/workflows/deploy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ on:
1212
- main
1313
- published
1414

15+
env:
16+
# Use edge release of buildx (latest RC, fallback to latest stable)
17+
SETUP_BUILDX_VERSION: edge
18+
SETUP_BUILDKIT_IMAGE: "moby/buildkit:latest"
19+
1520
# these permissions are needed to interact with GitHub's OIDC Token endpoint.
1621
permissions:
1722
id-token: write
@@ -80,6 +85,9 @@ jobs:
8085
-
8186
name: Set up Docker Buildx
8287
uses: docker/setup-buildx-action@v3
88+
with:
89+
version: ${{ env.SETUP_BUILDX_VERSION }}
90+
driver-opts: image=${{ env.SETUP_BUILDKIT_IMAGE }}
8391
-
8492
name: Build website
8593
uses: docker/bake-action@v5

.github/workflows/validate-upstream.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ on:
2323
type: boolean
2424
required: false
2525

26+
env:
27+
# Use edge release of buildx (latest RC, fallback to latest stable)
28+
SETUP_BUILDX_VERSION: edge
29+
SETUP_BUILDKIT_IMAGE: "moby/buildkit:latest"
30+
2631
jobs:
2732
run:
2833
runs-on: ubuntu-24.04
@@ -80,6 +85,9 @@ jobs:
8085
-
8186
name: Set up Docker Buildx
8287
uses: docker/setup-buildx-action@v3
88+
with:
89+
version: ${{ env.SETUP_BUILDX_VERSION }}
90+
driver-opts: image=${{ env.SETUP_BUILDKIT_IMAGE }}
8391
-
8492
name: Validate
8593
uses: docker/bake-action@v5

_vale/Docker/Acronyms.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ exceptions:
1515
- AUFS
1616
- AWS
1717
- BIOS
18+
- BPF
1819
- CI
1920
- CISA
2021
- CLI
@@ -52,6 +53,7 @@ exceptions:
5253
- HTTP
5354
- HTTPS
5455
- IAM
56+
- ID
5557
- IDE
5658
- IP
5759
- JAR
@@ -75,6 +77,7 @@ exceptions:
7577
- PATH
7678
- PDF
7779
- PEM
80+
- PID
7881
- PHP
7982
- POSIX
8083
- POST

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(?-i)[A-Z]{2,}s
1+
(?-i)[A-Z]{2,}'?s
22
Amazon
33
Anchore
44
Apple
@@ -21,6 +21,7 @@ Datadog
2121
Ddosify
2222
Debootstrap
2323
Dev Environments?
24+
Dev
2425
Django
2526
Docker Build Cloud
2627
Docker Business
@@ -71,6 +72,7 @@ Nuxeo
7172
OAuth
7273
OTel
7374
Okta
75+
Paketo
7476
PKG
7577
Postgres
7678
PowerShell
@@ -82,6 +84,7 @@ Snyk
8284
Solr
8385
SonarQube
8486
Syft
87+
Sysbox
8588
Sysdig
8689
Testcontainers
8790
Traefik
@@ -95,6 +98,7 @@ Zscaler
9598
Zsh
9699
[Aa]utobuild
97100
[Bb]uildx
101+
[Bb]uildpack(s)?
98102
[Cc]odenames?
99103
[Cc]ompose
100104
[Dd]istroless
@@ -109,13 +113,16 @@ Zsh
109113
[Nn]amespace
110114
[Oo]nboarding
111115
[Pp]aravirtualization
116+
[Pp]rocfs
112117
[Pp]roxied
113118
[Pp]roxying
114119
[Rr]eal-time
115120
[Rr]untimes?
116121
[Ss]andbox(ed)?
122+
[Ss]eccomp
117123
[Ss]wappable
118124
[Ss]warm
125+
[Ss]ysfs
119126
[Tt]oolchains?
120127
[Vv]irtiofs
121128
[Vv]irtualize
@@ -144,10 +151,13 @@ minikube
144151
monorepos?
145152
musl
146153
nameserver
154+
namespace
155+
namespacing
147156
npm
148157
osquery
149158
osxfs
150159
pgAdmin
160+
rootful
151161
runc
152162
snapshotters?
153163
stdin

_vendor/github.com/docker/compose/v2/docs/reference/compose.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.

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

Lines changed: 19 additions & 0 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_up.md

Lines changed: 1 addition & 1 deletion
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/docker_compose.yaml

Lines changed: 2 additions & 0 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/docker_compose_commit.yaml

Lines changed: 76 additions & 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)