Commit f729941e authored by Darren Shepherd's avatar Darren Shepherd
Browse files

cattle v0.8.1

parent 59b5a8c0
Tags unavailable
No related merge requests found
Showing with 1 addition and 12 deletions
+1 -12
#!/bin/bash
cd $(dirname $0)/..
VER=$1
sed -i 's!FROM.*!FROM cattle/server:'$VER'!' server/Dockerfile
sed -i 's!ENV CATTLE_AGENT_INSTANCE_IMAGE .*!ENV CATTLE_AGENT_INSTANCE_IMAGE cattle/agent-instance:'$VER'!' server/Dockerfile
sed -i 's!FROM.*!FROM cattle/agent:'$VER'!' agent/Dockerfile
echo $VER > version
......@@ -6,4 +6,4 @@ ADD artifacts /usr/share/cattle
VOLUME ["/var/lib/cattle"]
EXPOSE 8080
CMD ["/usr/share/cattle/cattle.sh"]
ADD https://github.com/rancherio/cattle/releases/download/v0.7.0/cattle.jar /usr/share/cattle/
ADD https://github.com/rancherio/cattle/releases/download/v0.8.1/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