From: Mohamed Abukar Date: Wed, 9 Dec 2020 19:09:51 +0000 (+0200) Subject: Release v0.7.1 X-Git-Tag: 0.7.4~6 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=d2c00f3d80bee5bad69fe21f59aa68a7c16704e4;p=ric-plt%2Fvespamgr.git Release v0.7.1 Change-Id: I21ed1dd18d6a35a07a032fd60c5c993645cdc2b2 Signed-off-by: Mohamed Abukar --- diff --git a/Dockerfile b/Dockerfile index c741132..f91f7ed 100755 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ # platform project (RICP). # -FROM golang:1.12 as gobuild-vespamgr +FROM golang:1.12 as gobuild # Install utilities RUN apt update && apt install -y iputils-ping net-tools curl sudo @@ -50,11 +50,11 @@ FROM ubuntu:18.04 RUN mkdir -p /etc/ves-agent -COPY --from=gobuild-vespamgr /usr/local/lib /usr/local/lib -COPY --from=gobuild-vespamgr /root/go/bin /root/go/bin -COPY --from=gobuild-vespamgr /root/go/bin/vespamgr /usr/local/bin/vesmgr -COPY --from=gobuild-vespamgr /root/go/bin/vespamgr /vespamgr -COPY --from=gobuild-vespamgr /go/src/vespamgr/config/* /cfg/ +COPY --from=gobuild /usr/local/lib /usr/local/lib +COPY --from=gobuild /root/go/bin /root/go/bin +COPY --from=gobuild /root/go/bin/vespamgr /usr/local/bin/vesmgr +COPY --from=gobuild /root/go/bin/vespamgr /vespamgr +COPY --from=gobuild /go/src/vespamgr/config/* /cfg/ RUN ldconfig diff --git a/container-tag.yaml b/container-tag.yaml index 2576d0b..fbc0334 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -1,4 +1,4 @@ # The Jenkins job uses this string for the tag in the image name # for example nexus3.o-ran-sc.org:10004/my-image-name:0.0.1 --- -tag: 0.7.1 +tag: 0.7.2