concourse / concourse/docker-image-resource
Allow adding docker build options
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 162
- Forks
- 250
- PR merge metrics
- No merged PRs in 30d
Description
Passing --build-arg is currently supported, but there is no way to pass other build options such as --squash.
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 Docker build invocation in this Go resource and inspect how the existing --build-arg option is represented and passed. Check the related tests, if present, to understand expected command construction. Done means supported options such as --squash can be configured and are included in the Docker build command without breaking existing build-arg behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100