-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Is your feature request related to a problem?
My org usually develops inside of a custom development container that gathers several tools together. One good way to install a tool into a container is to pull an existing image during a container build in a Dockerfile then get the tool from the image. e.g. you can get a golang binary with COPY --from=go /usr/local/go /usr/local/go
I'd like to do the same with an image containing the bk CLI tool.
Describe the solution you'd like.
Publish a container image built on debian or alpine that has a functional bk CLI executa
Describe alternatives you've considered.
Installing with a package manager or fetching the tool with curl work. I'd prefer the image. There are other nice reasons to have a container with the tool; it makes it easy to try out the tool
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels