diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 7b0e5ee..1732f44 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -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/setup-crane@v0.3 + - + run: | + TAG_BUILDKIT=v0.14.1-rootless + crane cp docker.io/moby/buildkit:$TAG_BUILDKIT ghcr.io/yolean/buildkit:$TAG_BUILDKIT diff --git a/bin/y-bin.runner.yaml b/bin/y-bin.runner.yaml index 7ea65d1..cb45b09 100755 --- a/bin/y-bin.runner.yaml +++ b/bin/y-bin.runner.yaml @@ -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") diff --git a/buildkit/kustomization.yaml b/buildkit/kustomization.yaml index b965a48..0585f41 100644 --- a/buildkit/kustomization.yaml +++ b/buildkit/kustomization.yaml @@ -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