Correcting Dockerfile 96/1096/1
authorBalint Uveges <balint.uveges@nokia.com>
Wed, 9 Oct 2019 08:54:53 +0000 (08:54 +0000)
committerBalint Uveges <balint.uveges@nokia.com>
Wed, 9 Oct 2019 08:55:01 +0000 (08:55 +0000)
Missing COPY of main binary restored

Change-Id: I823f001ce5a062962d91315c3c95d4e6159a0d4f
Signed-off-by: Balint Uveges <balint.uveges@nokia.com>
Dockerfile
RELNOTES
container-tag.yaml

index 4676ec2..942ccc2 100644 (file)
@@ -86,6 +86,7 @@ FROM ubuntu:18.04
 RUN apt update && apt install -y iputils-ping net-tools curl tcpdump
 
 COPY run_submgr.sh /
+COPY --from=submgrbuild /opt/bin/submgr /
 COPY --from=submgrbuild /usr/local/include /usr/local/include
 COPY --from=submgrbuild /usr/local/lib /usr/local/lib
 RUN ldconfig
index 2798b64..10a0154 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,6 @@
+### v0.10.5
+* Dockerfile correction, main binary not copied
+
 ### v0.10.4
 * Configmap usage introduced for K8s based deployments
 
index b37bae2..5ed3697 100644 (file)
@@ -2,4 +2,4 @@
 # By default this file is in the docker build directory,
 # but the location can configured in the JJB template.
 ---
-tag: 0.10.4
+tag: 0.10.5