diff options
author | fkrzywka <filip.krzywka@nokia.com> | 2018-06-05 12:17:31 +0200 |
---|---|---|
committer | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2018-08-01 09:16:54 +0200 |
commit | cbf9e25b028110ed8e87fac370f9f9aefbafc565 (patch) | |
tree | 861e855b36b0da85bab77c92d001b6ef898147b4 /hv-collector-client-simulator/Dockerfile | |
parent | 067c44618a7daa38c14fe42902c43b8dddd348f9 (diff) |
HV-Collector services in docker-compose
Docker-compose in root directory to launch all services
Simulator dockerfile addition, to be implemented later
Services dependency
Closes ONAP-228.
Change-Id: I42c874335e76494693ec149fb7d1a305d8288584
Signed-off-by: fkrzywka <filip.krzywka@nokia.com>
Issue-ID: DCAEGEN2-601
Diffstat (limited to 'hv-collector-client-simulator/Dockerfile')
-rw-r--r-- | hv-collector-client-simulator/Dockerfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hv-collector-client-simulator/Dockerfile b/hv-collector-client-simulator/Dockerfile new file mode 100644 index 00000000..caeec054 --- /dev/null +++ b/hv-collector-client-simulator/Dockerfile @@ -0,0 +1,6 @@ +FROM openjdk:10-jre-slim + +LABEL copyright="Copyright (C) 2018 NOKIA Intellectual Property. All rights reserved." +LABEL license.name="The Apache Software License, Version 2.0" +LABEL license.url="http://www.apache.org/licenses/LICENSE-2.0" +LABEL maintainer="Nokia Wroclaw ONAP Team" |