Update cloudbuild gcb-docker-gcloud image
This commit is contained in:
parent
9fe3ce12a0
commit
944d36fdba
7 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@ timeout: 1800s
|
|||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db'
|
||||
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f'
|
||||
entrypoint: bash
|
||||
env:
|
||||
- DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
|
|
|
@ -2,7 +2,7 @@ timeout: 600s
|
|||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
|
||||
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f
|
||||
entrypoint: bash
|
||||
env:
|
||||
- DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
|
|
|
@ -2,7 +2,7 @@ timeout: 1200s
|
|||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
|
||||
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f
|
||||
entrypoint: bash
|
||||
env:
|
||||
- DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
|
|
|
@ -2,7 +2,7 @@ timeout: 600s
|
|||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
|
||||
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f
|
||||
entrypoint: bash
|
||||
env:
|
||||
- DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
|
|
|
@ -4,7 +4,7 @@ options:
|
|||
# job builds a multi-arch docker image for amd64,arm,arm64 and s390x.
|
||||
machineType: N1_HIGHCPU_8
|
||||
steps:
|
||||
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
|
||||
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f
|
||||
entrypoint: bash
|
||||
env:
|
||||
- DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
|
|
|
@ -4,7 +4,7 @@ options:
|
|||
# job builds a multi-arch docker image for amd64,arm,arm64 and s390x.
|
||||
machineType: N1_HIGHCPU_32
|
||||
steps:
|
||||
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
|
||||
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f
|
||||
entrypoint: bash
|
||||
env:
|
||||
- DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
|
|
|
@ -2,7 +2,7 @@ timeout: 1200s
|
|||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
|
||||
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f
|
||||
entrypoint: bash
|
||||
env:
|
||||
- DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
|
|
Loading…
Reference in a new issue