Currently, the *rane Docker images are available from gcr.io with two kinds of tags for slightly different images:
- Minimal images tagged with specific versions, e.g.
v0.20.3.
- Images with included
sh binaries, tagged just debug.
(1) is obviously what you want to ensure some degree of reproducibility, but (2) tends to be much more convenient to use in CI. Even the crane README itself uses the debug-tagged image for the GitLab CI example.
Would it be possible to provide debug images like (2) but tagged with specific versions, e.g. v0.20.3-debug? That would offer the best of both worlds.