modified: Dockerfile
modified: Jenkinsfile Bumped to v2.22.1
This commit is contained in:
parent
bece1c9b57
commit
019d1e1dc4
@ -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.21.1' \
|
||||
VERSION='2.22.1' \
|
||||
MED_USER='mediaservice' \
|
||||
MED_GROUP='mediaservice' \
|
||||
MED_UID='1003' \
|
||||
|
||||
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -13,8 +13,8 @@ node("docker-node") {
|
||||
|
||||
stage "publish"
|
||||
app.push("${env.BUILD_NUMBER}")
|
||||
app.push("2.21.1")
|
||||
app.push("2.21")
|
||||
app.push("2.22.1")
|
||||
app.push("2.22")
|
||||
app.push("2")
|
||||
app.push("latest")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user