Commit 8f05750e authored by Bill Maxwell's avatar Bill Maxwell
Browse files

Updated for Docker v0.7.0 release

No related merge requests found
Showing with 3 additions and 2 deletions
+3 -2
......@@ -2,9 +2,10 @@ FROM ubuntu:14.04.1
RUN apt-get update && apt-get install -y --no-install-recommends openjdk-7-jre-headless
RUN apt-get update && apt-get install -y curl
ENV CATTLE_HOME /var/lib/cattle
ENV CATTLE_API_UI_INDEX http://cdn.rancher.io/ui/0.8.7/static/index.html
ENV CATTLE_API_UI_INDEX http://cdn.rancher.io/ui/0.8.10/static/index.html
ADD artifacts /usr/share/cattle
VOLUME ["/var/lib/cattle"]
EXPOSE 8080
ENV RANCHER_SERVER_IMAGE v0.7.0
CMD ["/usr/share/cattle/cattle.sh"]
ADD https://github.com/rancherio/cattle/releases/download/v0.12.0/cattle.jar /usr/share/cattle/
ADD https://github.com/rancherio/cattle/releases/download/v0.13.0/cattle.jar /usr/share/cattle/
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