Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/buildstrategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ spec:
steps:
...
- name: build-and-push
image: moby/buildkit:v0.22.0-rootless
image: moby/buildkit:v0.26.3-rootless
imagePullPolicy: Always
workingDir: $(params.shp-source-root)
...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
defaults: []
buildSteps:
- name: build-and-push
image: moby/buildkit:v0.22.0-rootless
image: moby/buildkit:v0.26.3-rootless
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
default: ""
steps:
- name: build-and-push
image: moby/buildkit:v0.22.0-rootless
image: moby/buildkit:v0.26.3-rootless
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: true
Expand Down