summaryrefslogtreecommitdiffstats
path: root/dmaap-bc/src/main
diff options
context:
space:
mode:
authordavid.mcweeney <david.mcweeney@est.tech>2021-03-26 12:00:37 +0000
committerDavid McWeeney <david.mcweeney@est.tech>2021-03-26 12:38:07 +0000
commitdf83df895da136705765ac4301439c7ce4fdf592 (patch)
tree084f9099969059c49e5eac3d3ae03bb9992cb896 /dmaap-bc/src/main
parent2ac1f7b8c631ae728db25c3609a3a710e5a72a62 (diff)
[DMAAP BC] Remove the onap cert from container
Update pom dependencies Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Change-Id: I254b754ea6e8c8d6ff15f82ddc3a92e0c0853384 Issue-ID: DMAAP-1580
Diffstat (limited to 'dmaap-bc/src/main')
-rw-r--r--dmaap-bc/src/main/resources/Dockerfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/dmaap-bc/src/main/resources/Dockerfile b/dmaap-bc/src/main/resources/Dockerfile
index fef7fae..0f9e6a6 100644
--- a/dmaap-bc/src/main/resources/Dockerfile
+++ b/dmaap-bc/src/main/resources/Dockerfile
@@ -36,13 +36,6 @@ RUN apt-get update && \
procps \
bash
-# Install AAF CA certificate
-RUN apt install ca-certificates
-RUN mkdir -p /usr/local/share/ca-certificates && \
- mv misc/aaf-ca.crt /usr/local/share/ca-certificates/aaf-ca.crt
-RUN update-ca-certificates
-
-
#prepare certificate location for cadi
RUN mkdir -p /opt/app/osaaf