Skip to content

💡 feat: Publish a bk CLI container image #576

@jasonprado

Description

@jasonprado

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions