aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortkogut <tomasz.kogut@nokia.com>2020-10-02 11:30:25 +0200
committertkogut <tomasz.kogut@nokia.com>2020-10-02 11:30:25 +0200
commit45536823cdfeaf23c805c2de1248f55724ba6372 (patch)
treef9aaa154f8d89da2b535b8ddae6e58c9920cf5d3
parent72c913d96d76ecce08a92e3794b22e4e6e88a85f (diff)
Disable an image tag1.7.7
- turn off 'latest' image tag in the 'guilin' branch Issue-ID: DCAEGEN2-2439 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I076eb0f30a9144730112a26f03a3e4716e07e7cf
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9e11a338..ddff9cf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,6 @@
<imageTags>
<imageTag>${project.version}-${maven.build.timestamp}Z</imageTag>
<imageTag>${project.version}</imageTag>
- <imageTag>latest</imageTag>
</imageTags>
<baseImage>openjdk:11-jre-slim</baseImage>
<user>vescollector</user>