Skip to content
This repository was archived by the owner on Sep 26, 2021. It is now read-only.

Commit fd99df2

Browse files
Update versions for 17.06.0-ce-rc1
This also reverts the wonky VirtualBox revisioning hack. Signed-off-by: Nathan LeClaire <[email protected]>
1 parent 699a73e commit fd99df2

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

script/build-windows

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
set -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
86
docker 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
.
2119
CONTAINER="$(docker run -d windows-installer)"

versions

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
66
KITEMATIC_VERSION=0.17.0
7-
VBOX_VERSION=5.1.20
8-
VBOX_REV=114629
7+
VBOX_VERSION=5.1.22
8+
VBOX_REV=115126
99
MIXPANEL_TOKEN=$oGa1KnoT$$n3QWsYZ^%0B6Po8DUZrM8

0 commit comments

Comments
 (0)