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

Commit

Permalink
Bump to Toolbox 1.12.0-rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan LeClaire <[email protected]>
  • Loading branch information
nathanleclaire committed Jul 6, 2016
1 parent 7f4770d commit d6f4f98
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Dockerfile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ RUN curl -fsSL https://github.com/mackyle/xar/archive/xar-1.6.1.tar.gz | tar xvz
./autogen.sh && ./configure && \
make && make install

ENV VBOX_VERSION 5.0.20
ENV VBOX_REV 106931
ENV VBOX_VERSION 5.0.24
ENV VBOX_REV 108355

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

# Download the Docker parts

ENV INSTALLER_VERSION 1.12.0-rc2
ENV DOCKER_VERSION 1.12.0-rc2
ENV INSTALLER_VERSION 1.12.0-rc3
ENV DOCKER_VERSION 1.12.0-rc3

# Why '--strip-components 3'? The client binary is in usr/local/bin/docker in
# the tar archive. If we extract directly, it will create a usr/local/bin
Expand All @@ -40,7 +40,7 @@ RUN curl -fsSL -o dockerbins.tgz "https://test.docker.com/builds/Darwin/x86_64/d
RUN chmod +x /docker


ENV DOCKER_MACHINE_VERSION 0.8.0-rc1
ENV DOCKER_MACHINE_VERSION 0.8.0-rc2
RUN curl -fsSL -o /docker-machine https://github.com/docker/machine/releases/download/v$DOCKER_MACHINE_VERSION/docker-machine-Darwin-x86_64

RUN chmod +x /docker-machine
Expand Down
12 changes: 6 additions & 6 deletions Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ RUN cd innosetup && \
wine "./innounp.exe" -e "is-unicode.exe"

# installer components
ENV INSTALLER_VERSION 1.12.0-rc2
ENV DOCKER_VERSION 1.12.0-rc2
ENV DOCKER_MACHINE_VERSION 0.8.0-rc1
ENV INSTALLER_VERSION 1.12.0-rc3
ENV DOCKER_VERSION 1.12.0-rc3
ENV DOCKER_MACHINE_VERSION 0.8.0-rc2
ENV DOCKER_COMPOSE_VERSION 1.8.0-rc1
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
ENV KITEMATIC_VERSION 0.12.0
ENV VIRTUALBOX_VERSION 5.0.20
ENV VIRTUALBOX_REVISION 106931
ENV GIT_VERSION 2.8.1
ENV VIRTUALBOX_VERSION 5.0.24
ENV VIRTUALBOX_REVISION 108355
ENV GIT_VERSION 2.9.0
ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e

RUN mkdir /bundle
Expand Down

0 comments on commit d6f4f98

Please sign in to comment.