Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from joshwget/docker-1.12.1
Browse files Browse the repository at this point in the history
Switch to Docker 1.12.1
  • Loading branch information
ibuildthecloud authored Aug 24, 2016
2 parents 7d939c2 + 3d68a4e commit 697e24b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ RUN curl -sfL https://github.com/rancher/docker/releases/download/v1.11.2-ros1/d
mv /assets/docker /assets/docker-1.11.2_arm
RUN curl -sfL https://github.com/rancher/docker/releases/download/v1.11.2-ros1/docker-1.11.2_arm64.tgz | tar xzf - -C /assets && \
mv /assets/docker /assets/docker-1.11.2_arm64
RUN curl -sfL https://get.docker.com/builds/Linux/x86_64/docker-1.12.0.tgz | tar xzf - -C /assets && \
mv /assets/docker /assets/docker-1.12.0
RUN curl -sfL https://get.docker.com/builds/Linux/x86_64/docker-1.12.1.tgz | tar xzf - -C /assets && \
mv /assets/docker /assets/docker-1.12.1

ENTRYPOINT ["./scripts/entry"]
CMD ["ci"]
4 changes: 0 additions & 4 deletions images/10-docker-1.12.0/prebuild.sh

This file was deleted.

File renamed without changes.
4 changes: 4 additions & 0 deletions images/10-docker-1.12.1/prebuild.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
set -e

cp -r /assets/docker-1.12.1 ./images/10-docker-1.12.1/engine

0 comments on commit 697e24b

Please sign in to comment.