Compare commits

..
3 Commits
22 .. 34
Author SHA1 Message Date
aptalcaandGitHub 5e56b09aaf Merge pull request #8 from linuxserver/mono_repo
switch to official mono repository
2017-04-13 18:44:47 -04:00
sparklyballs d547fa0451 switch to official mono repository 2017-04-13 23:32:28 +01:00
sparklyballs a393bbc2c9 fix formatting markdown README 2017-03-15 16:56:46 +00:00
2 changed files with 11 additions and 5 deletions
+5
View File
@@ -12,6 +12,11 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
# install packages
RUN \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 \
--recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && \
echo "deb http://download.mono-project.com/repo/debian wheezy main" \
| tee /etc/apt/sources.list.d/mono-xamarin.list && \
apt-get update && \
apt-get install -y \
libcurl3 \
+6 -5
View File
@@ -2,6 +2,8 @@
[forumurl]: https://forum.linuxserver.io
[ircurl]: https://www.linuxserver.io/irc/
[podcasturl]: https://www.linuxserver.io/podcast/
[appurl]: https://github.com/Radarr/Radarr
[hub]: https://hub.docker.com/r/linuxserver/radarr/
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]
@@ -12,12 +14,10 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
# linuxserver/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)](http://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](http://jenkins.linuxserver.io:8080/buildStatus/icon?job=Dockers/LinuxServer.io/linuxserver-radarr)](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-radarr/)
[hub]: https://hub.docker.com/r/linuxserver/radarr/
[Radarr][radarrurl] - A fork of Sonarr to work with movies à la Couchpotato.
[Radarr][appurl] - A fork of Sonarr to work with movies à la Couchpotato.
[![radarr](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/radarr.png)][radarrurl]
[radarrurl]: https://github.com/Radarr/Radarr
[![radarr](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/radarr.png)][appurl]
## Usage
@@ -64,7 +64,7 @@ In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as bel
## Setting up the application
Access the webui at `<your-ip>:7878`, for more information check out [Radarr][radarrurl].
Access the webui at `<your-ip>:7878`, for more information check out [Radarr][appurl].
## Info
@@ -81,4 +81,5 @@ Access the webui at `<your-ip>:7878`, for more information check out [Radarr][ra
## Versions
+ **13.04.17:** Switch to official mono repository.
+ **10.01.17:** Initial Release.