Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloudbuild-e2e-cloud-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

steps:
# Wait for the image to exist
- name: "docker"
- name: docker:28
id: wait-for-image
entrypoint: "sh"
timeout: 3m
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild-e2e-gae.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

steps:
# Wait for the image to exist
- name: "docker"
- name: docker:28
id: wait-for-image
entrypoint: "sh"
timeout: 10m
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild-e2e-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

steps:
# Wait for the image to exist
- name: "docker"
- name: docker:28
id: wait-for-image
entrypoint: "sh"
timeout: 3m
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild-e2e-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

steps:
# Wait for the image to exist
- name: "docker"
- name: docker:28
id: wait-for-image
entrypoint: "sh"
timeout: 3m
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild-e2e-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

steps:
- name: docker
- name: docker:28
entrypoint: "sh"
args:
- -c
Expand Down
4 changes: 2 additions & 2 deletions cloudbuild-e2e-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

steps:
# Wait for the image to exist
- name: "docker"
- name: docker:28
id: wait-for-image
entrypoint: "sh"
timeout: 3m
env: ["_TEST_SERVER_IMAGE=${_TEST_SERVER_IMAGE}"]
args:
- e2e-test-server/wait-for-image.sh

- name: "docker"
- name: docker:28
id: pull-image
args:
- pull
Expand Down