From e874f1e1ca077c2b672ecdd3b652ffb0d2c20221 Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 11 Feb 2020 12:19:51 -0800 Subject: [PATCH 1/3] EOL this container push people to jackett --- README.md | 1 + readme-vars.yml | 1 + root/etc/cont-init.d/90-config | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 root/etc/cont-init.d/90-config 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/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 * +* * +* * +* * +****************************************************** +******************************************************' From f766c00a438115382c8b535f2463bde21fcd2ed3 Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 11 Feb 2020 12:22:43 -0800 Subject: [PATCH 2/3] dont do multi arch for eol --- jenkins-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' From c93396cbe578e3e7ab95a92d64c5b67abefc9bf4 Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 11 Feb 2020 12:23:14 -0800 Subject: [PATCH 3/3] EOL this container push people to jackett --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'