docker cache

This commit is contained in:
Timo 2021-05-12 10:05:41 +03:00
parent 5650edcb50
commit 55e753a713

View File

@ -86,6 +86,7 @@ public class PlanSpec {
new VcsTagTask().tagName("${bamboo.inject.APP_VERSION}").repository("RED / ui")
).dockerConfiguration(
new DockerConfiguration().image("nexus.iqser.com:5001/infra/release_build:2.9.1")
.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));
}