Bumped to 3.6.0

This commit is contained in:
Jonathan Ervine 2020-12-06 08:36:28 +08:00
parent 29aad79b9d
commit e3a4931e1d
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ 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='3.5.1' \ VERSION='3.6.0' \
HYDRA_USER=hydra \ HYDRA_USER=hydra \
HYDRA_UID=1027 \ HYDRA_UID=1027 \
HYDRA_GID=1027 HYDRA_GID=1027

4
Jenkinsfile vendored
View File

@ -28,11 +28,11 @@ spec:
stage('Build with Kaniko') { stage('Build with Kaniko') {
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git'
container('kaniko') { container('kaniko') {
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.5.1 --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.5' sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.6.0 --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.6'
} }
} }
stage('Notify gchat') { stage('Notify gchat') {
hangoutsNotify message: "NZBhydra 3.5.1 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false hangoutsNotify message: "NZBhydra 3.6.0 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
} }
} }
} }

0
start.sh Executable file → Normal file
View File