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

Updated for v0.23.0-rc1

parent 016aa640
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 DEFAULT_CATTLE_API_UI_INDEX http://releases.rancher.com/ui/0.22.0-rc2/static/index.html
ENV DEFAULT_CATTLE_API_UI_INDEX http://releases.rancher.com/ui/0.23.0-rc1/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 CATTLE_RANCHER_SERVER_IMAGE v0.22.1-rc1
ENV CATTLE_RANCHER_SERVER_IMAGE v0.23.0-rc1
EXPOSE 3306
ADD https://github.com/rancherio/cattle/releases/download/v0.46.0/cattle.jar /usr/share/cattle/
ADD https://github.com/rancherio/cattle/releases/download/v0.47.0/cattle.jar /usr/share/cattle/
ADD https://github.com/wlan0/machine/releases/download/v0.3.0-dev-packet/docker-machine /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