summaryrefslogtreecommitdiffstats
path: root/tools/development/files-publisher/Dockerfile
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2021-08-04 12:29:37 +0200
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2021-08-05 16:08:10 +0200
commita800ace09fe6ebe64cc455e4ba5ccb3abcfd79fc (patch)
treedbc646dbe3f69dc569107411a71b24af0250ea1a /tools/development/files-publisher/Dockerfile
parent00ba346231826874f460882516d1744e799f5df4 (diff)
Add pm-mapper local development tools
Issue-ID: DCAEGEN2-2879 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I1fc872230d1c15c1b70439b8cb69d9053f716dfb
Diffstat (limited to 'tools/development/files-publisher/Dockerfile')
-rw-r--r--tools/development/files-publisher/Dockerfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/development/files-publisher/Dockerfile b/tools/development/files-publisher/Dockerfile
new file mode 100644
index 0000000..23a275e
--- /dev/null
+++ b/tools/development/files-publisher/Dockerfile
@@ -0,0 +1,9 @@
+FROM nexus3.onap.org:10001/alpine:latest
+
+RUN apk add --update curl
+RUN rm -rf /var/cache/apk/*
+ENV http_proxy=""
+ENV https_proxy=""
+ENV HTTP_PROXY=""
+ENV HTTPS_PROXY=""
+ENTRYPOINT ["/bin/sh", "-c", " while true; do sleep 30; done;"]