3 Commits

Author SHA1 Message Date
aebarreiro
329bb99285 Updating version oai [2025.w39 -> 2025.w44] 2025-11-02 00:01:55 +00:00
gradiant-bot
5ac89280b5 Updating version oai [2025.w36 -> 2025.w39] (#399)
Co-authored-by: aebarreiro <aebarreiro@users.noreply.github.com>
2025-09-29 08:38:10 +02:00
Juan Pontón Rodríguez
005522f01b fix oai (#398) 2025-09-15 13:16:09 +02:00
2 changed files with 11 additions and 6 deletions

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.w44
#comma separated list of platforms. If empty, image will not be multiarch.
PLATFORMS=