Updated to version 3.0.0.4204

This commit is contained in:
Jonathan Ervine 2020-12-03 17:47:52 +08:00
parent e59633c1af
commit aba9744289
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ LABEL maintainer="Jonathan Ervine <docker@ervine.org>"
ENV LANG='en_US.UTF-8' \
LANGUAGE='en_US.UTF-8' \
TERM='xterm' \
VERSION='0.2.0.1504' \
VERSION='3.0.0.4204' \
RADARR_USER='radarr' \
RADARR_GROUP='radarr' \
RADARR_UID='1027' \

4
Jenkinsfile vendored
View File

@ -27,11 +27,11 @@ spec:
stage('Build with Kaniko') {
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-radarr.git', credentialsId: 'jenkins-to-git'
container('kaniko') {
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v0.2.0.1504 --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v0.2'
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v3.0.0.4204 --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v3.0'
}
}
stage('Notify gchat') {
hangoutsNotify message: "Radarr Movie Manager v0.2.0.1504 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
hangoutsNotify message: "Radarr Movie Manager v3.0.0.4204 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
}
}
}

0
start.sh Executable file → Normal file
View File