Upgrade Dockerfile base build image 94/2494/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 12 Feb 2020 22:30:11 +0000 (17:30 -0500)
committerLott, Christopher (cl778h) <cl778h@att.com>
Wed, 12 Feb 2020 22:30:54 +0000 (17:30 -0500)
Use bldr-ubuntu18-c-go:4-u18.04-nng

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I468a2e23ee5e09eb75f8891d457c525d81a44233

.gitreview [new file with mode: 0644]
ci/Dockerfile

diff --git a/.gitreview b/.gitreview
new file mode 100644 (file)
index 0000000..858cbce
--- /dev/null
@@ -0,0 +1,6 @@
+[gerrit]
+host=gerrit.o-ran-sc.org
+port=29418
+project=ric-plt/xapp-frame
+defaultbranch=master
+defaultremote=origin
index 73ec7cd..f2fc04e 100755 (executable)
@@ -17,7 +17,7 @@
 #
 #----------------------------------------------------------
 
-FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:3-u18.04-nng as xapp-base
+FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:4-u18.04-nng as xapp-base
 
 RUN apt-get update -y \
     &&apt-get install -y \