How to learn which Zammad commit a Docker image was built from?

Perhaps this is common knowledge, but how can I learn which Zammat git tag that a Docker image tag was built from? (say for example Docker image tag 6.2.0-15, which Zammad commit?).

Thanks!

There might be better ways, but you can go to https://github.com/zammad/zammad/pkgs/container/zammad, find the tag there, and then look for “other tags on this image”. There should be an sha-... tag which references the git commit sha that the image was built from.

Ah, nice. Thanks @mgruner.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.