nilsense
nilsense3w ago

-debug vs non -debug Zitadel images on ghcr

Hi everyone, With the images Zitadel publishes on ghcr, does anyone know the difference between the -debug and non-debug flavours? For example: ghcr.io/zitadel/zitadel:v3.1.0-debug vs ghcr.io/zitadel/zitadel:v3.1.0 Is there also a way to replicate this -debug mode in my own configuration? It seems more than just setting ZITADEL_LOG_LEVEL=debug
2 Replies
nilsense
nilsenseOP2w ago
bump
Rajat
Rajat12h ago
hey @nilsense The -debug images include a shell (/bin/sh) and debugging tools (e.g., busybox) for troubleshooting inside the container. The non-debug images are minimal and lack these tools.

Did you find this page helpful?