Compare commits

...
5 Commits
53 ... 89
Author SHA1 Message Date
sparklyballsandGitHub 5db7de8d90 Merge pull request #20 from linuxserver/repo_change
repo changed owner
2018-02-06 23:00:47 +00:00
sparklyballs 1f933b0a4f repo changed owner 2018-02-06 22:43:51 +00:00
sparklyballsandGitHub 3560d58ac0 Merge pull request #15 from linuxserver/continuation_lines
fix continuation lines xenial
2017-12-16 17:26:38 +00:00
sparklyballs a6b90577d7 fix continuation lines xenial 2017-12-15 10:47:40 +00:00
sparklyballs 3e34f43a24 badge fix only, hence commit straight to master 2017-10-08 10:55:05 +01:00
2 changed files with 10 additions and 9 deletions
+7 -8
View File
@@ -1,28 +1,27 @@
FROM lsiobase/mono
MAINTAINER sparklyballs
# environment settings
ENV XDG_CONFIG_HOME="/config/xdg"
# set version label
ARG BUILD_DATE
ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="sparklyballs"
# environment settings
ENV XDG_CONFIG_HOME="/config/xdg"
# install radarr
RUN \
echo "**** install radarr ****" && \
radarr_tag=$(curl -sX GET "https://api.github.com/repos/Radarr/Radarr/releases" \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
mkdir -p \
/opt/radarr && \
curl -o \
/tmp/radar.tar.gz -L \
"https://github.com/galli-leo/Radarr/releases/download/${radarr_tag}/Radarr.develop.${radarr_tag#v}.linux.tar.gz" && \
"https://github.com/Radarr/Radarr/releases/download/${radarr_tag}/Radarr.develop.${radarr_tag#v}.linux.tar.gz" && \
tar ixzf \
/tmp/radar.tar.gz -C \
/opt/radarr --strip-components=1 && \
# clean up
echo "**** clean up ****" && \
rm -rf \
/tmp/*
+3 -1
View File
@@ -13,7 +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/radarr
[![](https://images.microbadger.com/badges/version/lsiocommunity/radarr.svg)](https://microbadger.com/images/lsiocommunity/radarr "Get your own version badge on microbadger.com")[![](https://images.microbadger.com/badges/image/lsiocommunity/radarr.svg)](http://microbadger.com/images/lsiocommunity/radarr "Get your own image badge on microbadger.com")[![Docker Pulls](https://img.shields.io/docker/pulls/lsiocommunity/radarr.svg)][hub][![Docker Stars](https://img.shields.io/docker/stars/lsiocommunity/radarr.svg)][hub][![Build Status](https://ci.linuxserver.io/buildStatus/icon?job=Docker-Builders/lsiocommunity/x86-64-radarr)](https://ci.linuxserver.io/job/Docker-Builders/job/lsiocommunity/job/x86-64-radarr/)
[![](https://images.microbadger.com/badges/version/linuxserver/radarr.svg)](https://microbadger.com/images/linuxserver/radarr "Get your own version badge on microbadger.com")[![](https://images.microbadger.com/badges/image/linuxserver/radarr.svg)](https://microbadger.com/images/linuxserver/radarr "Get your own image badge on microbadger.com")[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/radarr.svg)][hub][![Docker Stars](https://img.shields.io/docker/stars/linuxserver/radarr.svg)][hub][![Build Status](https://ci.linuxserver.io/buildStatus/icon?job=Docker-Builders/x86-64/x86-64-radarr)](https://ci.linuxserver.io/job/Docker-Builders/job/x86-64/job/x86-64-radarr/)
[Radarr][appurl] - A fork of Sonarr to work with movies à la Couchpotato.
@@ -87,6 +87,8 @@ Access the webui at `<your-ip>:7878`, for more information check out [Radarr][ap
## Versions
+ **06.02.18:** Radarr repo changed owner.
+ **15.12.17:** Fix continuation lines.
+ **17.04.17:** Switch to using inhouse mono baseimage, adds python also.
+ **13.04.17:** Switch to official mono repository.
+ **10.01.17:** Initial Release.