aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2022-01-12 12:59:43 +0100
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2022-01-12 13:17:34 +0100
commit5a002b6c81bc4ea649700eb78caee7cde4a844b9 (patch)
tree92e5ce87e60a1544aadeccc2f5f794f2bf9c5458
parent4e2df36263f4f008fe3825c071b325eb0b4470ae (diff)
[OOM-CERT-SERVICE] Change image latest tag to avoid tag overide.
Issue-ID: OOM-2903 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Ic183d30af87249024aa3c1a56da8ecc9f3afccc8
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 448e6462..f09445c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
<docker-image.namespace>onap</docker-image.namespace>
<docker-image.name>${project.groupId}.${project.artifactId}</docker-image.name>
<docker-image.latest>${project.version}</docker-image.latest>
- <docker-image.tag.latest>latest</docker-image.tag.latest>
+ <docker-image.tag.latest>istanbul-latest</docker-image.tag.latest>
<version>${project.version}</version>
<docker.http_proxy/>