Add LABEL

This commit is contained in:
Cyrille Nofficial 2015-05-14 23:37:21 +02:00
parent f35c2f5211
commit d3886e0663
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@ MAINTAINER Cyrille Nofficial<cynoffic@cyrilix.fr>
ENV SUBSONIC_VERSION 5.2.1
LABEL version="$SUBSONIC_VERSION"
LABEL description="Subsonic media streamer"
RUN mkdir -p /opt/subsonic /opt/data /opt/music/ &&\
wget "http://downloads.sourceforge.net/project/subsonic/subsonic/$SUBSONIC_VERSION/subsonic-$SUBSONIC_VERSION-standalone.tar.gz?r=http%3A%2F%2Fwww.subsonic.org%2Fpages%2Fdownload2.jsp%3Ftarget%3Dsubsonic-$SUBSONIC_VERSION-standalone.tar.gz&ts=1431096340&use_mirror=garr" \
-O- --quiet | tar zxv -C /opt/subsonic

View File

@ -4,7 +4,7 @@ Docker (http://docker.io) image for the Subsonic media streamer.
## Noteworthy
* Subsonic 5.2 (http://www.subsonic.org)
* Subsonic 5.2.1 (http://www.subsonic.org)
## Build your own image