diff --git a/Jenkinsfile b/Jenkinsfile index f323d19..c194deb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' diff --git a/README.md b/README.md index 235a6e0..08f7b94 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/jenkins-vars.yml b/jenkins-vars.yml index c9583a9..74503ec 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -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' diff --git a/readme-vars.yml b/readme-vars.yml index ae85bbf..fb5aba2 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -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 }}" diff --git a/root/etc/cont-init.d/90-config b/root/etc/cont-init.d/90-config new file mode 100644 index 0000000..2852598 --- /dev/null +++ b/root/etc/cont-init.d/90-config @@ -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 * +* * +* * +* * +****************************************************** +******************************************************'