From 15af909e2e6ed203924a5d9f7fc8cc75e9754790 Mon Sep 17 00:00:00 2001 From: czichy Date: Thu, 3 Jun 2021 14:07:14 +0300 Subject: [PATCH] Base image change The Dockerfile now points to the ubuntu image in the release repo Signed-off-by: czichy Change-Id: I2713ee1c576bd8cb14910a7e4c21666f64fcfa97 --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 01bad27..848ce9e 100755 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 as ubuntu +FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as ubuntu RUN apt-get update && apt-get -q -y install cmake ksh alien ADD . /tmp WORKDIR /tmp -- 2.16.6