update of README with badges for new ci
This commit is contained in:
parent
6d9f643be7
commit
3d55aad4db
4 changed files with 3317 additions and 3 deletions
|
@ -6,6 +6,9 @@ ARG BUILD_DATE
|
|||
ARG VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
|
||||
# copy patches folder
|
||||
COPY patches/ /tmp/patches/
|
||||
|
||||
# install build packages
|
||||
RUN \
|
||||
apk add --no-cache --virtual=build-dependencies \
|
||||
|
@ -27,6 +30,7 @@ RUN \
|
|||
http://etree.org/shnutils/shntool/dist/src/shntool-3.0.10.tar.gz && \
|
||||
tar xf /tmp/shntool-src-tar.gz -C \
|
||||
/tmp/shntool --strip-components=1 && \
|
||||
cp /tmp/patches/config.* /tmp/shntool && \
|
||||
cd /tmp/shntool && \
|
||||
./configure \
|
||||
--infodir=/usr/share/info \
|
||||
|
|
14
README.md
14
README.md
|
@ -13,8 +13,7 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
|
|||
* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
|
||||
|
||||
# linuxserver/headphones
|
||||
[](http://microbadger.com/images/linuxserver/headphones "Get your own image badge on microbadger.com")[][hub][][hub][](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io-hub-built/job/linuxserver-headphones/)
|
||||
|
||||
[](https://microbadger.com/images/linuxserver/headphones "Get your own version badge on microbadger.com")[](https://microbadger.com/images/linuxserver/headphones "Get your own image badge on microbadger.com")[][hub][][hub][](https://ci.linuxserver.io/job/Docker-Builders/job/x86-64/job/x86-64-headphones/)
|
||||
|
||||
[headphones](https://hub.docker.com/r/linuxserver/headphones/) is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole.
|
||||
|
||||
|
@ -71,8 +70,17 @@ Access WebUI at `<your-ip>:8181` and walk through the wizard.
|
|||
|
||||
* To monitor the logs of the container in realtime `docker logs -f headphones`.
|
||||
|
||||
## Version History
|
||||
* container version number
|
||||
|
||||
`docker inspect -f '{{ index .Config.Labels "build_version" }}' headphones`
|
||||
|
||||
* image version number
|
||||
|
||||
`docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/headphones`
|
||||
|
||||
## Versions
|
||||
|
||||
+ **12.07.17:** Add inspect commands to README, move to jenkins build and push.
|
||||
+ **28.05.17:** Add flac package to handle FLAC based .cue.
|
||||
+ **25.05.17:** Rebase to alpine 3.6.
|
||||
+ **03.05.17:** Reduce layer, replace broken source for shntool.
|
||||
|
|
1466
patches/config.guess
vendored
Normal file
1466
patches/config.guess
vendored
Normal file
File diff suppressed because it is too large
Load diff
1836
patches/config.sub
vendored
Normal file
1836
patches/config.sub
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue