Skip to content

Commit

Permalink
Merge pull request #1745 from shipwright-io/moby/buildkit
Browse files Browse the repository at this point in the history
Bump moby/buildkit from 0.17.0 to 0.18.1
  • Loading branch information
openshift-merge-bot[bot] authored Dec 11, 2024
2 parents a692253 + ddff6b6 commit 9432132
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/buildstrategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ spec:
steps:
...
- name: build-and-push
image: moby/buildkit:v0.17.0-rootless
image: moby/buildkit:v0.18.1-rootless
imagePullPolicy: Always
workingDir: $(params.shp-source-root)
...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
defaults: []
buildSteps:
- name: build-and-push
image: moby/buildkit:v0.17.0-rootless
image: moby/buildkit:v0.18.1-rootless
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
default: ""
steps:
- name: build-and-push
image: moby/buildkit:v0.17.0-rootless
image: moby/buildkit:v0.18.1-rootless
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: true
Expand Down

0 comments on commit 9432132

Please sign in to comment.