diff --git a/Jenkinsfile b/Jenkinsfile index 2e3d9ed..9242d97 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { LS_USER = 'linuxserver' LS_REPO = 'docker-pixapop' CONTAINER_NAME = 'pixapop' - DOCKERHUB_IMAGE = 'lsiocommunity/pixapop' + DOCKERHUB_IMAGE = 'linuxserver/pixapop' DEV_DOCKERHUB_IMAGE = 'lsiodev/pixapop' PR_DOCKERHUB_IMAGE = 'lspipepr/pixapop' DIST_IMAGE = 'alpine' diff --git a/jenkins-vars.yml b/jenkins-vars.yml index 04f26c6..cf9297f 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -14,7 +14,7 @@ repo_vars: - LS_USER = 'linuxserver' - LS_REPO = 'docker-pixapop' - CONTAINER_NAME = 'pixapop' - - DOCKERHUB_IMAGE = 'lsiocommunity/pixapop' + - DOCKERHUB_IMAGE = 'linuxserver/pixapop' - DEV_DOCKERHUB_IMAGE = 'lsiodev/pixapop' - PR_DOCKERHUB_IMAGE = 'lspipepr/pixapop' - DIST_IMAGE = 'alpine' diff --git a/root/etc/cont-init.d/90-warning b/root/etc/cont-init.d/90-warning deleted file mode 100644 index 456ed68..0000000 --- a/root/etc/cont-init.d/90-warning +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/with-contenv bash - -echo ' -****************************************************** -****************************************************** -* * -* * -* This image has been moved * -* * -* We will continue releases * -* under the main linuxserver repo * -* * -* linuxserver/pixapop * -* * -* instead of lsiocommunity/pixapop * -* * -* * -* https://hub.docker.com/r/linuxserver/pixapop * -* * -* * -****************************************************** -******************************************************' \ No newline at end of file