From e51ccfcb4aace7c04c20f2fd3ae3d7f42e326a69 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Thu, 19 Oct 2017 13:32:18 -0400 Subject: [PATCH] Use latest ODL RPM in example CentOS Dockerfile Change-Id: I8bb0661965c90eabb03014c9c0db30f24035e0c3 Signed-off-by: Daniel Farrell --- docker/centos/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/centos/Dockerfile b/docker/centos/Dockerfile index d1a236f..c4c116d 100755 --- a/docker/centos/Dockerfile +++ b/docker/centos/Dockerfile @@ -2,13 +2,13 @@ FROM centos:7 # Schema: https://github.com/projectatomic/ContainerApplicationGenericLabels LABEL name="Int/Pack CentOS Dockerfile" \ - version="5.2" \ + version="7.0" \ vendor="OpenDaylight" \ summary="OpenDaylight Integration/Packaging example CentOS Dockerfile" \ vcs-url="https://git.opendaylight.org/gerrit/p/integration/packaging.git" # Install OpenDaylight -RUN yum install -y http://cbs.centos.org/repos/nfv7-opendaylight-52-release/x86_64/os/Packages/opendaylight-5.2.0-1.el7.noarch.rpm && yum clean all +RUN yum install -y http://cbs.centos.org/repos/nfv7-opendaylight-70-release/x86_64/os/Packages/opendaylight-7.0.0-1.el7.noarch.rpm && yum clean all # Ports # 8101 - Karaf SSH -- 2.36.6