Docker Installation of AM

Hello,
I’m trying to setup the AM using Docker. I’m following the official guide here:
https://backstage.forgerock.com/docs/forgeops/7.1/deployment/base-docker-images.html
When I’m building the am-base image, the tomcat is starting but during the configuration of the opendj after the import of the .ldif, I’m getting the following error and the build goes into a loop:


Has anyone managed to use the docker images?
Any advice?
Thanks,
Mattia

It looks like you are attempting to configure LDAPS OVER 50636, but the protocol configured is LDAP. Please modify your protocol to use LDAPS instead and try again.

Thanks,
Jatinder

1 Like

It is the out of the box sample script. I’ll have a check, but I don’t think that’s the issue.
Thanks!

Looks also like it’s looking at Localhost, the DS should have been on a different pod.