Skip to content

Commit

Permalink
v0.56.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Jan 23, 2016
1 parent 97cf8bc commit 936b151
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/Dockerfile
Expand Up @@ -28,14 +28,14 @@ VOLUME ["/var/log/mysql"]

EXPOSE 8080
ENV CATTLE_HOST_API_PROXY_MODE embedded
ENV CATTLE_RANCHER_SERVER_IMAGE v0.56.0-rc2
ENV CATTLE_RANCHER_COMPOSE_VERSION v0.7.1-rc2
ENV CATTLE_RANCHER_SERVER_IMAGE v0.56.0-rc3
ENV CATTLE_RANCHER_COMPOSE_VERSION v0.7.1
ENV DEFAULT_CATTLE_RANCHER_COMPOSE_LINUX_URL https://releases.rancher.com/compose/beta/${CATTLE_RANCHER_COMPOSE_VERSION}/rancher-compose-linux-amd64-${CATTLE_RANCHER_COMPOSE_VERSION}.tar.gz
ENV DEFAULT_CATTLE_RANCHER_COMPOSE_DARWIN_URL https://releases.rancher.com/compose/beta/${CATTLE_RANCHER_COMPOSE_VERSION}/rancher-compose-darwin-amd64-${CATTLE_RANCHER_COMPOSE_VERSION}.tar.gz
ENV DEFAULT_CATTLE_RANCHER_COMPOSE_WINDOWS_URL https://releases.rancher.com/compose/beta/${CATTLE_RANCHER_COMPOSE_VERSION}/rancher-compose-windows-386-${CATTLE_RANCHER_COMPOSE_VERSION}.zip

EXPOSE 3306
ENV CATTLE_CATTLE_VERSION v0.139.0
ENV CATTLE_CATTLE_VERSION v0.140.0
ADD https://github.com/rancherio/cattle/releases/download/${CATTLE_CATTLE_VERSION}/cattle.jar /usr/share/cattle/
RUN /usr/share/cattle/cattle.sh extract
RUN curl -sL https:${DEFAULT_CATTLE_API_UI_INDEX}.tar.gz | tar xvzf - -C /usr/share/cattle/war --strip-components=1
Expand Down

0 comments on commit 936b151

Please sign in to comment.