Changing gcb builder (#7584)
This commit is contained in:
parent
cb8ebcb880
commit
39f087c012
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue