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

Commit 4dff5e7

Browse files
Bump versions for the 1.12.3-rc1
Signed-off-by: Nathan LeClaire <[email protected]>
1 parent 9a10544 commit 4dff5e7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Dockerfile.osx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ RUN curl -fsSL https://github.com/mackyle/xar/archive/xar-1.6.1.tar.gz | tar xvz
1818
./autogen.sh && ./configure && \
1919
make && make install
2020

21-
ENV VBOX_VERSION 5.1.6
22-
ENV VBOX_REV 110634
21+
ENV VBOX_VERSION 5.1.8
22+
ENV VBOX_REV 111374
2323

2424
RUN curl -fsSL -o /vbox.dmg http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VirtualBox-$VBOX_VERSION-$VBOX_REV-OSX.dmg \
2525
&& echo "$(curl -fsSL 'http://download.virtualbox.org/virtualbox/'"$VBOX_VERSION"'/SHA256SUMS' | awk '$2 ~ /-OSX.dmg$/ { print $1 }') */vbox.dmg" | sha256sum -c -
2626

2727
# Download the Docker parts
2828

29-
ENV INSTALLER_VERSION 1.12.2
30-
ENV DOCKER_VERSION 1.12.2
29+
ENV INSTALLER_VERSION 1.12.3-rc1
30+
ENV DOCKER_VERSION 1.12.3-rc1
3131

3232
# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
3333
# releases.
34-
ENV DOCKER_ENDPOINT get.docker.com
34+
ENV DOCKER_ENDPOINT test.docker.com
3535

3636
# Why '--strip-components 3'? The client binary is in usr/local/bin/docker in
3737
# the tar archive. If we extract directly, it will create a usr/local/bin

Dockerfile.windows

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ RUN cd innosetup && \
1717
wine "./innounp.exe" -e "is-unicode.exe"
1818

1919
# installer components
20-
ENV INSTALLER_VERSION 1.12.2
21-
ENV DOCKER_VERSION 1.12.2
20+
ENV INSTALLER_VERSION 1.12.3-rc1
21+
ENV DOCKER_VERSION 1.12.3-rc1
2222
ENV DOCKER_MACHINE_VERSION 0.8.2
2323
ENV DOCKER_COMPOSE_VERSION 1.8.1
2424
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
2525
ENV KITEMATIC_VERSION 0.12.0
26-
ENV VIRTUALBOX_VERSION 5.1.6
27-
ENV VIRTUALBOX_REVISION 110634
26+
ENV VIRTUALBOX_VERSION 5.1.8
27+
ENV VIRTUALBOX_REVISION 111374
2828
ENV GIT_VERSION 2.9.0
2929
ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e
3030

@@ -34,7 +34,7 @@ WORKDIR /bundle
3434

3535
# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
3636
# releases.
37-
ENV DOCKER_ENDPOINT get.docker.com
37+
ENV DOCKER_ENDPOINT test.docker.com
3838

3939
RUN curl -fsSL -o dockerbins.zip "https://${DOCKER_ENDPOINT}/builds/Windows/x86_64/docker-${DOCKER_VERSION}.zip" && \
4040
unzip dockerbins.zip && \

0 commit comments

Comments
 (0)