X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2sim%2Fdocker%2FDockerfile;h=232589246fdc298bf6faf4eb8705627bf56a8843;hb=88de94233a1b3b09cc91e3b557c825ac1a80dacb;hp=5b3ebab593eda95842c16efde469ce4d0a9fc560;hpb=a9733dbcc47e93a3b2843056f1d587196296c324;p=sim%2Fe2-interface.git diff --git a/e2sim/docker/Dockerfile b/e2sim/docker/Dockerfile index 5b3ebab..2325892 100644 --- a/e2sim/docker/Dockerfile +++ b/e2sim/docker/Dockerfile @@ -14,7 +14,8 @@ # limitations under the License. #================================================================================== -FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-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 RUN mkdir /playpen RUN apt-get update && apt-get install -y build-essential git cmake libsctp-dev autoconf automake libtool bison flex libboost-all-dev