Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
spbro
OpenXG-RAN
Commits
1c58bc2e
Commit
1c58bc2e
authored
Aug 02, 2024
by
Jaroslava Fiedlerova
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/style-dockerfile-as-uppercase' into integration_2024_w31
parents
9a1381a9
f6dcc19f
Changes
33
Hide whitespace changes
Inline
Side-by-side
Showing
33 changed files
with
97 additions
and
43 deletions
+97
-43
ci-scripts/docker/Dockerfile.cppcheck.xenial
ci-scripts/docker/Dockerfile.cppcheck.xenial
+27
-0
ci-scripts/docker/Dockerfile.formatting.bionic
ci-scripts/docker/Dockerfile.formatting.bionic
+27
-0
ci-scripts/docker/Dockerfile.unittest.ubuntu22
ci-scripts/docker/Dockerfile.unittest.ubuntu22
+1
-1
docker/Dockerfile.build.fhi72.rhel9
docker/Dockerfile.build.fhi72.rhel9
+2
-2
docker/Dockerfile.build.fhi72.ubuntu22
docker/Dockerfile.build.fhi72.ubuntu22
+2
-2
docker/Dockerfile.build.rhel9
docker/Dockerfile.build.rhel9
+1
-1
docker/Dockerfile.build.rocky
docker/Dockerfile.build.rocky
+1
-1
docker/Dockerfile.build.ubuntu22
docker/Dockerfile.build.ubuntu22
+1
-1
docker/Dockerfile.build.ubuntu22.cross-arm64
docker/Dockerfile.build.ubuntu22.cross-arm64
+1
-1
docker/Dockerfile.eNB.rhel9
docker/Dockerfile.eNB.rhel9
+1
-1
docker/Dockerfile.eNB.rocky
docker/Dockerfile.eNB.rocky
+1
-1
docker/Dockerfile.eNB.ubuntu22
docker/Dockerfile.eNB.ubuntu22
+2
-2
docker/Dockerfile.gNB.aerial.ubuntu22
docker/Dockerfile.gNB.aerial.ubuntu22
+2
-2
docker/Dockerfile.gNB.aerial.ubuntu22.sanitize-address
docker/Dockerfile.gNB.aerial.ubuntu22.sanitize-address
+2
-2
docker/Dockerfile.gNB.aw2s.rhel9
docker/Dockerfile.gNB.aw2s.rhel9
+1
-1
docker/Dockerfile.gNB.aw2s.rocky
docker/Dockerfile.gNB.aw2s.rocky
+1
-1
docker/Dockerfile.gNB.fhi72.rhel9
docker/Dockerfile.gNB.fhi72.rhel9
+3
-3
docker/Dockerfile.gNB.fhi72.ubuntu22
docker/Dockerfile.gNB.fhi72.ubuntu22
+3
-3
docker/Dockerfile.gNB.rhel9
docker/Dockerfile.gNB.rhel9
+1
-1
docker/Dockerfile.gNB.rocky
docker/Dockerfile.gNB.rocky
+1
-1
docker/Dockerfile.gNB.ubuntu22
docker/Dockerfile.gNB.ubuntu22
+2
-2
docker/Dockerfile.lteRU.rhel9
docker/Dockerfile.lteRU.rhel9
+1
-1
docker/Dockerfile.lteRU.ubuntu22
docker/Dockerfile.lteRU.ubuntu22
+2
-2
docker/Dockerfile.lteUE.rhel9
docker/Dockerfile.lteUE.rhel9
+1
-1
docker/Dockerfile.lteUE.rocky
docker/Dockerfile.lteUE.rocky
+1
-1
docker/Dockerfile.lteUE.ubuntu22
docker/Dockerfile.lteUE.ubuntu22
+1
-1
docker/Dockerfile.nr-cuup.rhel9
docker/Dockerfile.nr-cuup.rhel9
+1
-1
docker/Dockerfile.nr-cuup.rocky
docker/Dockerfile.nr-cuup.rocky
+1
-1
docker/Dockerfile.nr-cuup.ubuntu22
docker/Dockerfile.nr-cuup.ubuntu22
+2
-2
docker/Dockerfile.nrUE.rhel9
docker/Dockerfile.nrUE.rhel9
+1
-1
docker/Dockerfile.nrUE.rocky
docker/Dockerfile.nrUE.rocky
+1
-1
docker/Dockerfile.nrUE.ubuntu22
docker/Dockerfile.nrUE.ubuntu22
+1
-1
docker/Dockerfile.phySim.rhel9
docker/Dockerfile.phySim.rhel9
+1
-1
No files found.
ci-scripts/docker/Dockerfile.cppcheck.xenial
View file @
1c58bc2e
#/*
# * 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 Ubuntu 22.04
#
#---------------------------------------------------------------------
FROM ubuntu:xenial AS oai-cppcheck
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
...
...
ci-scripts/docker/Dockerfile.formatting.bionic
View file @
1c58bc2e
#/*
# * 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 Ubuntu 22.04
#
#---------------------------------------------------------------------
FROM ubuntu:bionic AS oai-formatting-check
ARG MERGE_REQUEST
...
...
ci-scripts/docker/Dockerfile.unittest.ubuntu22
View file @
1c58bc2e
...
...
@@ -25,7 +25,7 @@
#
#---------------------------------------------------------------------
FROM ran-base:develop
as
ran-tests
FROM ran-base:develop
AS
ran-tests
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get upgrade --yes && \
...
...
docker/Dockerfile.build.fhi72.rhel9
View file @
1c58bc2e
...
...
@@ -25,7 +25,7 @@
#
#---------------------------------------------------------------------
FROM ran-base:latest
as
ran-base
FROM ran-base:latest
AS
ran-base
ENV TZ=Europe
RUN rm -Rf /oai-ran
...
...
@@ -48,7 +48,7 @@ RUN git clone https://gerrit.o-ran-sc.org/r/o-du/phy.git /opt/phy && \
cd /opt/phy/fhi_lib/lib && \
RTE_SDK=/oai-ran/dpdk-stable-20.11.9/ XRAN_DIR=/opt/phy/fhi_lib make XRAN_LIB_SO=1
FROM ran-base
as
ran-build-fhi72
FROM ran-base
AS
ran-build-fhi72
ARG E2AP_VERSION=E2AP_V3
ARG KPM_VERSION=KPM_V3_00
...
...
docker/Dockerfile.build.fhi72.ubuntu22
View file @
1c58bc2e
...
...
@@ -25,7 +25,7 @@
#
#---------------------------------------------------------------------
FROM ran-base:latest
as
ran-base
FROM ran-base:latest
AS
ran-base
ARG E2AP_VERSION=E2AP_V3
ARG KPM_VERSION=KPM_V3_00
...
...
@@ -61,7 +61,7 @@ RUN git clone https://gerrit.o-ran-sc.org/r/o-du/phy.git /opt/phy && \
cd /opt/phy/fhi_lib/lib && \
RTE_SDK=/oai-ran/dpdk-stable-20.11.9/ XRAN_DIR=/opt/phy/fhi_lib make XRAN_LIB_SO=1
FROM ran-base
as
ran-build-fhi72
FROM ran-base
AS
ran-build-fhi72
## Build and install OAI
#run build_oai to build the target image
RUN /bin/sh oaienv && \
...
...
docker/Dockerfile.build.rhel9
View file @
1c58bc2e
...
...
@@ -25,7 +25,7 @@
#
#---------------------------------------------------------------------
FROM ran-base:latest
as
ran-build
FROM ran-base:latest
AS
ran-build
RUN rm -Rf /oai-ran
WORKDIR /oai-ran
...
...
docker/Dockerfile.build.rocky
View file @
1c58bc2e
...
...
@@ -25,7 +25,7 @@
#
#---------------------------------------------------------------------
FROM ran-base:latest
as
ran-build
FROM ran-base:latest
AS
ran-build
RUN rm -Rf /oai-ran
WORKDIR /oai-ran
...
...
docker/Dockerfile.build.ubuntu22
View file @
1c58bc2e
...
...
@@ -25,7 +25,7 @@
#
#---------------------------------------------------------------------
FROM ran-base:latest
as
ran-build
FROM ran-base:latest
AS
ran-build
ARG BUILD_OPTION
RUN rm -Rf /oai-ran
...
...
docker/Dockerfile.build.ubuntu22.cross-arm64
View file @
1c58bc2e
...
...
@@ -25,7 +25,7 @@
#
#---------------------------------------------------------------------
FROM ran-base:latest
as
ran-build
FROM ran-base:latest
AS
ran-build
RUN rm -Rf /oai-ran
WORKDIR /oai-ran
...
...
docker/Dockerfile.eNB.rhel9
View file @
1c58bc2e
...
...
@@ -31,7 +31,7 @@ FROM ran-build:latest AS enb-build
#start from scratch for target executable
FROM registry.access.redhat.com/ubi9/ubi:latest
as
oai-enb
FROM registry.access.redhat.com/ubi9/ubi:latest
AS
oai-enb
ENV TZ=Europe/Paris
RUN dnf update -y && \
...
...
docker/Dockerfile.eNB.rocky
View file @
1c58bc2e
...
...
@@ -32,7 +32,7 @@ FROM ran-build:latest AS enb-build
#start from scratch for target executable
FROM $BASE_IMAGE
as
oai-enb
FROM $BASE_IMAGE
AS
oai-enb
ENV TZ=Europe/Paris
RUN dnf update -y && \
...
...
docker/Dockerfile.eNB.ubuntu22
View file @
1c58bc2e
...
...
@@ -25,13 +25,13 @@
#
#---------------------------------------------------------------------
FROM ran-base:latest
as
enb-base
FROM ran-base:latest
AS
enb-base
FROM ran-build:latest AS enb-build
#start from scratch for target executable
FROM ubuntu:jammy
as
oai-enb
FROM ubuntu:jammy
AS
oai-enb
ARG BUILD_OPTION
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Paris
...
...
docker/Dockerfile.gNB.aerial.ubuntu22
View file @
1c58bc2e
...
...
@@ -25,7 +25,7 @@
#
#---------------------------------------------------------------------
FROM ran-base:latest
as
ran-build
FROM ran-base:latest
AS
ran-build
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get upgrade --yes && \
...
...
@@ -58,7 +58,7 @@ RUN /bin/sh oaienv && \
#start from scratch for target executable
FROM ubuntu:jammy
as
oai-gnb-aerial
FROM ubuntu:jammy
AS
oai-gnb-aerial
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe
...
...
docker/Dockerfile.gNB.aerial.ubuntu22.sanitize-address
View file @
1c58bc2e
...
...
@@ -25,7 +25,7 @@
#
#---------------------------------------------------------------------
FROM ran-base:latest
as
ran-build
FROM ran-base:latest
AS
ran-build
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get upgrade --yes && \
...
...
@@ -58,7 +58,7 @@ RUN /bin/sh oaienv && \
#start from scratch for target executable
FROM ubuntu:jammy
as
oai-gnb-aerial
FROM ubuntu:jammy
AS
oai-gnb-aerial
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe
...
...
docker/Dockerfile.gNB.aw2s.rhel9
View file @
1c58bc2e
...
...
@@ -38,7 +38,7 @@ RUN /bin/sh oaienv && \
./build_oai -w AW2SORI -t Ethernet
#start from scratch for target executable
FROM registry.access.redhat.com/ubi9/ubi:latest
as
oai-gnb-aw2s
FROM registry.access.redhat.com/ubi9/ubi:latest
AS
oai-gnb-aw2s
ENV TZ=Europe/Paris
RUN dnf update -y && \
...
...
docker/Dockerfile.gNB.aw2s.rocky
View file @
1c58bc2e
...
...
@@ -39,7 +39,7 @@ RUN /bin/sh oaienv && \
./build_oai -w AW2SORI -t Ethernet
#start from scratch for target executable
FROM $BASE_IMAGE
as
oai-gnb-aw2s
FROM $BASE_IMAGE
AS
oai-gnb-aw2s
ENV TZ=Europe/Paris
RUN dnf update -y && \
...
...
docker/Dockerfile.gNB.fhi72.rhel9
View file @
1c58bc2e
...
...
@@ -25,12 +25,12 @@
#
#---------------------------------------------------------------------
FROM ran-base:latest
as
gnb-base
FROM ran-base:latest
AS
gnb-base
FROM ran-build-fhi72:latest
as
gnb-build
FROM ran-build-fhi72:latest
AS
gnb-build
#start from scratch for target executable
FROM registry.access.redhat.com/ubi9/ubi:latest
as
oai-gnb-fhi72
FROM registry.access.redhat.com/ubi9/ubi:latest
AS
oai-gnb-fhi72
ENV TZ=Europe/Paris
# Copy the entitlements
...
...
docker/Dockerfile.gNB.fhi72.ubuntu22
View file @
1c58bc2e
...
...
@@ -25,13 +25,13 @@
#
#---------------------------------------------------------------------
FROM ran-base:latest
as
gnb-base
FROM ran-base:latest
AS
gnb-base
FROM ran-build-fhi72:latest
as
gnb-build
FROM ran-build-fhi72:latest
AS
gnb-build
#start from scratch for target executable
FROM ubuntu:jammy
as
oai-gnb
FROM ubuntu:jammy
AS
oai-gnb
ARG BUILD_OPTION
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe
...
...
docker/Dockerfile.gNB.rhel9
View file @
1c58bc2e
...
...
@@ -31,7 +31,7 @@ FROM ran-build:latest AS gnb-build
#start from scratch for target executable
FROM registry.access.redhat.com/ubi9/ubi:latest
as
oai-gnb
FROM registry.access.redhat.com/ubi9/ubi:latest
AS
oai-gnb
ENV TZ=Europe/Paris
RUN dnf update -y && \
...
...
docker/Dockerfile.gNB.rocky
View file @
1c58bc2e
...
...
@@ -32,7 +32,7 @@ FROM ran-build:latest AS gnb-build
#start from scratch for target executable
FROM $BASE_IMAGE
as
oai-gnb
FROM $BASE_IMAGE
AS
oai-gnb
ENV TZ=Europe/Paris
RUN dnf update -y && \
...
...
docker/Dockerfile.gNB.ubuntu22
View file @
1c58bc2e
...
...
@@ -25,13 +25,13 @@
#
#---------------------------------------------------------------------
FROM ran-base:latest
as
gnb-base
FROM ran-base:latest
AS
gnb-base
FROM ran-build:latest AS gnb-build
#start from scratch for target executable
FROM ubuntu:jammy
as
oai-gnb
FROM ubuntu:jammy
AS
oai-gnb
ARG BUILD_OPTION
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Paris
...
...
docker/Dockerfile.lteRU.rhel9
View file @
1c58bc2e
...
...
@@ -31,7 +31,7 @@ FROM ran-build:latest AS ru-build
#start from scratch for target executable
FROM registry.access.redhat.com/ubi9/ubi:latest
as
oai-lte-ru
FROM registry.access.redhat.com/ubi9/ubi:latest
AS
oai-lte-ru
ENV TZ=Europe/Paris
RUN dnf update -y && \
...
...
docker/Dockerfile.lteRU.ubuntu22
View file @
1c58bc2e
...
...
@@ -25,13 +25,13 @@
#
#---------------------------------------------------------------------
FROM ran-base:latest
as
ru-base
FROM ran-base:latest
AS
ru-base
FROM ran-build:latest AS ru-build
#start from scratch for target executable
FROM ubuntu:jammy
as
oai-lte-ru
FROM ubuntu:jammy
AS
oai-lte-ru
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Paris
...
...
docker/Dockerfile.lteUE.rhel9
View file @
1c58bc2e
...
...
@@ -31,7 +31,7 @@ FROM ran-build:latest AS lte-ue-build
#start from scratch for target executable
FROM registry.access.redhat.com/ubi9/ubi:latest
as
oai-lte-ue
FROM registry.access.redhat.com/ubi9/ubi:latest
AS
oai-lte-ue
ENV TZ=Europe/Paris
RUN dnf update -y && \
...
...
docker/Dockerfile.lteUE.rocky
View file @
1c58bc2e
...
...
@@ -32,7 +32,7 @@ FROM ran-build:latest AS lte-ue-build
#start from scratch for target executable
FROM $BASE_IMAGE
as
oai-lte-ue
FROM $BASE_IMAGE
AS
oai-lte-ue
ENV TZ=Europe/Paris
RUN dnf update -y && \
...
...
docker/Dockerfile.lteUE.ubuntu22
View file @
1c58bc2e
...
...
@@ -31,7 +31,7 @@ FROM ran-build:latest AS lte-ue-build
#start from scratch for target executable
FROM ubuntu:jammy
as
oai-lte-ue
FROM ubuntu:jammy
AS
oai-lte-ue
ARG BUILD_OPTION
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Paris
...
...
docker/Dockerfile.nr-cuup.rhel9
View file @
1c58bc2e
...
...
@@ -32,7 +32,7 @@ FROM ran-build:latest AS gnb-build
RUN cp /oai-ran/docker/scripts/gnb_entrypoint.sh /oai-ran/docker/scripts/entrypoint.sh
#start from scratch for target executable
FROM registry.access.redhat.com/ubi9/ubi:latest
as
oai-nr-cuup
FROM registry.access.redhat.com/ubi9/ubi:latest
AS
oai-nr-cuup
ENV TZ=Europe/Paris
RUN yum repolist --disablerepo=* && \
...
...
docker/Dockerfile.nr-cuup.rocky
View file @
1c58bc2e
...
...
@@ -33,7 +33,7 @@ FROM ran-build:latest AS gnb-build
RUN cp /oai-ran/docker/scripts/gnb_entrypoint.sh /oai-ran/docker/scripts/entrypoint.sh
#start from scratch for target executable
FROM $BASE_IMAGE
as
oai-nr-cuup
FROM $BASE_IMAGE
AS
oai-nr-cuup
ENV TZ=Europe/Paris
RUN yum repolist --disablerepo=* && \
...
...
docker/Dockerfile.nr-cuup.ubuntu22
View file @
1c58bc2e
...
...
@@ -25,12 +25,12 @@
#
#---------------------------------------------------------------------
FROM ran-base:latest
as
gnb-base
FROM ran-base:latest
AS
gnb-base
FROM ran-build:latest AS gnb-build
FROM ubuntu:jammy
as
oai-nr-cuup
FROM ubuntu:jammy
AS
oai-nr-cuup
ARG BUILD_OPTION
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe
...
...
docker/Dockerfile.nrUE.rhel9
View file @
1c58bc2e
...
...
@@ -31,7 +31,7 @@ FROM ran-build:latest AS nr-ue-build
#start from scratch for target executable
FROM registry.access.redhat.com/ubi9/ubi:latest
as
oai-nr-ue
FROM registry.access.redhat.com/ubi9/ubi:latest
AS
oai-nr-ue
ENV TZ=Europe/Paris
RUN dnf update -y && \
...
...
docker/Dockerfile.nrUE.rocky
View file @
1c58bc2e
...
...
@@ -32,7 +32,7 @@ FROM ran-build:latest AS nr-ue-build
#start from scratch for target executable
FROM $BASE_IMAGE
as
oai-nr-ue
FROM $BASE_IMAGE
AS
oai-nr-ue
ENV TZ=Europe/Paris
RUN dnf update -y && \
...
...
docker/Dockerfile.nrUE.ubuntu22
View file @
1c58bc2e
...
...
@@ -31,7 +31,7 @@ FROM ran-build:latest AS nr-ue-build
#start from scratch for target executable
FROM ubuntu:jammy
as
oai-nr-ue
FROM ubuntu:jammy
AS
oai-nr-ue
ARG BUILD_OPTION
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Paris
...
...
docker/Dockerfile.phySim.rhel9
View file @
1c58bc2e
...
...
@@ -41,7 +41,7 @@ RUN /bin/sh oaienv && \
./build_oai --phy_simulators --ninja --sanitize --noavx512 -c --cmake-opt -DCMAKE_C_FLAGS=-Werror --cmake-opt -DCMAKE_CXX_FLAGS=-Werror
#start from scratch for target executable
FROM registry.access.redhat.com/ubi9/ubi:latest
as
oai-physim
FROM registry.access.redhat.com/ubi9/ubi:latest
AS
oai-physim
RUN dnf update -y && \
dnf install -y \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment