From 165dbea03c5c0f622aa7eecadc414ce66c14ea74 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Tue, 21 Apr 2020 20:19:02 -0400 Subject: [PATCH] update to latest gcr.io/k8s-testimages/gcb-docker-gcloud image This new image has docker-buildx built-in. --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 12ad64cb5..02685befa 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -7,7 +7,7 @@ timeout: 1200s options: substitution_option: ALLOW_LOOSE steps: - - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200420-5cc1b98' + - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200421-a2bf5f8' entrypoint: 'bash' env: - DOCKER_CLI_EXPERIMENTAL=enabled