This commit is contained in:
Timo Bejan 2021-09-30 11:27:31 +03:00
parent cc05e0e947
commit 65a30e8d1c

View File

@ -94,7 +94,7 @@ public class PlanSpec {
// create tag with this version
new VcsTagTask().tagName("${bamboo.inject.APP_VERSION}").repository("RED / ui")
).dockerConfiguration(
new DockerConfiguration().image("nexus.iqser.com:5001/infra/release_build:2.9.1")
new DockerConfiguration().image("nexus.iqser.com:5001/infra/release_build:4.2.0")
.volume("/var/lib/docker", "/var/lib/docker")
.volume("/var/run/docker.sock", "/var/run/docker.sock"))
.artifacts(new Artifact("version").location(".").copyPattern("**/version.properties").shared(true),