Skip to content

Commit

Permalink
ci: update Kaniko (GoogleCloudPlatform#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Jul 4, 2023
1 parent 11e380c commit 6805a82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ci/build-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
args: ['build', '-t', 'pack', '-f', 'build_scripts/pack.Dockerfile', 'build_scripts']

# Create the docker images for the buildpacks builder.
- name: 'gcr.io/kaniko-project/executor:v1.6.0-debug'
- name: 'gcr.io/kaniko-project/executor:v1.12.0'
args: [
"--context=dir:///workspace/",
"--dockerfile=build_scripts/Dockerfile",
Expand All @@ -28,7 +28,7 @@ steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['pull', 'gcr.io/${PROJECT_ID}/ci/run-image:${BUILD_ID}']

- name: 'gcr.io/kaniko-project/executor:v1.6.0-debug'
- name: 'gcr.io/kaniko-project/executor:v1.12.0'
args: [
"--context=dir:///workspace/",
"--dockerfile=build_scripts/Dockerfile",
Expand Down
2 changes: 1 addition & 1 deletion ci/cloudbuild/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ substitutions:
_LOGS_BUCKET: 'cloud-cpp-community-publiclogs'

steps:
- name: 'gcr.io/kaniko-project/executor:v1.6.0-debug'
- name: 'gcr.io/kaniko-project/executor:v1.12.0'
args: [
'--log-format=text',
'--context=dir:///workspace/ci',
Expand Down
4 changes: 2 additions & 2 deletions ci/generate-build-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ steps:
args: ['build', '-t', 'pack', '-f', 'build_scripts/pack.Dockerfile', 'build_scripts']
# Create the docker images for the buildpacks builder.
- name: 'gcr.io/kaniko-project/executor:v1.6.0-debug'
- name: 'gcr.io/kaniko-project/executor:v1.12.0'
args: [
"--context=dir:///workspace/",
"--dockerfile=build_scripts/Dockerfile",
Expand All @@ -46,7 +46,7 @@ steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['pull', 'gcr.io/${PROJECT_ID}/ci/run-image:${BUILD_ID}']
- name: 'gcr.io/kaniko-project/executor:v1.6.0-debug'
- name: 'gcr.io/kaniko-project/executor:v1.12.0'
args: [
"--context=dir:///workspace/",
"--dockerfile=build_scripts/Dockerfile",
Expand Down

0 comments on commit 6805a82

Please sign in to comment.