Using version 2.27.1

This commit is contained in:
Jonathan Ervine 2020-09-01 11:18:57 +08:00
parent 76e80b69c6
commit 32daccd7cd
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ MAINTAINER “Jonathan Ervine” <docker@ervine.org>
ENV LANG='en_US.UTF-8' \
LANGUAGE='en_US.UTF-8' \
TERM='xterm' \
VERSION='2.26.0' \
VERSION='2.27.1' \
HYDRA_USER=hydra \
HYDRA_UID=1003 \
HYDRA_GID=1003

2
Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ spec:
stage('Build with Kaniko') {
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.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/nzbhydra2:v2.26.0 --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v2.26'
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v2.27.1 --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v2.27'
}
}
}