Commit acf1db43 authored by Bill Maxwell's avatar Bill Maxwell
Browse files

Updated for release v0.19.2

parent 5ae88360
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.19.0/static/index.html
ENV CATTLE_API_UI_INDEX http://releases.rancher.com/ui/0.19.2/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.19.1
ENV RANCHER_SERVER_IMAGE v0.19.2
EXPOSE 3306
ADD https://github.com/rancherio/cattle/releases/download/v0.34.0/cattle.jar /usr/share/cattle/
ADD https://github.com/rancherio/cattle/releases/download/v0.35.0/cattle.jar /usr/share/cattle/
ADD https://github.com/will-chan/machine/releases/download/v0.2.0-packet/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