"...git@git.gitsec.cn:baidan/intellij-community.git" did not exist on "8bca527090342c686c60f1c0cd753d978ae01c85"
Commit 46d84698 authored by Bill Maxwell's avatar Bill Maxwell
Browse files

Updated rancher agent and UI

parent b84c8066
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment