⚠ Guide only for FR developers with the proper permisions to get the binaries
To build the Open Banking AM docker image on local will be necessary download the binaries from GC bucket
cd openbanking-reference-implementation
gsutil rsync gs://ob-forgerock-binaries/openam-local-binaries forgerock-am/_binaries
Source: patches/6.5.1.0/openbanking
- OpenAM-6.5.1-68f2815add.war
- Amster-6.5.1.zip
The AM.war builds for Open Banking is from the customer branch with all patches integrated
How to when AM version changed
- Update ./forgerock-am/amster/config/global/Platform.json
- Update ./forgerock-am/Dockerfile (
com.iplanet.am.buildVersion
value) - Update ./forgerock-am/README.md file
- Update kube configuration ob-kube-am-config am
- Update kube configuration ob-kube-am-config amster
Edit docker-compose.yml
if necessary to change the arguments:
- AM_WAR_NAME: "OpenAM-X.X.X.war"
- AMSTER_ZIP: "Amster-X.X.X.zip"
The Docker compose command will build the AM image and start the container:
docker-compose up