From 46266658f4b9e8d15bc0e96ee426b7b6a6b04ee4 Mon Sep 17 00:00:00 2001 From: Balaji Shankaran Date: Fri, 15 Nov 2019 11:36:22 +0530 Subject: [PATCH] Configuring lf jenkins Change-Id: I0489e7f9bac7fc0325e82e424b46cc090ff57f3d Signed-off-by: Balaji Shankaran --- Dockerfile | 8 ++++++++ container-tag.yaml | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 Dockerfile create mode 100644 container-tag.yaml diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 000000000..c41d6ec7f --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:2-u16.04-nng as ubuntu + +WORKDIR . + +RUN cd ./build/odu +RUN make clean_all odu cu_stub MACHINE=BIT64 MODE=FDD +#RUN make cu_stub MACHINE=BIT64 MODE=FDD + diff --git a/container-tag.yaml b/container-tag.yaml new file mode 100644 index 000000000..1c479024f --- /dev/null +++ b/container-tag.yaml @@ -0,0 +1,4 @@ +# The Jenkins job requires a tag to build the Docker image. +# Global-JJB script assumes this file is in the repo root. +--- +tag: 1.0.1 -- 2.16.6