docker / docker/github-builder
Allow registry auth for local output
Open
Nobody has claimed this yet.
kind/enhancement
- Dominant language
- No language data
- Stars
- 83
- Forks
- 23
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 8
Description
Atm we skip the registry auth step when a build with local output is made:
We should support registry auth for local output as user might want to pull images from private repos.
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 with the authentication step around line 678 of .github/workflows/bake.yml, then compare how registry credentials are handled for other output modes. Confirm the expected behavior for local output and verify that a local build can pull images from private registries using the configured authentication.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, github-actions
- Domain
- authentication, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100