concourse / concourse/docker-image-resource
`import_file` configuration should support globs
Open
Nobody has claimed this yet.
good first issue
help wanted
- Dominant language
- Go
- Stars
- 162
- Forks
- 250
- PR merge metrics
- No merged PRs in 30d
Description
im using it to push out assets that are typically names blah-(semver).tar. want to specify blah-*.tar to pick up configuration. current workaround is to use a separate task to rename tar to a stable name.
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 locating the import_file configuration handling and its existing tests in this Go resource. Trace how the configured filename is matched, then check how asset import behavior is verified. Done means a glob such as blah-*.tar selects the intended archive without requiring a stable-name workaround, with tests covering the 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
- 40/100