Bumped to version 2.28

This commit is contained in:
jenkins-x-bot 2020-09-04 09:21:13 +08:00
parent b2baab5c51
commit 12772bf5bc
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.27.2' \
VERSION='2.28.0' \
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.27.2 --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v2.27'
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v2.28.0 --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v2.28'
}
}
}