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

Commit f5f4847

Browse files
committed
use our pinned version of dind
1 parent 965c18c commit f5f4847

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jpetazzo/dind:latest
1+
FROM tutum/dind:latest
22
33

44
# Store github.com SSH fingerprint
@@ -7,7 +7,6 @@ RUN mkdir -p ~/.ssh && ssh-keyscan -H github.com | tee -a ~/.ssh/known_hosts
77
ADD https://github.com/docker/compose/releases/download/1.3.3/docker-compose-linux-x86_64 /usr/local/bin/docker-compose
88
RUN chmod +x /usr/local/bin/docker-compose
99

10-
1110
ADD version_list /
1211
ADD build.sh /
1312
ENTRYPOINT ["/build.sh"]

0 commit comments

Comments
 (0)