diff options
author | Michael Lando <ml636r@att.com> | 2017-06-09 07:38:13 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-06-09 07:38:13 +0300 |
commit | 41c9860e4a0be9e3453f9f9fa868a841eeaedb22 (patch) | |
tree | 6de1ab102cb32117a6bdade87b7084314fc29791 /sdc-os-chef/pom.xml | |
parent | 6380d6c2c61df730d77142ce4743597735b93960 (diff) |
[SDC-29] update docer tag to 1.1-STAGING-latest
Change-Id: I9a575b9c9d97dff216abe564a8f300d7d32c2c27
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'sdc-os-chef/pom.xml')
-rw-r--r-- | sdc-os-chef/pom.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index f825426393..94ea55f9aa 100644 --- a/sdc-os-chef/pom.xml +++ b/sdc-os-chef/pom.xml @@ -132,6 +132,7 @@ <tags> <tag>${docker.tag}</tag> <tag>${docker.latest.tag}</tag> + <tag>1.1-STAGING-latest</tag> </tags> </build> </image> @@ -146,6 +147,7 @@ <tags> <tag>${docker.tag}</tag> <tag>${docker.latest.tag}</tag> + <tag>1.1-STAGING-latest</tag> </tags> </build> </image> @@ -160,6 +162,7 @@ <tags> <tag>${docker.tag}</tag> <tag>${docker.latest.tag}</tag> + <tag>1.1-STAGING-latest</tag> </tags> </build> </image> @@ -174,6 +177,7 @@ <tags> <tag>${docker.tag}</tag> <tag>${docker.latest.tag}</tag> + <tag>1.1-STAGING-latest</tag> </tags> </build> </image> @@ -188,6 +192,7 @@ <tags> <tag>${docker.tag}</tag> <tag>${docker.latest.tag}</tag> + <tag>1.1-STAGING-latest</tag> </tags> </build> </image> @@ -202,6 +207,7 @@ <tags> <tag>${docker.tag}</tag> <tag>${docker.latest.tag}</tag> + <tag>1.1-STAGING-latest</tag> </tags> </build> </image> @@ -217,7 +223,7 @@ </goals> <configuration> <removeAll>true</removeAll> - <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana,openecomp/sdc-sanity</image> + <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana,openecomp/sdc-sanity</image> </configuration> </execution> @@ -237,7 +243,7 @@ <goal>push</goal> </goals> <configuration> - <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana,openecomp/sdc-sanity</image> + <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana,openecomp/sdc-sanity</image> </configuration> </execution> </executions> |