mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Bypass Cloudfront and use S3 bucket for Docker client
Related issue: https://github.com/docker/for-linux/issues/470
This commit is contained in:
parent
a7f8f8edd4
commit
5bd352d196
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM ruby:2.4
|
|||
|
||||
WORKDIR /home/qa
|
||||
|
||||
RUN wget -q https://npm.taobao.org/mirrors/moby/Linux/x86_64/docker-1.12.1.tgz && \
|
||||
RUN wget -q http://get.docker.com.s3.amazonaws.com/builds/Linux/x86_64/docker-1.12.1.tgz && \
|
||||
tar -zxf docker-1.12.1.tgz && mv docker/docker /usr/local/bin/docker && \
|
||||
echo "0c6b9b39a87a82794f7165ce85860bacd7454171cd034f913b95e60f542716f0 /usr/local/bin/docker" | sha256sum -c - && \
|
||||
rm docker-1.12.1.tgz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue