Update Dockerfile and Docker README for SR3
authorDaniel Farrell <dfarrell@redhat.com>
Mon, 23 Mar 2015 22:51:18 +0000 (18:51 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Mon, 23 Mar 2015 22:51:18 +0000 (18:51 -0400)
Change-Id: Iee7e93208af16f96a6a8010338697cccf95b9b04
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
packaging/docker/Dockerfile
packaging/docker/README.md

index 1760c94ffc93151efd8b11f9a4be94fcf8da35a0..bda127403a2ee01a0e2eff0534d4d52f3fc9d399 100644 (file)
@@ -11,9 +11,9 @@ RUN apt-get update && apt-get install -y openjdk-7-jre-headless wget
 WORKDIR /opt
 RUN mkdir opendaylight
 # Doing all of these in one step reduces the resulting image size by 229MB
-RUN wget -q "http://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.2.2-Helium-SR2/distribution-karaf-0.2.2-Helium-SR2.tar.gz" && \
-    tar -xf distribution-karaf-0.2.2-Helium-SR2.tar.gz -C opendaylight --strip-components=1 && \
-    rm -rf distribution-karaf-0.2.2-Helium-SR2.tar.gz
+RUN wget -q "https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.2.3-Helium-SR3/distribution-karaf-0.2.3-Helium-SR3.tar.gz" && \
+    tar -xf distribution-karaf-0.2.3-Helium-SR3.tar.gz -C opendaylight --strip-components=1 && \
+    rm -rf distribution-karaf-0.2.3-Helium-SR3.tar.gz
 
 # TODO: Verify that these are all of the ODL Helium ports and no extra
 # Ports
index 8b42bd24ed065a4c4a572078d13ec8f111773294..3f56558acc945a760c1b4a46adeb67a1e64f3bd1 100644 (file)
@@ -1,5 +1,5 @@
 ### OpenDaylight Docker Images
-The `Dockerfile` in this directory can be used to construct a Docker image for the OpenDaylight SDN controller. The current OpenDaylight version is [Helium](http://www.opendaylight.org/software/downloads/helium). Note that Helium uses Karaf to install features, and that the Docker image doesn't install any features by default. You'll need to choose which features to install based on your use-case.
+The `Dockerfile` in this directory can be used to construct a Docker image for the OpenDaylight SDN controller. The current OpenDaylight version is [Helium SR3](http://www.opendaylight.org/software/downloads/helium-sr3). Note that Helium uses Karaf to install features, and that the Docker image doesn't install any features by default. You'll need to choose which features to install based on your use-case.
 
 ### OpenDaylight on DockerHub
 A pre-built OpenDaylight Helium image is available on DockerHub. You can find it with `docker search opendaylight`: