Update base image in Dockerfiles

This commit is contained in:
eclipse95 2022-09-12 15:28:02 +02:00
parent e41cd25e50
commit 0cb2bdc776
4 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ RUN ./autogen.sh && \
#&& make test #&& 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 RUN apk add cpputest
COPY ./redismodule /redismodule COPY ./redismodule /redismodule

View File

@ -20,7 +20,7 @@
# This source code is part of the near-RT RIC (RAN Intelligent Controller) # This source code is part of the near-RT RIC (RAN Intelligent Controller)
# platform project (RICP). # 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/ WORKDIR /opt/e2/

View File

@ -20,7 +20,7 @@
# platform project (RICP). # 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 WORKDIR /opt/E2Manager
COPY . . COPY . .

View File

@ -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 WORKDIR /opt/rmsimulator
COPY . . COPY . .