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

Commit 18d6d9b

Browse files
authored
Merge pull request #15 from linuxserver/eol
Eol
2 parents 952bfc8 + c93396c commit 18d6d9b

File tree

5 files changed

+25
-2
lines changed

5 files changed

+25
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pipeline {
2727
DEV_DOCKERHUB_IMAGE = 'lsiodev/cardigann'
2828
PR_DOCKERHUB_IMAGE = 'lspipepr/cardigann'
2929
DIST_IMAGE = 'alpine'
30-
MULTIARCH='true'
30+
MULTIARCH='false'
3131
CI='true'
3232
CI_WEB='true'
3333
CI_PORT='5060'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Find us at:
3636
[![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/)
3737
[![](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/cardigann/latest/badge.svg)](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/cardigann/latest/index.html)
3838

39+
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.
3940
[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.
4041

4142

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repo_vars:
1818
- DEV_DOCKERHUB_IMAGE = 'lsiodev/cardigann'
1919
- PR_DOCKERHUB_IMAGE = 'lspipepr/cardigann'
2020
- DIST_IMAGE = 'alpine'
21-
- MULTIARCH='true'
21+
- MULTIARCH='false'
2222
- CI='true'
2323
- CI_WEB='true'
2424
- CI_PORT='5060'

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ project_name: cardigann
22
project_url: "https://github.com/cardigann/cardigann"
33
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cardigann.png"
44
project_blurb: |
5+
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.
56
[{{ 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.
67
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
78

root/etc/cont-init.d/90-config

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#!/usr/bin/with-contenv bash
2+
3+
echo '
4+
******************************************************
5+
******************************************************
6+
* *
7+
* *
8+
* This image has been deprecated *
9+
* *
10+
* Use the currently supported *
11+
* *
12+
* linuxserver/jackett *
13+
* *
14+
* https://hub.docker.com/r/linuxserver/jackett *
15+
* *
16+
* https://github.com/linuxserver/docker-jackett *
17+
* *
18+
* *
19+
* *
20+
******************************************************
21+
******************************************************'

0 commit comments

Comments
 (0)