Changing gcb builder (#7584)

This commit is contained in:
Ricardo Katz 2021-09-02 16:15:46 -03:00 committed by GitHub
parent cb8ebcb880
commit 39f087c012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ timeout: 1800s
options: options:
substitution_option: ALLOW_LOOSE substitution_option: ALLOW_LOOSE
steps: steps:
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f' - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210722-085d930'
entrypoint: bash entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled - DOCKER_CLI_EXPERIMENTAL=enabled

View file

@ -4,7 +4,7 @@ options:
# job builds a multi-arch docker image for amd64,arm,arm64 and s390x. # job builds a multi-arch docker image for amd64,arm,arm64 and s390x.
machineType: N1_HIGHCPU_32 machineType: N1_HIGHCPU_32
steps: steps:
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f - name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20210722-085d930
entrypoint: bash entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled - DOCKER_CLI_EXPERIMENTAL=enabled