Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gcr.io/kaniko-project/executor from 1.16.0 to 1.17.0 #1412

Merged
merged 1 commit into from
Oct 19, 2023
Merged
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
Bump gcr.io/kaniko-project/executor from 1.16.0 to 1.17.0
  • Loading branch information
openshift-merge-robot authored Oct 19, 2023
commit 1be70b6256bc943cca80183373c4423594bb9f15
4 changes: 2 additions & 2 deletions docs/buildstrategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ metadata:
spec:
steps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.16.0
image: gcr.io/kaniko-project/executor:v1.17.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -668,7 +668,7 @@ metadata:
spec:
steps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.16.0
image: gcr.io/kaniko-project/executor:v1.17.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
emptyDir: {}
buildSteps:
- name: kaniko-build
image: gcr.io/kaniko-project/executor:v1.16.0
image: gcr.io/kaniko-project/executor:v1.17.0
workingDir: $(params.shp-source-root)
securityContext:
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
buildSteps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.16.0
image: gcr.io/kaniko-project/executor:v1.17.0
workingDir: $(params.shp-source-root)
securityContext:
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
name: gen-source
workingDir: $(params.shp-source-root)
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.16.0
image: gcr.io/kaniko-project/executor:v1.17.0
command:
- /kaniko/executor
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
emptyDir: {}
buildSteps:
- name: kaniko-build
image: gcr.io/kaniko-project/executor:v1.16.0
image: gcr.io/kaniko-project/executor:v1.17.0
workingDir: $(params.shp-source-root)
securityContext:
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
buildSteps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.16.0
image: gcr.io/kaniko-project/executor:v1.17.0
workingDir: $(params.shp-source-root)
securityContext:
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
name: gen-source
workingDir: $(params.shp-source-root)
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.16.0
image: gcr.io/kaniko-project/executor:v1.17.0
command:
- /kaniko/executor
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
emptyDir: {}
steps:
- name: kaniko-build
image: gcr.io/kaniko-project/executor:v1.16.0
image: gcr.io/kaniko-project/executor:v1.17.0
workingDir: $(params.shp-source-root)
securityContext:
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
steps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.16.0
image: gcr.io/kaniko-project/executor:v1.17.0
workingDir: $(params.shp-source-root)
securityContext:
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
name: gen-source
workingDir: $(params.shp-source-root)
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.16.0
image: gcr.io/kaniko-project/executor:v1.17.0
command:
- /kaniko/executor
args:
Expand Down
6 changes: 3 additions & 3 deletions test/v1beta1_samples/clusterbuildstrategy_samples.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ metadata:
spec:
buildSteps:
- name: step-build-and-push
image: gcr.io/kaniko-project/executor:v1.15.0
image: gcr.io/kaniko-project/executor:v1.17.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -180,7 +180,7 @@ metadata:
spec:
buildSteps:
- name: step-build-and-push
image: gcr.io/kaniko-project/executor:v1.15.0
image: gcr.io/kaniko-project/executor:v1.17.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -298,7 +298,7 @@ metadata:
spec:
buildSteps:
- name: step-build-and-push
image: gcr.io/kaniko-project/executor:v1.15.0
image: gcr.io/kaniko-project/executor:v1.17.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down