docker-compose fails to build AM image
Closed this issue · 0 comments
BohoCode commented
When no AM image exists locally, a docker-compose up or docker-compose build of openbanking-reference-implementation will build it from the war files in openbankng-reference-implementation forgerock-am/_binaries
. Duroing the process of building the docker image AM is started and amster configuration is pushed into AM. This configured AM instance forms the image.
However, on my local system, due to a change in the way docker works, amster can't call am because there is no entry for am in the /etc/hosts file, so amster waits indefinitely for AM to start.