Skip to content

Commit

Permalink
Merge pull request #1723 from SaschaSchwarze0/sascha-buildkit
Browse files Browse the repository at this point in the history
Use specific tag for BuildKit
  • Loading branch information
openshift-merge-bot[bot] authored Nov 5, 2024
2 parents 9bbbae5 + 4038570 commit 3e712a0
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:nightly-rootless
image: moby/buildkit:v0.17.0-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:nightly-rootless
image: moby/buildkit:v0.17.0-rootless
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
default: "Dockerfile"
steps:
- name: build-and-push
image: moby/buildkit:nightly-rootless
image: moby/buildkit:v0.17.0-rootless
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: true
Expand Down

0 comments on commit 3e712a0

Please sign in to comment.