summaryrefslogtreecommitdiffstats
path: root/catalog-be-plugins
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-09-25 15:48:10 +0200
committerS�bastien Determe <sebastien.determe@intl.att.com>2020-09-25 16:13:41 +0000
commitb988cb672876b1c129c76d60d3ddf7d129ef4bc2 (patch)
treef1eee6b7ae014f4741e29455e30cf96725d4a785 /catalog-be-plugins
parent0667274df666c3ebaca9d70a5814d3698365ef2f (diff)
Standardize docker tagging1.7.1
Standardize the docker tagging in all maven modules Issue-ID: SDC-3300 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Id43cbd8efea119d4acf7280b75c30a0275ec3242 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'catalog-be-plugins')
-rw-r--r--catalog-be-plugins/backend-all-plugins/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/catalog-be-plugins/backend-all-plugins/pom.xml b/catalog-be-plugins/backend-all-plugins/pom.xml
index fa3ca01c6d..9714cf7c38 100644
--- a/catalog-be-plugins/backend-all-plugins/pom.xml
+++ b/catalog-be-plugins/backend-all-plugins/pom.xml
@@ -34,8 +34,6 @@ limitations under the License.
<artifactId>backend-all-plugins</artifactId>
<properties>
- <docker.tag>${project.version}-STAGING-${maven.build.timestamp}</docker.tag>
- <docker.latest.tag>${project.version}-STAGING-latest</docker.latest.tag>
<docker.skip.build>true</docker.skip.build>
<docker.skip.push>true</docker.skip.push>
<docker.skip.tag>true</docker.skip.tag>
@@ -78,10 +76,11 @@ limitations under the License.
<cleanup>try</cleanup>
<dockerFile>backend-all-plugins/Dockerfile</dockerFile>
<tags>
- <tag>${docker.tag}</tag>
+ <tag>latest</tag>
<tag>
${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest
</tag>
+ <tag>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-${maven.build.timestamp}</tag>
</tags>
<assembly>
<descriptor>backend-all-plugins/backend-all-plugins-files.xml</descriptor>