Bumped to use Alpine 3.13.1 and new build of radarr
This commit is contained in:
parent
9cd26b8fe4
commit
74dca3730d
@ -7,7 +7,7 @@ LABEL maintainer="Jonathan Ervine <docker@ervine.org>"
|
|||||||
ENV LANG='en_US.UTF-8' \
|
ENV LANG='en_US.UTF-8' \
|
||||||
LANGUAGE='en_US.UTF-8' \
|
LANGUAGE='en_US.UTF-8' \
|
||||||
TERM='xterm' \
|
TERM='xterm' \
|
||||||
VERSION='3.0.2.4369' \
|
VERSION='3.0.2.4552' \
|
||||||
RADARR_USER='radarr' \
|
RADARR_USER='radarr' \
|
||||||
RADARR_GROUP='radarr' \
|
RADARR_GROUP='radarr' \
|
||||||
RADARR_UID='1027' \
|
RADARR_UID='1027' \
|
||||||
|
|||||||
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -27,11 +27,11 @@ spec:
|
|||||||
stage('Build with Kaniko') {
|
stage('Build with Kaniko') {
|
||||||
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-radarr.git', credentialsId: 'jenkins-to-git'
|
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-radarr.git', credentialsId: 'jenkins-to-git'
|
||||||
container('kaniko') {
|
container('kaniko') {
|
||||||
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v3.0.2.4369 --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v3.0'
|
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v3.0.2.4522 --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v3.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Notify gchat') {
|
stage('Notify gchat') {
|
||||||
hangoutsNotify message: "Radarr Movie Manager v3.0.2.4369 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
|
hangoutsNotify message: "Radarr Movie Manager v3.0.2.4522 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user