docker cache
This commit is contained in:
parent
5650edcb50
commit
55e753a713
@ -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));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user