Skip to content

Commit c280eb9

Browse files
committed
circleci: upgrade docker
1 parent bc1833d commit c280eb9

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.circleci/config.yml

+2-11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
perl-cache-paths: &perl-cache-paths
23
paths:
34
- ./local
@@ -29,14 +30,6 @@ commands:
2930
- apicast-cpanm-v2-{{ arch }}-{{ .Branch }}
3031
- apicast-cpanm-v2-{{ arch }}-master
3132

32-
install-docker-compose:
33-
steps:
34-
- run: |
35-
curl -sLO https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-linux-x86_64
36-
chmod +x docker-compose-linux-x86_64
37-
mv docker-compose-linux-x86_64 /usr/local/bin/docker-compose
38-
docker-compose version
39-
4033
setup-docker:
4134
steps:
4235
- setup_remote_docker:
@@ -51,7 +44,6 @@ commands:
5144
setup-build-env:
5245
steps:
5346
- run: apk update && apk add wget make bash curl git openssh-client
54-
- install-docker-compose
5547
- setup-docker
5648
- attach-workspace
5749

@@ -106,10 +98,9 @@ executors:
10698
docker:
10799
working_directory: /opt/app-root/apicast
108100
docker:
109-
- image: docker:stable
101+
- image: docker:23.0.2-cli-alpine3.17
110102
environment:
111103
COMPOSE_TLS_VERSION: "TLSv1_2"
112-
DOCKER_COMPOSE_VERSION: "v2.14.0"
113104

114105
openresty:
115106
working_directory: /opt/app-root/apicast

0 commit comments

Comments
 (0)