mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Dockerfile.e2e: remove redundant INSTALL_BINARY_NAME
It's only used in a single place, so may as well just hard-code it Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
3e7e81b68f
commit
43feaa9f8f
1 changed files with 2 additions and 3 deletions
|
@ -26,10 +26,9 @@ RUN /download-frozen-image-v2.sh /build \
|
||||||
# See also frozenImages in "testutil/environment/protect.go" (which needs to be updated when adding images to this list)
|
# See also frozenImages in "testutil/environment/protect.go" (which needs to be updated when adding images to this list)
|
||||||
|
|
||||||
FROM base AS dockercli
|
FROM base AS dockercli
|
||||||
ENV INSTALL_BINARY_NAME=dockercli
|
|
||||||
COPY hack/dockerfile/install/install.sh ./install.sh
|
COPY hack/dockerfile/install/install.sh ./install.sh
|
||||||
COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
|
COPY hack/dockerfile/install/dockercli.installer ./
|
||||||
RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
|
RUN PREFIX=/build ./install.sh dockercli
|
||||||
|
|
||||||
# TestDockerCLIBuildSuite dependency
|
# TestDockerCLIBuildSuite dependency
|
||||||
FROM base AS contrib
|
FROM base AS contrib
|
||||||
|
|
Loading…
Add table
Reference in a new issue