modified: Dockerfile

modified:   Jenkinsfile
Bumped to version 2.17.1
This commit is contained in:
Jonathan Ervine 2020-04-01 09:42:45 +08:00
parent 5da7791bc2
commit d9202e7eb7
2 changed files with 3 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.17.0' \
VERSION='2.17.1' \
MED_USER='mediaservice' \
MED_GROUP='mediaservice' \
MED_UID='1003' \

3
Jenkinsfile vendored
View File

@ -13,7 +13,8 @@ node("docker-node") {
stage "publish"
app.push("${env.BUILD_NUMBER}")
app.push("2.17.0")
app.push("2.17.1")
app.push("2")
app.push("latest")
stage('Deploy on K8s'){