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

Commit

Permalink
Merge pull request #20 from thelamer/master
Browse files Browse the repository at this point in the history
updating npm endpoint
  • Loading branch information
CHBMB authored Jun 11, 2019
2 parents 1a9e782 + 953faaa commit 9a9cf4e
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN \
nodejs && \
echo "**** install shout-irc ****" && \
if [ -z ${SHOUTIRC_VERSION+x} ]; then \
SHOUTIRC_VERSION=$(curl -sL https://skimdb.npmjs.com/registry/shout \
SHOUTIRC_VERSION=$(curl -sL https://replicate.npmjs.com/registry/shout \
|jq -r '. | .["dist-tags"].latest'); \
fi && \
mkdir -p \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN \
nodejs && \
echo "**** install shout-irc ****" && \
if [ -z ${SHOUTIRC_VERSION+x} ]; then \
SHOUTIRC_VERSION=$(curl -sL https://skimdb.npmjs.com/registry/shout \
SHOUTIRC_VERSION=$(curl -sL https://replicate.npmjs.com/registry/shout \
|jq -r '. | .["dist-tags"].latest'); \
fi && \
mkdir -p \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN \
nodejs && \
echo "**** install shout-irc ****" && \
if [ -z ${SHOUTIRC_VERSION+x} ]; then \
SHOUTIRC_VERSION=$(curl -sL https://skimdb.npmjs.com/registry/shout \
SHOUTIRC_VERSION=$(curl -sL https://replicate.npmjs.com/registry/shout \
|jq -r '. | .["dist-tags"].latest'); \
fi && \
mkdir -p \
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pipeline {
steps{
script{
env.EXT_RELEASE = sh(
script: '''curl -sL https://skimdb.npmjs.com/registry/${EXT_NPM} |jq -r '. | .["dist-tags"].latest' ''',
script: '''curl -sL https://replicate.npmjs.com/registry/${EXT_NPM} |jq -r '. | .["dist-tags"].latest' ''',
returnStdout: true).trim()
env.RELEASE_LINK = 'https://www.npmjs.com/package/' + env.EXT_NPM
}
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Find us at:
[![Build Status](https://ci.linuxserver.io/buildStatus/icon?job=Docker-Pipeline-Builders/docker-shout-irc/master)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-shout-irc/job/master/)
[![](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/shout-irc/latest/badge.svg)](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/shout-irc/latest/index.html)

[Shout-irc](http://shout-irc.com/) is a web IRC client that you host on your own server.
THIS IMAGE IS DEPRECATED. PLEASE MIGRATE TO THELOUNGE `linuxserver/thelounge` [Shout-irc](http://shout-irc.com/) is a web IRC client that you host on your own server.

[![shout-irc](https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png)](http://shout-irc.com/)

Expand Down Expand Up @@ -175,6 +175,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **11.06.19:** - DEPRECATE IMAGE, USE THELOUNGE.
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
* **22.02.19:** - Rebasing to alpine 3.9.
* **28.01.19:** - Add pipeline logic and multi arch.
Expand Down
5 changes: 3 additions & 2 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
project_name: shout-irc
project_url: "http://shout-irc.com/"
project_logo: "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png"
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a web IRC client that you host on your own server."
project_blurb: "THIS IMAGE IS DEPRECATED. PLEASE MIGRATE TO THELOUNGE `linuxserver/thelounge` [{{ project_name|capitalize }}]({{ project_url }}) is a web IRC client that you host on your own server."
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"


Expand Down Expand Up @@ -47,6 +47,7 @@ app_setup_nginx_reverse_proxy_block: ""
# changelog

changelogs:
- { date: "11.06.19:", desc: "DEPRECATE IMAGE, USE THELOUNGE." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
- { date: "28.01.19:", desc: "Add pipeline logic and multi arch." }
Expand All @@ -55,4 +56,4 @@ changelogs:
- { date: "27.05.17:", desc: "Rebase to alpine 3.6." }
- { date: "09.02.17:", desc: "Rebase to alpine 3.5." }
- { date: "14.10.16:", desc: "Add version layer information." }
- { date: "31.08.16:", desc: "Rebase to alpine linux, move to lsiocommunity" }
- { date: "31.08.16:", desc: "Rebase to alpine linux, move to lsiocommunity" }
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 *
* *
* It will no longer recieve security updates *
* *
* We recommend TheLounge as a replacement *
* *
* https://hub.docker.com/r/linuxserver/thelounge *
* *
* https://github.com/linuxserver/docker-thelounge *
* *
* *
* *
******************************************************
******************************************************'

0 comments on commit 9a9cf4e

Please sign in to comment.