mirror of
https://github.com/tmaier/docker-compose
synced 2024-11-22 07:51:58 +01:00
Remove prior v19 from version matrix file
This commit is contained in:
parent
92ec65ae76
commit
6f55d4de07
@ -1,14 +1,4 @@
|
||||
latest
|
||||
1.13 1.10.*
|
||||
17 1.18.*
|
||||
17.03 1.11.*
|
||||
17.06 1.15.*
|
||||
17.09 1.16.*
|
||||
17.12 1.18.*
|
||||
18 1.19.*
|
||||
18.02 1.19.*
|
||||
18.03 1.21.*
|
||||
18.06 1.22.*
|
||||
19 1.27.*
|
||||
19.03 1.27.*
|
||||
20 1.28.*
|
||||
|
@ -5,11 +5,9 @@ ARG COMPOSE_VERSION=
|
||||
ARG DOCKER_VERSION
|
||||
|
||||
RUN apk add --no-cache py3-pip python3
|
||||
RUN apk add --no-cache --virtual build-dependencies python3-dev libffi-dev openssl-dev gcc libc-dev make \
|
||||
&& apk add --no-cache --virtual build-dependencies-after-compose-v1.28.x rust cargo || true \
|
||||
RUN apk add --no-cache --virtual build-dependencies python3-dev libffi-dev openssl-dev gcc libc-dev rust cargo make \
|
||||
&& pip3 install "docker-compose${COMPOSE_VERSION:+==}${COMPOSE_VERSION}" \
|
||||
&& apk del build-dependencies \
|
||||
&& apk del build-dependencies-after-compose-v1.28.x || true
|
||||
&& apk del build-dependencies
|
||||
|
||||
LABEL \
|
||||
org.opencontainers.image.authors="Tobias Maier <tobias.maier@baucloud.com>" \
|
||||
|
Loading…
Reference in New Issue
Block a user