File tree 1 file changed +2
-11
lines changed
1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
perl-cache-paths : &perl-cache-paths
2
3
paths :
3
4
- ./local
@@ -29,14 +30,6 @@ commands:
29
30
- apicast-cpanm-v2-{{ arch }}-{{ .Branch }}
30
31
- apicast-cpanm-v2-{{ arch }}-master
31
32
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
-
40
33
setup-docker :
41
34
steps :
42
35
- setup_remote_docker :
@@ -51,7 +44,6 @@ commands:
51
44
setup-build-env :
52
45
steps :
53
46
- run : apk update && apk add wget make bash curl git openssh-client
54
- - install-docker-compose
55
47
- setup-docker
56
48
- attach-workspace
57
49
@@ -106,10 +98,9 @@ executors:
106
98
docker :
107
99
working_directory : /opt/app-root/apicast
108
100
docker :
109
- - image : docker:stable
101
+ - image : docker:23.0.2-cli-alpine3.17
110
102
environment :
111
103
COMPOSE_TLS_VERSION : " TLSv1_2"
112
- DOCKER_COMPOSE_VERSION : " v2.14.0"
113
104
114
105
openresty :
115
106
working_directory : /opt/app-root/apicast
You can’t perform that action at this time.
0 commit comments