From: czichy Date: Thu, 3 Jun 2021 11:07:14 +0000 (+0300) Subject: Base image change X-Git-Tag: 1.2.0~6 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=15af909e2e6ed203924a5d9f7fc8cc75e9754790;p=ric-plt%2Fnodeb-rnib.git Base image change The Dockerfile now points to the ubuntu image in the release repo Signed-off-by: czichy Change-Id: I2713ee1c576bd8cb14910a7e4c21666f64fcfa97 --- 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