rust-lang / rust-lang/docker-rust

Add libsecret to the conatiner for cargo authentication

Open
#211 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.