docker / docker/docker-credential-helpers
Also report Helper version
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 195
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 5
Description
I am using the amazon-ecr-credential-helper, which leverages docker-credential-helpers/credentials. When I run amazon-ecr-credential-helper version it reports 0.6.3 (the version of this library) instead of its own version (0.4.0), which is very confusing. I think it would be helpful to allow the Helper implementation to also include a Version() string method that, if implemented, is printed by the version command instead.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the version command and the Helper implementation in docker-credential-helpers. Review how the command currently reports the library version, then verify that an implemented Version() string is reported as the helper version while existing helpers remain supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100