/
How to Build AAI Docker Images
How to Build AAI Docker Images
For the following AAI microservices: resources, traversal, graphadmin, cacher, and schema-service, all of the images can be built via this:
mvn -Pdocker clean install -DskipTests -Dcheckstyle.skip=true
Dockerfile is located at
src/main/docker/Dockerfile
For other AAI microservices (ex. babel, model-loader, search-data-service, data-router, gizmo, etc) consult the README.md files in the top directory of each of the repos.
Most are built with
mvn clean install
docker build -t onap/{microservice-name} target
, multiple selections available,
Related content
AAF docker installation
AAF docker installation
More like this
Instructional Videos
Instructional Videos
More like this
Building and Running APPC Docker Images
Building and Running APPC Docker Images
More like this
CIA- Container Images - Best Practices and Tools
CIA- Container Images - Best Practices and Tools
More like this
Acumos Adapter Installation
Acumos Adapter Installation
More like this
AAF Installation Guide
AAF Installation Guide
More like this