Closed rkolp closed 11 months ago
please check https://github.com/OpenIdentityPlatform/OpenAM/actions/runs/6944176878/job/18890752649 "Build image" step
I see this was closed, but I am looking at the buildx
and don't see anything in particular that would cause the:
java -jar /usr/openam/ssoconfiguratortools/openam-configurator-tool-14.8.1.jar
command to succeed
As the error I am encountering is:
The JMX connection handler defined in configuration entry cn=JMX Connection Handler,cn=Connection Handlers,cn=config was unable to bind to 0.0.0.0:1689: IOException(Address already in use)
Looks like I found the root issue and it's related to: https://github.com/docker/buildx/issues/678
Here's the docker documentation: https://docs.docker.com/build/buildkit/configure/#cni-networking
You can keep it closed.
Describe the bug On a Mac M2 I'm trying to cross compile to a linux/amd64 platform using
docker buildx ...
I am encountering this error:To Reproduce Steps to reproduce the behavior:
github.com/rkolp/openam
and clone the repositoryBUILDKIT_PROGRESS=plain docker buildx build --load --platform linux/amd64 --add-host openam-01.domain.com:127.0.0.2 -t openam .
set -e
has been commented out inconfigure.sh
Expected behavior openam to complete the configuration via (in configure.sh):
Screenshots
Desktop (please complete the following information):
Additional context
docker build
does seem to work fine though, just notbuildx