Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.48 KB

File metadata and controls

35 lines (30 loc) · 1.48 KB

Open Banking AM docker image (local environment)

Introduction

⚠ Guide only for FR developers with the proper permisions to get the binaries

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

Current AM war version files

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

Docker compose

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