Skip to content

Commit

Permalink
Switch back to docker until Kaniko PR 546 is released (GoogleCloudPla…
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Feb 2, 2019
1 parent 8acf9da commit 7b32905
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ruby-pipeline/ruby-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ steps:
'--prebuilt-image=2.6.0=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.6.0:latest',
'--prebuilt-image=2.6.1=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.6.1:latest',
'--default-ruby-version=2.3.8']
- name: 'gcr.io/kaniko-project/executor:v0.8.0'
args: ['--destination=$_OUTPUT_IMAGE']
- name: 'gcr.io/cloud-builders/docker:latest'
args: ['build', '--network=cloudbuild', '-t', '$_OUTPUT_IMAGE', '.']
images:
- '$_OUTPUT_IMAGE'

0 comments on commit 7b32905

Please sign in to comment.