"git@git.gitsec.cn:baidan/helm.git" did not exist on "657ce552cb6e582976c08cccc9605e42c242084e"
Commit cacd988c authored by Bill Maxwell's avatar Bill Maxwell
Browse files

Updated for v0.16.1

No related merge requests found
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.16.0/static/index.html
ENV CATTLE_API_UI_INDEX http://releases.rancher.com/ui/0.16.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.16.0
ENV RANCHER_SERVER_IMAGE v0.16.1
EXPOSE 3306
ADD https://github.com/rancherio/cattle/releases/download/v0.25.0/cattle.jar /usr/share/cattle/
ADD https://github.com/rancherio/cattle/releases/download/v0.26.0/cattle.jar /usr/share/cattle/
ADD https://github.com/docker/machine/releases/download/v0.2.0-rc3/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