2 Commits

Author SHA1 Message Date
aebarreiro
fea5d4815e Updating version free5gc [3.1.1 -> 4.1.0] 2025-09-21 00:01:57 +00:00
Juan Pontón Rodríguez
005522f01b fix oai (#398) 2025-09-15 13:16:09 +02:00
3 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
IMAGE_TAG=3.1.1
IMAGE_TAG=4.1.0
#comma separated list of platforms. If empty, image will not be multiarch.
PLATFORMS=linux/amd64,linux/arm64

View File

@@ -99,12 +99,16 @@ RUN apt-get update && \
COPY --from=build \
/oai-ran/cmake_targets/ran_build/build/*softmodem \
/oai-ran/cmake_targets/ran_build/build/oairu \
/oai-ran/cmake_targets/nas_sim_tools/build/conf2uedata \
/oai-ran/cmake_targets/nas_sim_tools/build/nvram \
/oai-ran/cmake_targets/nas_sim_tools/build/usim \
/oai-ran/cmake_targets/ran_build/build/nr-cuup \
/opt/oai/bin/
COPY --from=build /oai-ran/cmake_targets/ /tmp/all_targets/
RUN cd /tmp/all_targets && \
find . -name "oairu" -type f -exec cp {} /opt/oai/bin/ \; 2>/dev/null || true && \
find . -name "nr-cuup" -type f -exec cp {} /opt/oai/bin/ \; 2>/dev/null || true && \
find . -name "conf2uedata" -type f -exec cp {} /opt/oai/bin/ \; 2>/dev/null || true && \
find . -name "nvram" -type f -exec cp {} /opt/oai/bin/ \; 2>/dev/null || true && \
find . -name "usim" -type f -exec cp {} /opt/oai/bin/ \; 2>/dev/null || true && \
rm -rf /tmp/all_targets
COPY --from=build /oai-ran/docker/scripts/*.sh /
COPY --from=build /oai-ran/cmake_targets/ran_build/build/*.so /usr/local/lib/
@@ -133,6 +137,7 @@ WORKDIR /opt/oai
#This is a patch to support IP extraction from interface names and host names
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

View File

@@ -1,3 +1,3 @@
IMAGE_TAG=2025.w30
IMAGE_TAG=2025.w36
#comma separated list of platforms. If empty, image will not be multiarch.
PLATFORMS=