1
0
mirror of https://github.com/tmaier/docker-compose synced 2024-11-22 16:01:59 +01:00

Remove prior v19 from version matrix file

This commit is contained in:
kaito3desuyo 2021-04-15 09:51:19 +09:00
parent 92ec65ae76
commit 6f55d4de07
2 changed files with 2 additions and 14 deletions

@ -1,14 +1,4 @@
latest 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 1.27.*
19.03 1.27.* 19.03 1.27.*
20 1.28.* 20 1.28.*

@ -5,11 +5,9 @@ ARG COMPOSE_VERSION=
ARG DOCKER_VERSION ARG DOCKER_VERSION
RUN apk add --no-cache py3-pip python3 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 \ RUN apk add --no-cache --virtual build-dependencies python3-dev libffi-dev openssl-dev gcc libc-dev rust cargo make \
&& apk add --no-cache --virtual build-dependencies-after-compose-v1.28.x rust cargo || true \
&& pip3 install "docker-compose${COMPOSE_VERSION:+==}${COMPOSE_VERSION}" \ && pip3 install "docker-compose${COMPOSE_VERSION:+==}${COMPOSE_VERSION}" \
&& apk del build-dependencies \ && apk del build-dependencies
&& apk del build-dependencies-after-compose-v1.28.x || true
LABEL \ LABEL \
org.opencontainers.image.authors="Tobias Maier <tobias.maier@baucloud.com>" \ org.opencontainers.image.authors="Tobias Maier <tobias.maier@baucloud.com>" \