Allow default runtime images for each runtime to be specified in the config
Open
Nobody has claimed this yet.
api
cli
enhancement
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 300
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 184
Description
Following on from #3662 - for each supported runtime, allow a custom base image to be set through in toolhive's config (either CLI or API) to be used by default if an image is not specified with --runtime-image in thv run
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 ToolHive's configuration handling and the thv run path that processes --runtime-image; the issue does not name specific files or tests. Done means each supported runtime can have a configured default image through the CLI or API, while an explicitly supplied --runtime-image takes precedence.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100