mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
- Switched base image source from registry.access.redhat.com to registry.redhat.io for all RHEL9 variants.
137 lines
5.1 KiB
Docker
137 lines
5.1 KiB
Docker
#/*
|
|
# * Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
|
|
# * contributor license agreements. See the NOTICE file distributed with
|
|
# * this work for additional information regarding copyright ownership.
|
|
# * The OpenAirInterface Software Alliance licenses this file to You under
|
|
# * the OAI Public License, Version 1.1 (the "License"); you may not use this file
|
|
# * except in compliance with the License.
|
|
# * You may obtain a copy of the License at
|
|
# *
|
|
# * http://www.openairinterface.org/?page_id=698
|
|
# *
|
|
# * Unless required by applicable law or agreed to in writing, software
|
|
# * distributed under the License is distributed on an "AS IS" BASIS,
|
|
# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# * See the License for the specific language governing permissions and
|
|
# * limitations under the License.
|
|
# *-------------------------------------------------------------------------------
|
|
# * For more information about the OpenAirInterface (OAI) Software Alliance:
|
|
# * contact@openairinterface.org
|
|
# */
|
|
#---------------------------------------------------------------------
|
|
#
|
|
# Dockerfile for the Open-Air-Interface BUILD service
|
|
# Valid for RHEL9
|
|
#
|
|
#---------------------------------------------------------------------
|
|
|
|
FROM ran-base:latest AS gnb-base
|
|
|
|
FROM ran-build:latest AS gnb-build
|
|
|
|
|
|
#start from scratch for target executable
|
|
FROM registry.redhat.io/ubi9/ubi:latest AS oai-gnb
|
|
ENV TZ=Europe/Paris
|
|
|
|
# Install EPEL for RHEL9
|
|
RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
|
|
|
|
RUN dnf update -y && \
|
|
dnf install -y \
|
|
procps-ng \
|
|
libXpm \
|
|
libX11 \
|
|
libusbx \
|
|
lksctp-tools \
|
|
tzdata \
|
|
gdb \
|
|
python3 \
|
|
python3-pip \
|
|
net-tools \
|
|
iputils \
|
|
yaml-cpp-devel && \
|
|
pip3 install six && \
|
|
pip3 install requests && \
|
|
echo "/usr/local/lib" > /etc/ld.so.conf.d/local-lib.conf && \
|
|
echo "/usr/local/lib64" >> /etc/ld.so.conf.d/local-lib.conf
|
|
|
|
WORKDIR /opt/oai-gnb/bin
|
|
COPY --from=gnb-build \
|
|
/oai-ran/cmake_targets/ran_build/build/nr-softmodem ./
|
|
COPY ./docker/scripts/gnb_entrypoint.sh ./entrypoint.sh
|
|
COPY ./docker/scripts/check-prach-io.sh ./check-prach-io.sh
|
|
|
|
COPY --from=gnb-build \
|
|
/oai-ran/cmake_targets/ran_build/build/liboai_eth_transpro.so \
|
|
/oai-ran/cmake_targets/ran_build/build/librfsimulator.so \
|
|
/oai-ran/cmake_targets/ran_build/build/liboai_usrpdevif.so \
|
|
/oai-ran/cmake_targets/ran_build/build/libcoding.so \
|
|
/oai-ran/cmake_targets/ran_build/build/libparams_libconfig.so \
|
|
/oai-ran/cmake_targets/ran_build/build/libdfts.so \
|
|
/oai-ran/cmake_targets/ran_build/build/libldpc*.so \
|
|
/oai-ran/cmake_targets/ran_build/build/libtelnetsrv.so \
|
|
/oai-ran/cmake_targets/ran_build/build/libtelnetsrv_ci.so \
|
|
/oai-ran/cmake_targets/ran_build/build/libparams_yaml.so \
|
|
/oai-ran/cmake_targets/ran_build/build/libvrtsim.so \
|
|
/usr/local/lib/
|
|
|
|
COPY --from=gnb-base \
|
|
/lib64/libconfig.so.11 \
|
|
/lib64/libforms.so.2 \
|
|
/lib64/libboost_chrono.so.1.75.0 \
|
|
/lib64/libboost_date_time.so.1.75.0 \
|
|
/lib64/libboost_filesystem.so.1.75.0 \
|
|
/lib64/libboost_program_options.so.1.75.0 \
|
|
/lib64/libboost_serialization.so.1.75.0 \
|
|
/lib64/libboost_thread.so.1.75.0 \
|
|
/lib64/libboost_system.so.1.75.0 \
|
|
/lib64/libboost_unit_test_framework.so.1.75.0 \
|
|
/lib64/libboost_atomic.so.1.75.0 \
|
|
/lib64/libboost_timer.so.1.75.0 \
|
|
/lib64/libboost_regex.so.1.75.0 \
|
|
/lib64/libicudata.so.67 \
|
|
/lib64/libicui18n.so.67 \
|
|
/lib64/libicuuc.so.67 \
|
|
/lib64/
|
|
|
|
# Now we are copying from builder-image the UHD files.
|
|
COPY --from=gnb-base /usr/local/bin/uhd_find_devices /usr/local/bin
|
|
COPY --from=gnb-base /usr/local/lib64/libuhd.so.4.8.0 /usr/local/lib64
|
|
COPY --from=gnb-base /usr/local/lib64/uhd/utils/uhd_images_downloader.py /opt/oai-gnb/bin
|
|
|
|
## Copy E2 SM models
|
|
COPY --from=gnb-build /usr/local/lib64/flexric /usr/local/lib64/flexric
|
|
|
|
WORKDIR /usr/local/share/uhd/rfnoc
|
|
COPY --from=gnb-base /usr/local/share/uhd/rfnoc/ .
|
|
|
|
RUN /bin/bash -c "ln -s /usr/local/lib/liboai_usrpdevif.so /usr/local/lib/liboai_device.so" && \
|
|
ldconfig && \
|
|
echo "---- ldd on executable nr-softmodem ----" && \
|
|
ldd /opt/oai-gnb/bin/nr-softmodem && \
|
|
echo "---- ldd on shared libraries ----" && \
|
|
ldd /usr/local/lib/liboai_eth_transpro.so \
|
|
/usr/local/lib/librfsimulator.so \
|
|
/usr/local/lib/liboai_usrpdevif.so \
|
|
/usr/local/lib/libcoding.so \
|
|
/usr/local/lib/libparams_libconfig.so \
|
|
/usr/local/lib/libdfts.so \
|
|
/usr/local/lib/libldpc*.so \
|
|
/usr/local/lib/libtelnetsrv.so \
|
|
/usr/local/lib/libtelnetsrv_ci.so \
|
|
/usr/local/lib64/libuhd.so.4.8.0
|
|
|
|
WORKDIR /opt/oai-gnb
|
|
#EXPOSE 2152/udp # S1U, GTP/UDP
|
|
#EXPOSE 22100/tcp # ?
|
|
#EXPOSE 36412/udp # S1C, SCTP/UDP
|
|
#EXPOSE 36422/udp # X2C, SCTP/UDP
|
|
#EXPOSE 50000/udp # IF5 / ORI (control)
|
|
#EXPOSE 50001/udp # IF5 / ECPRI (data)
|
|
|
|
COPY --from=gnb-base /usr/local/bin/yq /usr/local/bin/yq
|
|
COPY --from=gnb-base /tini /tini
|
|
ENTRYPOINT ["/tini", "-v", "--", "/opt/oai-gnb/bin/entrypoint.sh"]
|
|
CMD ["/opt/oai-gnb/bin/nr-softmodem"]
|