-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
4 Replies
bump
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.🎉 Looks like you just helped out another community member! Thanks for being so helpful <@1346540274674827395>! You're now one step closer to leveling up—keep up the amazing peer support! 🚀
@nilsense, you cannot mark your own questions as solved.