Bumped to version 2.5.4
This commit is contained in:
parent
e6116bc208
commit
224c135b49
@ -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='2.5.3' \
|
VERSION='2.5.4' \
|
||||||
TAUT_USER='tautulli' \
|
TAUT_USER='tautulli' \
|
||||||
TAUT_UID=1003 \
|
TAUT_UID=1003 \
|
||||||
TAUT_GID=1003
|
TAUT_GID=1003
|
||||||
|
|||||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -27,7 +27,7 @@ spec:
|
|||||||
stage('Build with Kaniko') {
|
stage('Build with Kaniko') {
|
||||||
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-tautulli.git', credentialsId: 'jenkins-to-git'
|
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-tautulli.git', credentialsId: 'jenkins-to-git'
|
||||||
container('kaniko') {
|
container('kaniko') {
|
||||||
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/library/x86_64/alpine/tautulli:2.5.3 --destination=harbor.ervine.dev/library/x86_64/alpine/tautulli:2.5 --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.5.3 --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.5'
|
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.5.4 --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.5'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user