Skip to content

Commit

Permalink
Updated rancher agent and UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Maxwell committed Apr 24, 2015
1 parent b84c806 commit 46d8469
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/Dockerfile
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends openjdk-7-jre-h
keychain

ENV CATTLE_HOME /var/lib/cattle
ENV CATTLE_API_UI_INDEX http://releases.rancher.com/ui/0.17.0/static/index.html
ENV CATTLE_API_UI_INDEX http://releases.rancher.com/ui/0.17.1/static/index.html
ENV CATTLE_DB_CATTLE_DATABASE mysql
ADD artifacts /usr/share/cattle

Expand All @@ -22,10 +22,10 @@ VOLUME ["/var/lib/cattle"]
VOLUME ["/var/lib/mysql"]

EXPOSE 8080
ENV RANCHER_SERVER_IMAGE v0.17.0
ENV RANCHER_SERVER_IMAGE v0.17.1

EXPOSE 3306
ADD https://github.com/rancherio/cattle/releases/download/v0.28.0/cattle.jar /usr/share/cattle/
ADD https://github.com/rancherio/cattle/releases/download/v0.29.0/cattle.jar /usr/share/cattle/

ADD https://github.com/docker/machine/releases/download/v0.2.0/docker-machine_linux-amd64 /usr/bin/docker-machine
RUN chmod +x /usr/bin/docker-machine
Expand Down

0 comments on commit 46d8469

Please sign in to comment.