Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
- main
pull_request:

env:
# Use edge release of buildx (latest RC, fallback to latest stable)
SETUP_BUILDX_VERSION: edge
SETUP_BUILDKIT_IMAGE: "moby/buildkit:latest"

permissions:
contents: read # to fetch code (actions/checkout)

Expand All @@ -24,6 +29,9 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: ${{ env.SETUP_BUILDX_VERSION }}
driver-opts: image=${{ env.SETUP_BUILDKIT_IMAGE }}
-
name: Build
uses: docker/bake-action@v5
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ on:
- main
- published

env:
# Use edge release of buildx (latest RC, fallback to latest stable)
SETUP_BUILDX_VERSION: edge
SETUP_BUILDKIT_IMAGE: "moby/buildkit:latest"

# these permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
Expand Down Expand Up @@ -80,6 +85,9 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: ${{ env.SETUP_BUILDX_VERSION }}
driver-opts: image=${{ env.SETUP_BUILDKIT_IMAGE }}
-
name: Build website
uses: docker/bake-action@v5
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/validate-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ on:
type: boolean
required: false

env:
# Use edge release of buildx (latest RC, fallback to latest stable)
SETUP_BUILDX_VERSION: edge
SETUP_BUILDKIT_IMAGE: "moby/buildkit:latest"

jobs:
run:
runs-on: ubuntu-24.04
Expand Down Expand Up @@ -80,6 +85,9 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: ${{ env.SETUP_BUILDX_VERSION }}
driver-opts: image=${{ env.SETUP_BUILDKIT_IMAGE }}
-
name: Validate
uses: docker/bake-action@v5
Expand Down
3 changes: 3 additions & 0 deletions _vale/Docker/Acronyms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ exceptions:
- AUFS
- AWS
- BIOS
- BPF
- CI
- CISA
- CLI
Expand Down Expand Up @@ -52,6 +53,7 @@ exceptions:
- HTTP
- HTTPS
- IAM
- ID
- IDE
- IP
- JAR
Expand All @@ -75,6 +77,7 @@ exceptions:
- PATH
- PDF
- PEM
- PID
- PHP
- POSIX
- POST
Expand Down
12 changes: 11 additions & 1 deletion _vale/config/vocabularies/Docker/accept.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(?-i)[A-Z]{2,}s
(?-i)[A-Z]{2,}'?s
Amazon
Anchore
Apple
Expand All @@ -21,6 +21,7 @@ Datadog
Ddosify
Debootstrap
Dev Environments?
Dev
Django
Docker Build Cloud
Docker Business
Expand Down Expand Up @@ -71,6 +72,7 @@ Nuxeo
OAuth
OTel
Okta
Paketo
PKG
Postgres
PowerShell
Expand All @@ -82,6 +84,7 @@ Snyk
Solr
SonarQube
Syft
Sysbox
Sysdig
Testcontainers
Traefik
Expand All @@ -95,6 +98,7 @@ Zscaler
Zsh
[Aa]utobuild
[Bb]uildx
[Bb]uildpack(s)?
[Cc]odenames?
[Cc]ompose
[Dd]istroless
Expand All @@ -109,13 +113,16 @@ Zsh
[Nn]amespace
[Oo]nboarding
[Pp]aravirtualization
[Pp]rocfs
[Pp]roxied
[Pp]roxying
[Rr]eal-time
[Rr]untimes?
[Ss]andbox(ed)?
[Ss]eccomp
[Ss]wappable
[Ss]warm
[Ss]ysfs
[Tt]oolchains?
[Vv]irtiofs
[Vv]irtualize
Expand Down Expand Up @@ -144,10 +151,13 @@ minikube
monorepos?
musl
nameserver
namespace
namespacing
npm
osquery
osxfs
pgAdmin
rootful
runc
snapshotters?
stdin
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# github.com/moby/buildkit v0.18.0
# github.com/docker/buildx v0.19.1
# github.com/docker/cli v27.4.0-rc.2+incompatible
# github.com/docker/compose/v2 v2.30.3
# github.com/docker/compose/v2 v2.31.0
# github.com/docker/scout-cli v1.15.0
Loading
Loading