Add support for dockerignore
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 301
- Forks
- 43
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 20
Description
Description
Hi 👋
I currently build many containers in https://github.com/home-operations/containers and for the individual apps I include a shared .dockerignore. I am looking for a way to set or override a .dockerignore via the bake GHA, maybe a inline string, or file path? Would that be something you are interested in supporting?
I would be willing to contribute the change if this is accepted.
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 tracing the bake GHA input handling and how it invokes Docker Buildx Bake. Determine how a shared .dockerignore can be supplied or overridden through an inline string or file path, then verify that the selected form is passed through correctly and document the supported behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, github-actions, typescript
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100