From 7b3290574fa444ede25bc8dffe0aca83d434465d Mon Sep 17 00:00:00 2001 From: Daniel Azuma Date: Fri, 1 Feb 2019 16:19:29 -0800 Subject: [PATCH] Switch back to docker until Kaniko PR 546 is released (#166) --- ruby-pipeline/ruby-latest.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ruby-pipeline/ruby-latest.yaml b/ruby-pipeline/ruby-latest.yaml index 5b80e1fef..f2984869b 100644 --- a/ruby-pipeline/ruby-latest.yaml +++ b/ruby-pipeline/ruby-latest.yaml @@ -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'