Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit ffe43f4

Browse files
authored
Merge pull request #168 from dlorenc/kaniko9
Switch ruby to kaniko v0.9
2 parents 7b32905 + d8625bd commit ffe43f4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

ruby-pipeline/ruby-latest.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,5 @@ steps:
4545
'--prebuilt-image=2.6.0=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.6.0:latest',
4646
'--prebuilt-image=2.6.1=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.6.1:latest',
4747
'--default-ruby-version=2.3.8']
48-
- name: 'gcr.io/cloud-builders/docker:latest'
49-
args: ['build', '--network=cloudbuild', '-t', '$_OUTPUT_IMAGE', '.']
50-
images:
51-
- '$_OUTPUT_IMAGE'
48+
- name: 'gcr.io/kaniko-project/executor:v0.9.0'
49+
args: ['--destination=$_OUTPUT_IMAGE']

0 commit comments

Comments
 (0)