Skip to content
This repository has been archived by the owner on Feb 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #15 from linuxserver/eol
Browse files Browse the repository at this point in the history
Eol
  • Loading branch information
aptalca committed Feb 11, 2020
2 parents 952bfc8 + c93396c commit 18d6d9b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline {
DEV_DOCKERHUB_IMAGE = 'lsiodev/cardigann'
PR_DOCKERHUB_IMAGE = 'lspipepr/cardigann'
DIST_IMAGE = 'alpine'
MULTIARCH='true'
MULTIARCH='false'
CI='true'
CI_WEB='true'
CI_PORT='5060'
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Find us at:
[![Build Status](https://ci.linuxserver.io/view/all/job/Docker-Pipeline-Builders/job/docker-cardigann/job/master/badge/icon?style=flat-square)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-cardigann/job/master/)
[![](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/cardigann/latest/badge.svg)](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/cardigann/latest/index.html)

THIS IMAGE IS DEPRECATED. We will no longer be making updates or rebuilding this image. The Dockerhub endpoint will stay online with the current tags for this software. We recommend current users switch to linuxserver/jackett.
[Cardigann](https://github.com/cardigann/cardigann) a server for adding extra indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato proxies. Behind the scenes Cardigann logs in and runs searches and then transforms the results into a compatible format.


Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repo_vars:
- DEV_DOCKERHUB_IMAGE = 'lsiodev/cardigann'
- PR_DOCKERHUB_IMAGE = 'lspipepr/cardigann'
- DIST_IMAGE = 'alpine'
- MULTIARCH='true'
- MULTIARCH='false'
- CI='true'
- CI_WEB='true'
- CI_PORT='5060'
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ project_name: cardigann
project_url: "https://github.com/cardigann/cardigann"
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cardigann.png"
project_blurb: |
THIS IMAGE IS DEPRECATED. We will no longer be making updates or rebuilding this image. The Dockerhub endpoint will stay online with the current tags for this software. We recommend current users switch to linuxserver/jackett.
[{{ project_name|capitalize }}]({{ project_url }}) a server for adding extra indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato proxies. Behind the scenes Cardigann logs in and runs searches and then transforms the results into a compatible format.
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"

Expand Down
21 changes: 21 additions & 0 deletions root/etc/cont-init.d/90-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#!/usr/bin/with-contenv bash

echo '
******************************************************
******************************************************
* *
* *
* This image has been deprecated *
* *
* Use the currently supported *
* *
* linuxserver/jackett *
* *
* https://hub.docker.com/r/linuxserver/jackett *
* *
* https://github.com/linuxserver/docker-jackett *
* *
* *
* *
******************************************************
******************************************************'

0 comments on commit 18d6d9b

Please sign in to comment.