mirror of https://github.com/docker/cli.git
Merge pull request #3140 from thaJeztah/update_e2e_compose
e2e: update docker-compose to 1.29.2
This commit is contained in:
commit
91c7569a7a
|
@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ARG COMPOSE_VERSION=1.25.1
|
ARG COMPOSE_VERSION=1.29.2
|
||||||
RUN curl -fsSL https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose \
|
RUN curl -fsSL https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose \
|
||||||
&& chmod +x /usr/local/bin/docker-compose
|
&& chmod +x /usr/local/bin/docker-compose
|
||||||
|
|
||||||
|
@ -39,7 +39,6 @@ ARG GITCOMMIT
|
||||||
ENV VERSION=${VERSION}
|
ENV VERSION=${VERSION}
|
||||||
ENV GITCOMMIT=${GITCOMMIT}
|
ENV GITCOMMIT=${GITCOMMIT}
|
||||||
ENV DOCKER_BUILDKIT=1
|
ENV DOCKER_BUILDKIT=1
|
||||||
ENV COMPOSE_DOCKER_CLI_BUILD=1
|
|
||||||
RUN ./scripts/build/binary
|
RUN ./scripts/build/binary
|
||||||
RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
|
RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue