Base image change 17/6217/1
authorczichy <thoralf.czichy@nokia.com>
Thu, 3 Jun 2021 11:07:14 +0000 (14:07 +0300)
committerczichy <thoralf.czichy@nokia.com>
Thu, 3 Jun 2021 11:07:14 +0000 (14:07 +0300)
The Dockerfile now points to the ubuntu image in the
release repo

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I2713ee1c576bd8cb14910a7e4c21666f64fcfa97

ci/Dockerfile

index 01bad27..848ce9e 100755 (executable)
@@ -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