We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb73713 commit 4ad0790Copy full SHA for 4ad0790
Dockerfile
@@ -31,11 +31,9 @@ ADD gitlab-CA.crt /usr/local/share/ca-certificates/
31
RUN update-ca-certificates
32
33
# Install docker-cli
34
-# See https://github.com/docker-library/docker/blob/bb15fc25bbd4f51a880cf02f91eab447b1083b75/1.8/Dockerfile
+# See https://github.com/docker/docker/releases
35
ENV DOCKER_BUCKET get.docker.com
36
-ENV DOCKER_SHA256 97a3f5924b0b831a310efa8bf0a4c91956cd6387c4a8667d27e2b2dd3da67e4d
37
RUN curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION" -o /usr/local/bin/docker && \
38
- echo "${DOCKER_SHA256} /usr/local/bin/docker" | sha256sum -c - && \
39
chmod +x /usr/local/bin/docker
40
41
# Install ruby and sass
0 commit comments