diff options
author | tkogut <tomasz.kogut@nokia.com> | 2020-10-02 11:30:25 +0200 |
---|---|---|
committer | tkogut <tomasz.kogut@nokia.com> | 2020-10-02 11:30:25 +0200 |
commit | 45536823cdfeaf23c805c2de1248f55724ba6372 (patch) | |
tree | f9aaa154f8d89da2b535b8ddae6e58c9920cf5d3 | |
parent | 72c913d96d76ecce08a92e3794b22e4e6e88a85f (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.xml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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>
|