...
Code Block | ||
---|---|---|
| ||
$ cd oran/a1-policy-management/
$ mvn clean install -Dmaven.test.skip=true
$ docker images |
If the build is successful an image with following name and tag shall be built, use the command 'docker images' to view newly built the image in the local docker registry.
Code Block | ||||
---|---|---|---|---|
| ||||
$ docker images
onap/ccsdk-oran-a1policymanagementservice 1.0.2-SNAPSHOT
|
...