Run IBM® App Connect Enterprise in a container.
This repo is designed to provide information about how to build a simple ACE container and how to extend it with extra capability as per the requirements of your use case.
If you would like to use pre-built containers please refer to Pre-Built Containers
If you are looking for information on the previous images that were documented in this repo, please refer to the previous releases. The previous images are designed only for use with the App Connect operator. They are not designed for use in your own non-operator deployment.
Important: Only ACE version 13.0.1.0 or greater is supported.
Before building the image you must obtain a copy of the relevant build of ACE and make sure it is available on an HTTP endpoint.
When using an insecure http endpoint, build the image using a command such as:
docker build -t ace --build-arg DOWNLOAD_URL=<download URL> --file ./Dockerfile .
If you want to connect to a secure endpoint build the image using a command such as: i.e.
docker build -t ace --build-arg USERNAME=<Username> --build-arg PASSWORD=<Password> --build-arg DOWNLOAD_URL=<download URL> --file ./Dockerfile .
The link is likely to be of the form
https://iwm.dhe.ibm.com/sdfdl/v2/regs2/mbford/Xa.2/Xb.WJL1cUPI9gANEhP8GuPD_qX1rj6x5R4yTUM7s_C2ue8/Xc.12.0.10.0-ACE-LINUX64-DEVELOPER.tar.gz/Xd./Xf.LpR.D1vk/Xg.12164875/Xi.swg-wmbfd/XY.regsrvs/XZ.pPVETUejcqPsVfDVKbdNu6IRpo4TkyKu/12.0.10.0-ACE-LINUX64-DEVELOPER.tar.gz
Use this link as the DOWNLOAD_URL build parameter, adjusting the version numbers in the other files and parameters as needed.
To run the image use a command such as
docker run -d -p 7600:7600 -p 7800:7800 -e LICENSE=accept -e ACE_SERVER_NAME=myserver ace:latest
where ACE_SERVER_NAME
is the name of the Integration Server that will be running.
To add extra artifacts into the container such as server.conf.yaml overrides, bars files etc please refer to the sample on adding files in Samples
Pre-built production images can be found on IBM Container Registry at cp.icr.io/cp/appc/ace
- Building a sample IBM App Connect Enterprise image using Docker
If you find there are vulnerabilities in the base redhat software there are two options to fix this
If you find a problem with ACE software, raise a PMR to obtain a fix. Once the fix is provided this can be applied to any existing image using a Samples dockerfile
All information provided in this repo as supported as-is.