Skip to content

Commit

Permalink
buildkit 0.17.1->0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Nov 29, 2024
1 parent d88ddce commit 0f75632
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions bin/y-bin.runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ helm:
path: ${os}-${arch}/helm

buildctl:
version: 0.17.1
version: 0.18.0
templates:
download: https://github.com/moby/buildkit/releases/download/v${version}/buildkit-v${version}.${os}-${arch}.tar.gz
sha256:
darwin_amd64: 45713f9524e5a6c36567cf440b8b926b6f0ea396845f408c0341d8ca18efd3c5
darwin_arm64: 209764f7fe535d90e487831770eeae36c2abe2d3a03137b8b4c09256e6ad80d7
linux_amd64: 9352f7362045f4ae5eae55b41f8f30375d35a37f6a5931e2542916c92c3d00f9
linux_arm64: e232060d7782938e7c3d23c247a438e571f96fd197279c6b021a7f81deae45eb
darwin_amd64: 2251092a80852dbbf80bb9ba692645536f5808ba49096b003f15e56e6cf2a03b
darwin_arm64: b4921a3a97e87c50fd2c2063d34508372bb9c34c39d24bcb5ea225623f30b0c8
linux_amd64: 7b4d8d825a23114a20b6ccf87aa674b0792be5cb1b573b8273fe7f3fa01f40d1
linux_arm64: 361862432dd3b4961882e5031364ab98be7618be7b80574465207f9e1e18efc3
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: ghcr.io/yolean/buildkit
newTag: v0.17.1-rootless@sha256:e225e88e9e2c09bdc35a019c9d1b4c40c4324473f752023b791803e71ffcfcfd
newTag: v0.18.0-rootless@sha256:2d0b55b39d4523e85c51bd69c000c93dfdcd6eabc01a0555b06d164fd17bd2fa

resources:
- service.yaml
Expand Down

0 comments on commit 0f75632

Please sign in to comment.