Skip to content

Commit

Permalink
buildkit 0.15.2->0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Sep 13, 2024
1 parent 0855d0a commit 35a4173
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.15.2
version: 0.16.0
templates:
download: https://github.com/moby/buildkit/releases/download/v${version}/buildkit-v${version}.${os}-${arch}.tar.gz
sha256:
darwin_amd64: 3adff4ec36465d4de96575f8ac3f3412d9da5a63ba5326156e65bdc30ed84ed8
darwin_arm64: 1c12633ee3013dae121dd22370e5c2f719477f7e4c78837f84aca14060af21ee
linux_amd64: 59279df5853bef19a03ec15c5c31b772e59d91d079ab0221e1bafa023cf41c35
linux_arm64: 15329adaa5e5b2bea0580f3e5e33765f84504075710bb791e362c3b160ca7e61
darwin_amd64: ac7a68eb2dff823e004623866cd95f494ee56ce8042618d462d10bf42e5063b1
darwin_arm64: d454a7913c37641bafcd0d40353eae5093d2be5a2ecc58aeaf90cb2fcff3c4d7
linux_amd64: a07a01da821d39bdb6e03a2f98ee407bb861cc61ece2e69e2ea4d61b3a4ab7f1
linux_arm64: 1b70bb7955ddda66537d4bf9aa540e79e79e19aa989901613da58f5f133a53ef
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.15.2-rootless@sha256:f7fce0b817157b6ce16bd625aef0261ca0cee00facf114ca3c04da1a7964d190
newTag: v0.16.0-rootless@sha256:fed5f1fd2f8c2b246bc227e3f72953981dbe163a09add4c8cb9cc1f34db3e828

resources:
- service.yaml
Expand Down

0 comments on commit 35a4173

Please sign in to comment.