Skip to content
This repository was archived by the owner on Sep 26, 2021. It is now read-only.

Commit a3924a9

Browse files
Use test.docker.com for RC
Signed-off-by: Nathan LeClaire <[email protected]>
1 parent f17e8a7 commit a3924a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.osx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ENV DOCKER_VERSION 1.13.1-rc1
3131

3232
# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
3333
# releases.
34-
ENV DOCKER_ENDPOINT get.docker.com
34+
ENV DOCKER_ENDPOINT test.docker.com
3535

3636
# Why '--strip-components 3'? The client binary is in usr/local/bin/docker in
3737
# the tar archive. If we extract directly, it will create a usr/local/bin

Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ WORKDIR /bundle
3434

3535
# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
3636
# releases.
37-
ENV DOCKER_ENDPOINT get.docker.com
37+
ENV DOCKER_ENDPOINT test.docker.com
3838

3939
RUN curl -fsSL -o dockerbins.zip "https://${DOCKER_ENDPOINT}/builds/Windows/x86_64/docker-${DOCKER_VERSION}.zip" && \
4040
unzip dockerbins.zip && \

0 commit comments

Comments
 (0)