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

Eol #15

Merged
merged 3 commits into from
Feb 11, 2020
Merged

Eol #15

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 *
* *
* *
* *
******************************************************
******************************************************'