Feed VIAVI data into E2 Simulator via pipe
[sim/e2-interface.git] / e2sim / e2sm_examples / kpm_e2sm / Dockerfile
index 04aa2c9..9735353 100644 (file)
@@ -31,7 +31,8 @@
 
 # the builder has: git, wget, cmake, gcc/g++, make, python2/3. v7 dropped nng support
 #
-FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:8-u18.04 as buildenv
+ARG CONTAINER_PULL_REGISTRY=nexus3.o-ran-sc.org:10001
+FROM ${CONTAINER_PULL_REGISTRY}/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as buildenv
 
 # spaces to save things in the build image to copy to final image
 RUN mkdir -p /playpen/assets /playpen/src /playpen/bin
@@ -93,6 +94,7 @@ RUN git clone https://github.com/azadkuh/nlohmann_json_release.git
 RUN cp nlohmann_json_release/json.hpp /usr/local/include/nlohmann
 
 COPY . /playpen/src/
+RUN wc -l /playpen/src/reports.json
 RUN cd /playpen/src && \
        rm -fr .build &&\
        mkdir  .build && \
@@ -101,4 +103,4 @@ RUN cd /playpen/src && \
        make install
 
 
-CMD kpm_sim 10.98.179.210 36422
+CMD kpm_sim 10.110.102.29 36422