Skip to content

Commit

Permalink
circleci: upgrade docker
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Mar 31, 2023
1 parent bc1833d commit c280eb9
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
perl-cache-paths: &perl-cache-paths
paths:
- ./local
Expand Down Expand Up @@ -29,14 +30,6 @@ commands:
- apicast-cpanm-v2-{{ arch }}-{{ .Branch }}
- apicast-cpanm-v2-{{ arch }}-master

install-docker-compose:
steps:
- run: |
curl -sLO https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-linux-x86_64
chmod +x docker-compose-linux-x86_64
mv docker-compose-linux-x86_64 /usr/local/bin/docker-compose
docker-compose version
setup-docker:
steps:
- setup_remote_docker:
Expand All @@ -51,7 +44,6 @@ commands:
setup-build-env:
steps:
- run: apk update && apk add wget make bash curl git openssh-client
- install-docker-compose
- setup-docker
- attach-workspace

Expand Down Expand Up @@ -106,10 +98,9 @@ executors:
docker:
working_directory: /opt/app-root/apicast
docker:
- image: docker:stable
- image: docker:23.0.2-cli-alpine3.17
environment:
COMPOSE_TLS_VERSION: "TLSv1_2"
DOCKER_COMPOSE_VERSION: "v2.14.0"

openresty:
working_directory: /opt/app-root/apicast
Expand Down

0 comments on commit c280eb9

Please sign in to comment.