Skip to content

Commit

Permalink
Merge pull request #3480 from tonistiigi/ci-buildkit-update
Browse files Browse the repository at this point in the history
github: update CI to buildkit version
  • Loading branch information
tonistiigi authored Jan 9, 2023
2 parents eb31c0c + 5f010c4 commit 234dfca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ on:
- 'frontend/dockerfile/docs/**'

env:
REPO_SLUG_ORIGIN: "moby/buildkit:master@sha256:49f8a220b0b7a217b15d4857df9ba42f22d01341dc77a42432c6bc3a66e33b25"
REPO_SLUG_ORIGIN: "moby/buildkit:v0.11.0-rc4"
REPO_SLUG_TARGET: "moby/buildkit"
DF_REPO_SLUG_TARGET: "docker/dockerfile-upstream"
PLATFORMS: "linux/amd64,linux/arm/v7,linux/arm64,linux/s390x,linux/ppc64le,linux/riscv64"
CACHE_GHA_SCOPE_IT: "integration-tests"
CACHE_GHA_SCOPE_BINARIES: "binaries"
CACHE_GHA_SCOPE_CROSS: "cross"
TESTFLAGS: "-v --parallel=6 --timeout=30m"
BUILDX_VERSION: "v0.10.0-rc1" # leave empty to use the one available on GitHub virtual environment
BUILDX_VERSION: "v0.10.0-rc3" # leave empty to use the one available on GitHub virtual environment
GO_VERSION: "1.19"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion docs/attestations/slsa-definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Describes the config that initialized the build.
```json
"invocation": {
"configSource": {
"uri": "https://github.com/moby/buildkit.git#refs/tags/v0.11.0-rc3",
"uri": "https://github.com/moby/buildkit.git#refs/tags/v0.11.0",
"digest": {
"sha1": "4b220de5058abfd01ff619c9d2ff6b09a049bea0"
},
Expand Down

0 comments on commit 234dfca

Please sign in to comment.