From: Balint Uveges Date: Wed, 9 Oct 2019 08:54:53 +0000 (+0000) Subject: Correcting Dockerfile X-Git-Tag: 0.10.7~6 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Fsubmgr.git;a=commitdiff_plain;h=534c88222636f2197d8d7811b3ea0ef58909636a Correcting Dockerfile Missing COPY of main binary restored Change-Id: I823f001ce5a062962d91315c3c95d4e6159a0d4f Signed-off-by: Balint Uveges --- diff --git a/Dockerfile b/Dockerfile index 4676ec2..942ccc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/RELNOTES b/RELNOTES index 2798b64..10a0154 100644 --- 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 diff --git a/container-tag.yaml b/container-tag.yaml index b37bae2..5ed3697 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -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