Maven will output the images if you simply set the docker flags properly. When testing locally on my machine and pushing to my local repo I use the following maven command.
mvn clean install -DskipTests -Ddocker.skip=false -Ddocker.skip.build=false -Ddocker.skip.push=true Also if you pull the heat config from so-config, there is a docker-compose that will spin all the services needed to interact with SO locally. Thanks -Steve From: <[email protected]> on behalf of Sunil Kumar <[email protected]> Reply-To: "[email protected]" <[email protected]>, "[email protected]" <[email protected]> Date: Tuesday, November 20, 2018 at 6:48 AM To: "[email protected]" <[email protected]> Cc: "[email protected]" <[email protected]> Subject: Re: [onap-discuss][SO]Build Casablanca SO code locally and test it. my local code and use the same for creating the docker image. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13890): https://lists.onap.org/g/onap-discuss/message/13890 Mute This Topic: https://lists.onap.org/mt/28265096/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
