Update base image in Dockerfiles
This commit is contained in:
parent
e41cd25e50
commit
0cb2bdc776
@ -57,7 +57,7 @@ RUN ./autogen.sh && \
|
||||
#&& make test
|
||||
|
||||
|
||||
FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-alpine3-go:6-a3.11-rmr3 as build-env
|
||||
FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-go:2.0.0 as build-env
|
||||
|
||||
RUN apk add cpputest
|
||||
COPY ./redismodule /redismodule
|
||||
|
@ -20,7 +20,7 @@
|
||||
# This source code is part of the near-RT RIC (RAN Intelligent Controller)
|
||||
# platform project (RICP).
|
||||
#
|
||||
FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 as ubuntu
|
||||
FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as ubuntu
|
||||
|
||||
WORKDIR /opt/e2/
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# platform project (RICP).
|
||||
#
|
||||
|
||||
FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 as ubuntu
|
||||
FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as ubuntu
|
||||
|
||||
WORKDIR /opt/E2Manager
|
||||
COPY . .
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 as ubuntu
|
||||
FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as ubuntu
|
||||
|
||||
WORKDIR /opt/rmsimulator
|
||||
COPY . .
|
||||
|
Loading…
Reference in New Issue
Block a user