From: Michael Hwang Date: Tue, 16 Jul 2019 14:15:37 +0000 (-0400) Subject: Add non-root user to Docker image X-Git-Tag: 1.3.0~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F91545%2F1;p=dcaegen2%2Fplatform%2Fservicechange-handler.git Add non-root user to Docker image Change-Id: Icda4d013f6bd33e7ad1202ac036e599766073acf Issue-ID: DCAEGEN2-1555 Signed-off-by: Michael Hwang --- diff --git a/ChangeLog.md b/ChangeLog.md index e657225..a30eb8a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [] + +* Add non-root user in Docker image so that the inventory service can be run in non-privileged mode for security reasons DCAEGEN2-1555 + ## [1.1.3] * DCAEGEN2-431 diff --git a/pom.xml b/pom.xml index bc6c00a..ab0a2e3 100644 --- a/pom.xml +++ b/pom.xml @@ -222,6 +222,10 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. latest java:8-jre + sch + + adduser --system --group sch + ["java", "-jar", "/opt/servicechange-handler.jar", "prod", "http://consul:8500/v1/kv/service-change-handler?raw=true"]