Bumped to latest version
This commit is contained in:
parent
12772bf5bc
commit
4e72f0c34a
@ -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.28.0' \
|
||||
VERSION='2.28.1' \
|
||||
HYDRA_USER=hydra \
|
||||
HYDRA_UID=1003 \
|
||||
HYDRA_GID=1003
|
||||
|
||||
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -28,12 +28,12 @@ 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.28.0 --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v2.28'
|
||||
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v2.28.1 --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v2.28'
|
||||
}
|
||||
}
|
||||
stage('Notify gchat') {
|
||||
hangoutsNotify message: "NZBhydra 2.28.1 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Notify gchat') {
|
||||
hangoutsNotify message: "NZBhydra 2 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user