X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2sim%2Fe2sm_examples%2Fkpm_e2sm%2FDockerfile;h=97353530f2f1495177747ea657cc1e0b53538673;hb=215d350dbe06a4c7ee370815f26128a7f7e160cb;hp=04aa2c9b43300cb55e703fabbc03839e19827513;hpb=50c32c08fb607bb7b1ac098f90c4b3a21eac169c;p=sim%2Fe2-interface.git diff --git a/e2sim/e2sm_examples/kpm_e2sm/Dockerfile b/e2sim/e2sm_examples/kpm_e2sm/Dockerfile index 04aa2c9..9735353 100644 --- a/e2sim/e2sm_examples/kpm_e2sm/Dockerfile +++ b/e2sim/e2sm_examples/kpm_e2sm/Dockerfile @@ -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