From dd79554660e0f81cc8723243235e82e8769490f7 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 16 Jun 2020 18:00:04 -0700 Subject: Update cFW instruction set The cFW example has been changed since 1.3.0 version. This commit reduces the steps to setup and provision this CNF. Its main goal is to simplify deployment process. Issue-ID: MULTICLOUD-301 Change-Id: Id96ea4b427aff4c42ecfd43b42fa5d6970c4a6df Signed-off-by: Victor Morales --- kud/tests/cFW/darkstat/Dockerfile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 kud/tests/cFW/darkstat/Dockerfile (limited to 'kud/tests/cFW/darkstat/Dockerfile') diff --git a/kud/tests/cFW/darkstat/Dockerfile b/kud/tests/cFW/darkstat/Dockerfile deleted file mode 100644 index d3a46b9c..00000000 --- a/kud/tests/cFW/darkstat/Dockerfile +++ /dev/null @@ -1,14 +0,0 @@ -FROM ubuntu:16.04 -MAINTAINER Victor Morales - -ARG HTTP_PROXY=${HTTP_PROXY} -ARG HTTPS_PROXY=${HTTPS_PROXY} - -ENV http_proxy $HTTP_PROXY -ENV https_proxy $HTTPS_PROXY - -RUN apt-get update && apt-get install -y -qq darkstat - -EXPOSE 667 - -CMD ["/usr/sbin/darkstat", "-i", "eth1", "--no-daemon"] -- cgit 1.2.3-korg