X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=wfenginemgrservice%2Fsrc%2Fmain%2Fdocker%2Fwfenginemgrservice-docker-build_image.sh;h=52595dacad2de76c0a524ffcf162de345be2bb9e;hb=f55132f49d1dbe3bd24924a7edbcbd6ba6e16704;hp=f5af82cb9039f3f09369d71d4122e1fea5a18f79;hpb=3cdda39ed8b4f10b9e0fcb9900acf09d426ccffc;p=vfc%2Fnfvo%2Fwfengine.git diff --git a/wfenginemgrservice/src/main/docker/wfenginemgrservice-docker-build_image.sh b/wfenginemgrservice/src/main/docker/wfenginemgrservice-docker-build_image.sh index f5af82c..52595da 100644 --- a/wfenginemgrservice/src/main/docker/wfenginemgrservice-docker-build_image.sh +++ b/wfenginemgrservice/src/main/docker/wfenginemgrservice-docker-build_image.sh @@ -1,67 +1,67 @@ -#!/bin/bash - -DIRNAME=`dirname $0` -DOCKER_BUILD_DIR=`cd $DIRNAME/; pwd` -echo "DOCKER_BUILD_DIR=${DOCKER_BUILD_DIR}" -cd ${DOCKER_BUILD_DIR} - -BUILD_ARGS="--no-cache" -ORG="onap" -# VERSION="1.0.0" -VERSION="1.0.0-SNAPSHOT" -PROJECT="vfc" -IMAGE="wfengine-mgrservice" -DOCKER_REPOSITORY="nexus3.onap.org:10003" -IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/${IMAGE}" - -POM_DIR="../../../" -cd ${POM_DIR} -# VERSION=$(printf 'VER\t${project.version}'|mvn help:evaluate|grep '^VER'|cut -f2|echo) -# VERSION=$(printf 'VER\t${project.version}'|mvn help:evaluate) -echo "VERSION=${VERSION}" - -cd ${DOCKER_BUILD_DIR} -if [[ $VERSION != *-SNAPSHOT ]]; then - NEXUSREPONAME="releases" -else - NEXUSREPONAME="snapshots" -fi -echo "NEXUSREPONAME=${NEXUSREPONAME}" - -if [ $HTTP_PROXY ]; then - BUILD_ARGS+=" --build-arg HTTP_PROXY=${HTTP_PROXY}" - CURLPROXY="-x ${HTTP_PROXY}" -fi -if [ $http_proxy ]; then - BUILD_ARGS+=" --build-arg HTTP_PROXY=${http_proxy}" - CURLPROXY="-x ${http_proxy}" -fi -if [ $HTTPS_PROXY ]; then - BUILD_ARGS+=" --build-arg HTTPS_PROXY=${HTTPS_PROXY}" - CURLPROXY="-x ${HTTS_PROXY}" -fi -if [ $https_proxy ]; then - BUILD_ARGS+=" --build-arg HTTPS_PROXY=${https_proxy}" - CURLPROXY="-x ${https_proxy}" -fi -echo "CURLPROXY=${CURLPROXY}" - -rm -f ./bin/workflow-engine-mgr-service*.jar -echo "${CURLPROXY}" -m 300 -O -J -L "https://nexus.onap.org/service/local/artifact/maven/content?r=${NEXUSREPONAME}&g=org.onap.vfc.nfvo.wfengine&a=workflow-engine-mgr-service&e=jar&v=${VERSION}" LATEST -#curl "${CURLPROXY}" -m 300 -O -J -L "https://nexus.onap.org/service/local/artifact/maven/content?r=${NEXUSREPONAME}&g=org.onap.vfc.nfvo.wfengine&a=workflow-engine-mgr-service&e=jar&v=${VERSION}" -wget -O workflow-engine-mgr-service.jar "https://nexus.onap.org/service/local/artifact/maven/content?r=${NEXUSREPONAME}&g=org.onap.vfc.nfvo.wfengine&a=workflow-engine-mgr-service&e=jar&v=${VERSION}" -mv workflow-engine-mgr-service*.jar ./bin/workflow-engine-mgr-service.jar - -function build_image { - echo "Start build docker image: ${IMAGE_NAME}" - docker build ${BUILD_ARGS} -t ${IMAGE_NAME}:${VERSION} -t ${IMAGE_NAME}:latest . -} - -function push_image { - echo "Start push docker image: ${IMAGE_NAME}" - docker push ${IMAGE_NAME}:${VERSION} - docker push ${IMAGE_NAME}:latest -} - -build_image -push_image +#!/bin/bash + +DIRNAME=`dirname $0` +DOCKER_BUILD_DIR=`cd $DIRNAME/; pwd` +echo "DOCKER_BUILD_DIR=${DOCKER_BUILD_DIR}" +cd ${DOCKER_BUILD_DIR} + +BUILD_ARGS="--no-cache" +ORG="onap" +# VERSION="1.0.0" +VERSION="1.0.0-SNAPSHOT" +PROJECT="vfc" +IMAGE="wfengine-mgrservice" +DOCKER_REPOSITORY="nexus3.onap.org:10003" +IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/${IMAGE}" + +POM_DIR="../../../" +cd ${POM_DIR} +VERSION=$(printf 'VER\t${project.version}'|mvn help:evaluate|grep '^VER'|cut -f2|echo) +# VERSION=$(printf 'VER\t${project.version}'|mvn help:evaluate) +echo "VERSION=${VERSION}" + +cd ${DOCKER_BUILD_DIR} +if [[ $VERSION != *-SNAPSHOT ]]; then + NEXUSREPONAME="releases" +else + NEXUSREPONAME="snapshots" +fi +echo "NEXUSREPONAME=${NEXUSREPONAME}" + +if [ $HTTP_PROXY ]; then + BUILD_ARGS+=" --build-arg HTTP_PROXY=${HTTP_PROXY}" + CURLPROXY="-x ${HTTP_PROXY}" +fi +if [ $http_proxy ]; then + BUILD_ARGS+=" --build-arg HTTP_PROXY=${http_proxy}" + CURLPROXY="-x ${http_proxy}" +fi +if [ $HTTPS_PROXY ]; then + BUILD_ARGS+=" --build-arg HTTPS_PROXY=${HTTPS_PROXY}" + CURLPROXY="-x ${HTTS_PROXY}" +fi +if [ $https_proxy ]; then + BUILD_ARGS+=" --build-arg HTTPS_PROXY=${https_proxy}" + CURLPROXY="-x ${https_proxy}" +fi +echo "CURLPROXY=${CURLPROXY}" + +rm -f ./bin/workflow-engine-mgr-service*.jar +echo "${CURLPROXY}" -m 300 -O -J -L "https://nexus.onap.org/service/local/artifact/maven/content?r=${NEXUSREPONAME}&g=org.onap.vfc.nfvo.wfengine&a=workflow-engine-mgr-service&e=jar&v=${VERSION}" LATEST +#curl "${CURLPROXY}" -m 300 -O -J -L "https://nexus.onap.org/service/local/artifact/maven/content?r=${NEXUSREPONAME}&g=org.onap.vfc.nfvo.wfengine&a=workflow-engine-mgr-service&e=jar&v=${VERSION}" +wget -O workflow-engine-mgr-service.jar "https://nexus.onap.org/service/local/artifact/maven/content?r=${NEXUSREPONAME}&g=org.onap.vfc.nfvo.wfengine&a=workflow-engine-mgr-service&e=jar&v=${VERSION}" +mv workflow-engine-mgr-service*.jar ./bin/workflow-engine-mgr-service.jar + +function build_image { + echo "Start build docker image: ${IMAGE_NAME}" + docker build ${BUILD_ARGS} -t ${IMAGE_NAME}:${VERSION} -t ${IMAGE_NAME}:latest . +} + +function push_image { + echo "Start push docker image: ${IMAGE_NAME}" + docker push ${IMAGE_NAME}:${VERSION} + docker push ${IMAGE_NAME}:latest +} + +build_image +push_image