summaryrefslogtreecommitdiffstats
path: root/vesagent/docker
AgeCommit message (Collapse)AuthorFilesLines
2019-04-09Use alpine for MultiCloud VIO vesagentEthan Lynn2-17/+8
This patch change VIO vesagent to use python:2-alpine as docker base image. Change-Id: I2ff6ce2cbc82de51a55dd020f43e478a54d9d6b1 Issue-ID: MULTICLOUD-537 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2019-02-12Fix vio vesagent docker versionEthan Lynn1-1/+1
This patch fix vio vesagent docker image build. Change-Id: I815bcbecc116854a158854a3c105087563626ea7 Issue-ID: MULTICLOUD-482 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-01-16Update license for VIO pluginEthan Lynn2-0/+28
Update license Change-Id: I97cf6e844c5f942ff2a91c7d26a118d0a41fec71 Issue-ID: MULTICLOUD-141 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-10-31VMWare VESAgent changes for Staging imageArun Arora3-11/+11
1. Added rules to create and push staging image 2. Modified JAR file name to remove SNAPSHOT 3. Modified start-manager.sh to use new JAR file name 4. Optimizations in docker build script Change-Id: I154f8a6a5d2b42f914b09c8f7a09190596483fca Issue-ID: MULTICLOUD-8 Signed-off-by: Arun Arora <aroraarun@vmware.com>
2017-10-24VMware vesagent docker build fixesArun Arora1-0/+1
Added fix to change current directory to docker directory for resolution of relative paths of required files and sub-directories Change-Id: I2f301aea42bf826a3ffb33eb08f312e8deab5aea Issue-ID: MULTICLOUD-8 Signed-off-by: Arun Arora <aroraarun@vmware.com>
2017-10-23VMWare vesagent docker build job fixArun Arora2-17/+4
Fixes for docker daily build jenkins job failure Modified the code to download the vesagent JAR from nexus repo instead of building the code and copy from the target directory Change-Id: Ia6b303e7a39bc4bbef40d4caaca4dab401927d42 Issue-ID: MULTICLOUD-8 Signed-off-by: Arun Arora <aroraarun@vmware.com>
2017-10-16VMWare vesagent for FCAPSArun Arora4-0/+130
Fix python verify job fail issue Change-Id: If4b7f82fe7175a4d018cd5c5232217e98824c0bd Issue-ID: MULTICLOUD-8 Signed-off-by: Arun Arora <aroraarun@vmware.com>