Move to Ubuntu 18 image 09/2909/1
authorss412g <shuky.har-noy@intl.att.com>
Sun, 22 Mar 2020 19:04:31 +0000 (21:04 +0200)
committerss412g <shuky.har-noy@intl.att.com>
Sun, 22 Mar 2020 19:04:39 +0000 (21:04 +0200)
Change-Id: I8649b96a34ccc70005d9ac2daf4de1ff94ec1c8a
Signed-off-by: ss412g <shuky.har-noy@intl.att.com>
E2Manager/Dockerfile
E2Manager/build-e2mgr-ubuntu.sh

index 1352405..4d4bb0b 100755 (executable)
@@ -20,7 +20,7 @@
 #   platform project (RICP).
 #
 
-FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:3-u16.04-nng as ubuntu
+FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:5-u18.04-nng as ubuntu
 
 WORKDIR /opt/E2Manager
 COPY . .
@@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y sudo
 RUN bash build-e2mgr-ubuntu.sh
 
 # Build deployable container
-FROM ubuntu:16.04
+FROM ubuntu:18.04
 
 RUN apt-get update && apt-get install -y \
   net-tools \
index e623ab8..0082585 100755 (executable)
@@ -51,6 +51,7 @@ export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
 go get -v github.com/ory/go-acc
 
 cd 3rdparty/asn1codec \
+    && make clobber \
     && make \
     && cd ../..