Skip to content

Commit

Permalink
Update cloudbuild jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Sep 9, 2020
1 parent f30a32a commit e480f02
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ timeout: 1800s
options:
substitution_option: ALLOW_LOOSE
steps:
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db'
entrypoint: bash
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
Expand Down
2 changes: 1 addition & 1 deletion images/cfssl/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ timeout: 600s
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
entrypoint: bash
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
Expand Down
2 changes: 1 addition & 1 deletion images/echo/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ timeout: 1200s
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
entrypoint: bash
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
Expand Down
2 changes: 1 addition & 1 deletion images/fastcgi-helloserver/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ timeout: 600s
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
entrypoint: bash
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
Expand Down
2 changes: 1 addition & 1 deletion images/httpbin/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:v20200619-68869a4
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
entrypoint: bash
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
Expand Down
2 changes: 1 addition & 1 deletion images/nginx/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:v20200619-68869a4
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
entrypoint: bash
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
Expand Down
2 changes: 1 addition & 1 deletion images/test-runner/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ timeout: 1200s
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
entrypoint: bash
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
Expand Down

0 comments on commit e480f02

Please sign in to comment.