basalt-rs / basalt-rs/basalt-cli
Allow user to specify full image tags
Open
enhancement
good first issue
- Dominant language
- Rust
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we simply try to pull images that are prebuilt for the OS/Arch, but there is an edge-case where the image in question does not have a manifest for the OS/Arch in question. In those scenarios, we should be able to build them from source and use that locally built image.
Allow users to provide their own full image tags for server and client rather than just `:tag` suffixes. This way, they can use some locally built image.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.