go-containerregistry
go-containerregistry copied to clipboard
question: Include jq in debug container?
While I love minimal containers, ones that leave the package manager off make it difficult to work inside the container.
The GitLab example (thank you for that!) is an example where the job run inside the container - and with the package manager not present, it is challenging to add jq.
Since all the output of crane is json, would it be possible to install jq on the debug tag - or at least the os package manager so one can pull on their desired additional utils?
Thanks for any thoughts!