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=01bcac5d47941de4c5a3dd231feea3894d362335;hpb=81cb68102f12ca9ebc9bce56f6e08b02744e66df;p=sim%2Fe2-interface.git diff --git a/e2sim/e2sm_examples/kpm_e2sm/Dockerfile b/e2sim/e2sm_examples/kpm_e2sm/Dockerfile index 01bcac5..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 @@ -102,4 +103,4 @@ RUN cd /playpen/src && \ make install -CMD kpm_sim 10.106.115.58 36422 +CMD kpm_sim 10.110.102.29 36422