rust-lang / rust-lang/docker-rust
Add libsecret to the conatiner for cargo authentication
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 537
- Forks
- 111
- Avg merge
- 1d 38m
- Merged PRs (30d)
- 4
Description
Currently under debian no further libraries are installed due to the mostly sufficient use of the buildpack-deps and alpine only installs very few of them, but for the usage of cargo to upload compiled libraries or download dependencies from other registries with credentials, libsecret is needed.
So I think, that it would be beneficial for a lot of cases, if the library would be included in all the images.
Contributor guide
No contributing guide indexed for this repository
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
Inspect the Docker image definitions for the Debian and Alpine variants first, since the issue asks for libsecret in all images. Check how each image currently installs packages and verify that cargo authentication can use libsecret in every variant; done means the library is available across the published images.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, rust
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100