aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraleemraja <ar00500721@techmahindra.com>2019-08-28 14:02:45 +0530
committeraleemraja <ar00500721@techmahindra.com>2019-08-28 14:02:45 +0530
commit6a06f0da7fd191a231e0f65d2daab52d52d0230c (patch)
tree7d0cf55a5cb709525316b2864db6c3a5e58a3ec0
parentfa5d1e2af268c0c60a39faa5b41a40d165f6767c (diff)
Switched Ubuntu 16.04 to recommended base image alpine:3.8.
Other customizations look good. Issue-ID: DCAEGEN2-1569 Change-Id: Ifcb2b6e1894513fc76e3cd9cb2700f4a5665132d Signed-off-by: aleemraja <ar00500721@techmahindra.com>
-rw-r--r--UniversalVesAdapter/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/UniversalVesAdapter/pom.xml b/UniversalVesAdapter/pom.xml
index 9ce6b47..1a5ec83 100644
--- a/UniversalVesAdapter/pom.xml
+++ b/UniversalVesAdapter/pom.xml
@@ -325,7 +325,7 @@
<tag>${project.version}-${maven.build.timestamp}Z</tag>
<tag>${project.version}</tag>
</imageTags>
- <baseImage>ubuntu:16.04</baseImage>
+ <baseImage>alpine:3.8</baseImage>
<env>
<HOSTALIASES>/etc/host.aliases</HOSTALIASES>
</env>
@@ -436,4 +436,4 @@
<url>https://repo.spring.io/libs-release</url>
</pluginRepository>
</pluginRepositories>
-</project>
+</project> \ No newline at end of file