Skip to content

Commit

Permalink
cattle release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Cerfoglio authored and Gabriele Cerfoglio committed Jun 5, 2017
1 parent ac54e98 commit 5f820f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ENV DEFAULT_CATTLE_CATALOG_URL='{"catalogs":{"community":{"url":"https://git.ran
EXPOSE 3306
ENV CATTLE_CATTLE_VERSION v0.177.8
#ADD https://github.com/rancherio/cattle/releases/download/${CATTLE_CATTLE_VERSION}/cattle.jar /usr/share/cattle/
ADD https://github.com/Cerfoglg/cattle/raw/master/dist/artifacts/cattle.jar /usr/share/cattle/
ADD https://github.com/Cerfoglg/cattle/releases/download/fiware-1.0/cattle.jar /usr/share/cattle/

RUN cd / && for i in $(ls /s6-statics/*static.tar.gz);do tar -zxvf $i;done && rm -rf /s6-statics/*static.tar.gz && \
mkdir -p $CATTLE_HOME && \
Expand Down

0 comments on commit 5f820f3

Please sign in to comment.