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

Commit

Permalink
Bump Toolbox versions for 1.11.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan LeClaire <[email protected]>
  • Loading branch information
nathanleclaire committed Apr 13, 2016
1 parent d093888 commit 190f71d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Dockerfile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN curl -fsSL -o /vbox.dmg http://download.virtualbox.org/virtualbox/$VBOX_VERS

# Download the Docker parts

ENV INSTALLER_VERSION 1.11.0-rc5
ENV DOCKER_VERSION 1.11.0-rc5
ENV INSTALLER_VERSION 1.11.0
ENV DOCKER_VERSION 1.11.0

# 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,19 +40,19 @@ RUN curl -fsSL -o dockerbins.tgz "https://test.docker.com/builds/Darwin/x86_64/d
RUN chmod +x /docker


ENV DOCKER_MACHINE_VERSION 0.7.0-rc3
ENV DOCKER_MACHINE_VERSION 0.7.0
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

ENV DOCKER_COMPOSE_VERSION 1.7.0-rc2
ENV DOCKER_COMPOSE_VERSION 1.7.0
RUN curl -fsSL -o /docker-compose https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_VERSION/docker-compose-Darwin-x86_64
RUN chmod +x /docker-compose

ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
RUN curl -fsSL -o /boot2docker.iso https://github.com/boot2docker/boot2docker/releases/download/v$DOCKER_VERSION/boot2docker.iso

ENV KITEMATIC_VERSION 0.10.1
ENV KITEMATIC_VERSION 0.10.2
RUN curl -fsSL -o /kitematic.zip https://github.com/kitematic/kitematic/releases/download/v$KITEMATIC_VERSION/Kitematic-$KITEMATIC_VERSION-Mac.zip

ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ RUN cd innosetup && \
wine "./innounp.exe" -e "is-unicode.exe"

# installer components
ENV INSTALLER_VERSION 1.11.0-rc5
ENV DOCKER_VERSION 1.11.0-rc5
ENV DOCKER_MACHINE_VERSION 0.7.0-rc3
ENV DOCKER_COMPOSE_VERSION 1.7.0-rc2
ENV INSTALLER_VERSION 1.11.0
ENV DOCKER_VERSION 1.11.0
ENV DOCKER_MACHINE_VERSION 0.7.0
ENV DOCKER_COMPOSE_VERSION 1.7.0
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
ENV KITEMATIC_VERSION 0.10.1
ENV KITEMATIC_VERSION 0.10.2
ENV VIRTUALBOX_VERSION 5.0.16
ENV VIRTUALBOX_REVISION 105871
ENV GIT_VERSION 2.7.0
Expand Down

0 comments on commit 190f71d

Please sign in to comment.