Bumped to use version 2.6.2
This commit is contained in:
parent
5102bfd674
commit
879bf4b840
@ -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='2.6.1' \
|
||||
VERSION='2.6.2' \
|
||||
TAUT_USER='tautulli' \
|
||||
TAUT_UID=1027 \
|
||||
TAUT_GID=1027
|
||||
|
||||
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -27,11 +27,11 @@ spec:
|
||||
stage('Build with Kaniko') {
|
||||
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-tautulli.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/tautulli:v2.6.1 --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.6'
|
||||
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.6.2 --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.6'
|
||||
}
|
||||
}
|
||||
stage('Notify gchat') {
|
||||
hangoutsNotify message: "Tautulli 2.6.1 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
|
||||
hangoutsNotify message: "Tautulli 2.6.2 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user