Skip to content

Commit

Permalink
Upgrade boot2docker to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ailispaw committed Jun 18, 2015
1 parent a77cae8 commit 038ca7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -2,11 +2,11 @@ all: initrd.img vmlinuz64 boot2docker.iso boot2docker-data.img exports

initrd.img vmlinuz64: boot2docker.iso
hdiutil mount boot2docker.iso
cp /Volumes/Boot2Docker-v1.6/boot/$@ .
hdiutil unmount /Volumes/Boot2Docker-v1.6
cp /Volumes/Boot2Docker-v1.7/boot/$@ .
hdiutil unmount /Volumes/Boot2Docker-v1.7

boot2docker.iso:
curl -OL https://github.com/boot2docker/boot2docker/releases/download/v1.6.2/boot2docker.iso
curl -OL https://github.com/boot2docker/boot2docker/releases/download/v1.7.0/boot2docker.iso

boot2docker-data.img: boot2docker-data.tar.gz
tar zxvf boot2docker-data.tar.gz
Expand Down

0 comments on commit 038ca7e

Please sign in to comment.