summaryrefslogtreecommitdiffstats
path: root/bin/distcenter/Dockerfile
diff options
context:
space:
mode:
authorManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2018-08-22 11:08:57 -0700
committerManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2018-08-22 14:17:08 -0700
commit858b1278219b5cb6ca6f6d4abcb20b0180216be1 (patch)
treeaf8afb6a9f0ca0ac77b3e187ab424fe80d21441a /bin/distcenter/Dockerfile
parent572150672972e58d3e2b2f21e5dfd3004bce6b68 (diff)
Add build scripts and tabrmd
There is a dependency on tabrmd while building duplicate tool and this is required for now. Cleanup and use base container from nexus repo. Add build scripts for nightly build. Change-Id: I4c3487d22988927084d7336671b81144374ccb5d Issue-ID: AAF-418 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Diffstat (limited to 'bin/distcenter/Dockerfile')
-rw-r--r--bin/distcenter/Dockerfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/bin/distcenter/Dockerfile b/bin/distcenter/Dockerfile
deleted file mode 100644
index cb6f000..0000000
--- a/bin/distcenter/Dockerfile
+++ /dev/null
@@ -1,17 +0,0 @@
-FROM rmannfv/aaf-base:openssl_1.1.0
-
-RUN git clone https://gerrit.onap.org/r/aaf/sshsm
-RUN cd sshsm && \
- cd tpm-util && \
- cd duplicate && \
- make -f sampleMakefile
-
-RUN mkdir -p /distcenter/bin
-COPY ./create_ca.sh /distcenter/bin
-RUN mkdir /dup
-RUN mkdir /dup/bin
-
-RUN cp sshsm/tpm-util/duplicate/ossl_tpm_duplicate /dup/bin
-
-ADD entrypoint.sh /entrypoint.sh
-ENTRYPOINT [ "/entrypoint.sh" ]