google / google/go-containerregistry

Please provide `debug` images tagged with specific versions

Open
#2,129 4 comments 1 reaction 0 assignees View on GitHub
Dominant language
Go
Stars
4k
Forks
686
Avg merge
2d 12h
Merged PRs (30d)
26

Description

Currently, the `*rane` Docker images are available from gcr.io with two kinds of tags for slightly different images:

1. Minimal images tagged with specific versions, e.g. `v0.20.3`.
2. 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](https://github.com/google/go-containerregistry/blob/59a4b85930392a30c39462519adc8a2026d47181/cmd/crane/README.md#using-with-gitlab).

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.