diff options
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" |