File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ boot2docker-parallels.box: boot2docker.iso template.json vagrantfile.tpl \
13
13
packer build -only parallels template.json
14
14
15
15
# boot2docker.iso:
16
- # curl -LO https://github.com/boot2docker/boot2docker/releases/download/v0.9 .1/boot2docker.iso
16
+ # curl -LO https://github.com/boot2docker/boot2docker/releases/download/v1.3 .1/boot2docker.iso
17
17
18
18
files/docker-enter :
19
19
curl -L https://raw.githubusercontent.com/YungSang/docker-attach/master/docker-nsenter -o files/docker-enter
Original file line number Diff line number Diff line change 1
1
ID=boot2docker
2
2
NAME="Boot2Docker.box for Vagrant"
3
- VERSION_ID=1.3.0
3
+ VERSION_ID=1.3.1
4
4
HOME_URL="https://vagrantcloud.com/yungsang/boot2docker"
5
5
SUPPORT_URL="https://github.com/YungSang/boot2docker-vagrant-box"
6
6
BUG_REPORT_URL="https://github.com/YungSang/boot2docker-vagrant-box/issues"
Original file line number Diff line number Diff line change 3
3
"name" : " virtualbox" ,
4
4
"type" : " virtualbox-iso" ,
5
5
"iso_url" : " boot2docker.iso" ,
6
- "iso_checksum" : " 1cdde4c60864b79acba17a01db6fbbe2 " ,
6
+ "iso_checksum" : " 65544bc42ecc7c5b1d664d494d9ce3a6 " ,
7
7
"iso_checksum_type" : " md5" ,
8
8
"boot_wait" : " 5s" ,
9
9
"ssh_username" : " docker" ,
18
18
"name" : " parallels" ,
19
19
"type" : " parallels-iso" ,
20
20
"iso_url" : " boot2docker.iso" ,
21
- "iso_checksum" : " 1cdde4c60864b79acba17a01db6fbbe2 " ,
21
+ "iso_checksum" : " 65544bc42ecc7c5b1d664d494d9ce3a6 " ,
22
22
"iso_checksum_type" : " md5" ,
23
23
"boot_wait" : " 15s" ,
24
24
"ssh_username" : " docker" ,
You can’t perform that action at this time.
0 commit comments