Fix duplicate jre prefix.
parent
828cc82bd5
commit
8660890a6f
|
@ -24,7 +24,7 @@ node("docker && linux && amd64") {
|
|||
|
||||
ansiColor {
|
||||
def image = docker.build(
|
||||
"${dockerNamespace}/${dockerBase}:tomcat${tomcatVersion}-jre${jreVersion}",
|
||||
"${dockerNamespace}/${dockerBase}:tomcat${tomcatVersion}-${jreVersion}",
|
||||
"--build-arg TOMCAT_VERSION=${tomcatVersion} --build-arg JRE_VERSION=${jreVersion} .")
|
||||
}
|
||||
|
||||
|
@ -41,7 +41,7 @@ node("docker && linux && amd64") {
|
|||
}
|
||||
}
|
||||
|
||||
def imageTag = "${dockerNamespace}/${dockerBase}:${guacamoleVersion}-tomcat${tomcatVersion}-jre${jreVersion}"
|
||||
def imageTag = "${dockerNamespace}/${dockerBase}:${guacamoleVersion}-tomcat${tomcatVersion}-${jreVersion}"
|
||||
images << [ image, imageFullName ]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue