diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-03-28 22:21:54 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-03-29 02:24:59 +0000 |
commit | 643e032e9078ab47e1abb1f088aaec58a3361c7c (patch) | |
tree | 6eb6ddfcc68e87cc445c6188a1832362f1096821 /opendaylight | |
parent | 486bd1768c2b4e6bf4a83326fdc5f7d07d565222 (diff) |
Adding noCache docker build argument
noCache will avoid picking the cached layers during the docker image build
which may have been corrupted
Issue-ID: CCSDK-3226
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: If7e88b80a6127156cff9943a9760db9a6a8a81c2
Diffstat (limited to 'opendaylight')
-rw-r--r-- | opendaylight/aluminum/aluminum-alpine/pom.xml | 1 | ||||
-rw-r--r-- | opendaylight/sodium/sodium-alpine/pom.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/opendaylight/aluminum/aluminum-alpine/pom.xml b/opendaylight/aluminum/aluminum-alpine/pom.xml index 3c64ff5e..ba82d8dc 100644 --- a/opendaylight/aluminum/aluminum-alpine/pom.xml +++ b/opendaylight/aluminum/aluminum-alpine/pom.xml @@ -156,6 +156,7 @@ <name>${image.name}</name> <build> <cleanup>try</cleanup> + <noCache>true</noCache> <contextDir>${basedir}/target/docker-stage</contextDir> <dockerFile>Dockerfile</dockerFile> <tags> diff --git a/opendaylight/sodium/sodium-alpine/pom.xml b/opendaylight/sodium/sodium-alpine/pom.xml index 7e3ea9a2..885262ee 100644 --- a/opendaylight/sodium/sodium-alpine/pom.xml +++ b/opendaylight/sodium/sodium-alpine/pom.xml @@ -125,6 +125,7 @@ <name>${image.name}</name> <build> <cleanup>try</cleanup> + <noCache>true</noCache> <contextDir>${basedir}/target/docker-stage</contextDir> <dockerFile>Dockerfile</dockerFile> <tags> |