Skip to content

Commit

Permalink
Use Docker 24.0.6 for performanace test (#3592)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongmax committed Jan 12, 2024
1 parent 150c338 commit fc9e725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/perf-test-cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ steps:
args:
- bash
- -c
- "echo 'FROM gcr.io/cloud-builders/docker\nRUN apt-get install make\nENTRYPOINT\
- "echo 'FROM gcr.io/cloud-builders/docker:24.0.6\nRUN apt-get install make\nENTRYPOINT\
\ [\"/usr/bin/make\"]' > Dockerfile.build"
waitFor: ['-']

- name: gcr.io/cloud-builders/docker
- name: gcr.io/cloud-builders/docker:24.0.6
id: build-make-docker
args: [build, -f, Dockerfile.build, -t, make-docker, .] # we need docker and make to run everything.

Expand Down

0 comments on commit fc9e725

Please sign in to comment.