aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortkogut <tomasz.kogut@nokia.com>2020-09-21 11:01:22 +0200
committertkogut <tomasz.kogut@nokia.com>2020-09-21 13:51:18 +0200
commit122510221b767bebf8d42fd44ec17c27e1e7ce90 (patch)
treed22ac70adca5fba6459f70220ba07d383c496a88
parentd02143c0c616a32dcc095877fea5c87c05e4adab (diff)
Disable an image tagfrankfurt_old
- turn off 'latest' image tag in the Frankrut branch Issue-ID: DCAEGEN2-2439 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I9cf6abb877a9119f674b07d9bc4fb891bedce500
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 4e332fee..3b948274 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>