This repository was archived by the owner on Sep 26, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 22
33set -e
44
5- # TODO(nathanleclaire): The Vbox revision shouldn't be hardcoded, but for some
6- # reason they bumped the revision one for OSX but not for Windows in 5.20.0
75. versions
86docker build \
97 -t windows-installer \
@@ -15,7 +13,7 @@ docker build \
1513 --build-arg DOCKER_MACHINE_VERSION=" ${DOCKER_MACHINE_VERSION} " \
1614 --build-arg KITEMATIC_VERSION=" ${KITEMATIC_VERSION} " \
1715 --build-arg VBOX_VERSION=" ${VBOX_VERSION} " \
18- --build-arg VBOX_REV=" 114628 " \
16+ --build-arg VBOX_REV=" ${VBOX_REV} " \
1917 --build-arg MIXPANEL_TOKEN=" ${MIXPANEL_TOKEN} " \
2018 .
2119CONTAINER=" $( docker run -d windows-installer) "
Original file line number Diff line number Diff line change 1- DOCKER_ENDPOINT=get .docker.com
2- INSTALLER_VERSION=17.05 .0-ce
3- DOCKER_VERSION=17.05 .0-ce
4- DOCKER_COMPOSE_VERSION=1.13.0
5- DOCKER_MACHINE_VERSION=0.11 .0
1+ DOCKER_ENDPOINT=test .docker.com
2+ INSTALLER_VERSION=17.06 .0-ce-rc1
3+ DOCKER_VERSION=17.06 .0-ce-rc1
4+ DOCKER_COMPOSE_VERSION=1.14.0-rc1
5+ DOCKER_MACHINE_VERSION=0.12 .0
66KITEMATIC_VERSION=0.17.0
7- VBOX_VERSION=5.1.20
8- VBOX_REV=114629
7+ VBOX_VERSION=5.1.22
8+ VBOX_REV=115126
99MIXPANEL_TOKEN=$oGa1KnoT$$n3QWsYZ^%0B6Po8DUZrM8
You can’t perform that action at this time.
0 commit comments