upbound / up

The @upbound CLI
Apache License 2.0
49 stars 42 forks source link

Publish a minimal container image #544

Open RedbackThomson opened 1 month ago

RedbackThomson commented 1 month ago

What problem are you facing?

Running up in a containerised environment requires users to either create their own custom image with up built in, or use a basic image (like alpine:latest) and wget the CLI into it. A lot of other CLI tools provide very basic container images that only contain the CLI in the path, with the CLI at the entrypoint.

How could Upbound help solve your problem?

A CLI tool that can be invoked like:

docker run --rm -it upbound/up-cli version