Skip to content

Commit

Permalink
buildkit 0.13.2->0.14.1 + mirror due to docker hub pull limits
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Jun 20, 2024
1 parent c13582a commit 45743da
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,13 @@ jobs:
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
-
uses: actions/setup-go@v5
with:
go-version: 1.22
-
uses: imjasonh/[email protected]
-
run: |
TAG_BUILDKIT=v0.14.1-rootless
crane cp docker.io/moby/buildkit:$TAG_BUILDKIT ghcr.io/yolean/buildkit:$TAG_BUILDKIT
10 changes: 5 additions & 5 deletions bin/y-bin.runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ helm:
path: ${os}-${arch}/helm

buildctl:
version: 0.13.2
version: 0.14.1
templates:
download: https://github.com/moby/buildkit/releases/download/v${version}/buildkit-v${version}.${os}-${arch}.tar.gz
sha256:
darwin_amd64: 8bd7887568c558996a9139f1eaae3d40d8a397bf879058e08726c1e8abd4efa8
darwin_arm64: 3017ec9655c7263d333206b9b197dd2f7a33bfc5a8ffb6aae102c0e5d37b6210
linux_amd64: 9cd121931b015f05d7e4337f08272e36a83f69724c40141947eb11246ca0bb9d
linux_arm64: bcc4cb4fec79847682fbb2ce8f612e5e854636ae6c262cee4b657d2b5c2fd46c
darwin_amd64: 6c12e4e73825aaf8f4b84970905eeada6794358479fc6606ef8c38875833abbf
darwin_arm64: 7e2063f0a5753f58b420dc630fdf501114c9d64ca4ed48412d751b5345568dd6
linux_amd64: 836208f50ab8856a91aa5bba455b8451bbe261318cbc92e9c0ca3e786135756c
linux_arm64: e1caad39f0bc5848a5687d7a0e8e344d20724133365596e5d881d8fbe5594b32
archive:
tool: tar
#path: $(test 'linux' = $os && echo "bin/buildctl" || echo "buildctl")
Expand Down
2 changes: 1 addition & 1 deletion buildkit/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
images:
- name: moby/buildkit:rootless
newName: docker.io/moby/buildkit
newTag: v0.13.2-rootless@sha256:cf1c082979eec06a0eff50cd9b20172a0bf8bfe9af3bb9f8261d439f5af07ce1
newTag: v0.14.1-rootless@sha256:3cd8fa799bbe1044ad4bdfc2f9679750a33ddcbaf4154222029df36f3e31c5af

resources:
- service.yaml
Expand Down

0 comments on commit 45743da

Please sign in to comment.