Build Production Galaxy Image

** How to build production galaxy docker image,not only for dev
** How to build ansible-ui docker image

Hi @AndrewDi

Are you able to put some more details like any issues you’re facing, what use case you’re trying to accomplish or any build guides that you’re following?

Best regards,

Joe

Hello all!

I have a problem too. I am traying to deploy de galaxy-operator into a kubernetes environment (k3s).
when the content and api pods try to start i see the next error:

[2025-04-16 14:33:03 +0000] [1] [INFO] Starting gunicorn 23.0.0
[2025-04-16 14:33:03 +0000] [1] [ERROR] connection to ('::', 24816) failed: [Errno 97] Address family not supported by protocol
[2025-04-16 14:33:04 +0000] [1] [ERROR] connection to ('::', 24816) failed: [Errno 97] Address family not supported by protocol
[2025-04-16 14:33:05 +0000] [1] [ERROR] connection to ('::', 24816) failed: [Errno 97] Address family not supported by protocol
[2025-04-16 14:33:06 +0000] [1] [ERROR] connection to ('::', 24816) failed: [Errno 97] Address family not supported by protocol
[2025-04-16 14:33:07 +0000] [1] [ERROR] connection to ('::', 24816) failed: [Errno 97] Address family not supported by protocol
[2025-04-16 14:33:08 +0000] [1] [ERROR] Can't connect to ('::', 24816)

I note that the galaxy-ng image was build recently and one of the changes are in the scripts docker/bin/start-content-app and docker/bin/start-api. Adding healthcheck to the dev env (#2539) · ansible/galaxy_ng@f8093b8 · GitHub

any have idea if i can force that use ipv4 instead ipv6 ?

Regards and sorry for my english.
Lucas

I could not find any production dockerfile to build, is there any clues?