About
This project leads you to build a docker image locally in your machine with the given target repository name and the target repository tag.
You can change the Docker image name by changing the Target Repository value and Target Tag value as desired.
If you want to pack multiple Composite Application projects (CApps) inside the Docker image, you can select multiple CApps, which are listed in the Dependencies section.
-
Libs Directory
- This directory contains the JAR files that are packed with the Docker image during the build. These JARs are copied to the wso2carbon/wso2mi/lib/ path while building. Uncomment the following command in Dockerfile once you add any JARs here.
#COPY Libs/*.jar /home/wso2carbon/wso2mi/lib/ -
deployment.toml file
- Update the deployment.toml file if you want to change the configurations of the Micro Integrator.
-
Dockerfile
- This file is used to build the Docker image.
-
pom.xml file
- This file facilitates the process of changing the Docker image name, add or remove CApps, and build the Docker image.
Open the pom.xml file and click the Build button in the top right corner.
Right click the Docker Exporter project and select the Build Docker Image option.