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

Commit

Permalink
Upgrade from Docker 1.12.2 to 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Berger committed Nov 2, 2016
1 parent 99d9ec9 commit 4d4eb01
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 @@ -71,8 +71,8 @@ RUN curl -sfL https://github.com/rancher/docker/releases/download/v1.11.2-ros1/d
mv /assets/docker /assets/docker-1.11.2_arm64
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
RUN curl -sfL https://get.docker.com/builds/Linux/x86_64/docker-1.12.2.tgz | tar xzf - -C /assets && \
mv /assets/docker /assets/docker-1.12.2
RUN curl -sfL https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz | tar xzf - -C /assets && \
mv /assets/docker /assets/docker-1.12.3

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

This file was deleted.

File renamed without changes.
4 changes: 4 additions & 0 deletions images/10-docker-1.12.3/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.3 ./images/10-docker-1.12.3/engine

0 comments on commit 4d4eb01

Please sign in to comment.