Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/docker/docker from 20.10.27+incompatible to 24.0.9+incompatible #9995

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion .circleci/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ orbs:
parameters:
machine_image:
type: string
default: ubuntu-2204:2023.04.2
default: ubuntu-2204:2024.04.4
ci_runner_image:
type: string
default: docker.io/pachyderm/ci-runner:20240327-e244f4987bb95479ace93f62388b267c5afc12ef@sha256:6eca53ba260096076ae7decbfb66a779b3d78984ae5f249c8d28514f34c02ef4
Expand Down Expand Up @@ -1589,6 +1589,7 @@ jobs:
# Build the thing to start the database containers.
- run: |
docker run \
-e DOCKER_API_VERSION=1.41 \
-v /home/circleci/out:/home/circleci/out \
-v /home/circleci/project:/home/circleci/project \
<< pipeline.parameters.ci_runner_image >> \
Expand All @@ -1606,6 +1607,7 @@ jobs:
-e ENT_ACT_CODE \
-e SKIP_DOCKER_POSTGRES_CREATE=1 \
-e DOCKER_MACHINE_NAME=172.17.0.1 \
-e DOCKER_API_VERSION=1.41 \
-v /home/circleci/out:/home/circleci/out \
-v /home/circleci/project:/home/circleci/project \
--privileged \
Expand Down