Minimal Docker image with UpCloud cli utility
This image is based on distroless and comes in two variants:
The minimal image is based on gcr.io/distroless/static-debian12:nonroot
and does not contain a shell. It can be directly used from the command line, eg:
$ docker run --rm -it ghcr.io/rwunderer/upctl-cli:v2.10.0-minimal version
Version: 2.10.0
Build date: 2023-07-17T12:09:30Z
Built with: go1.20.5
System: linux
Architecture: amd64
The debug images is based on gcr.io/distroless/base-debian12:debug-nonroot
and contains a busybox shell for use in ci images.
As upctl's output is also available in json it also containts jq.
E.g. for GitLab CI:
list images:
image:
name: ghcr.io/rwunderer/upctl-cli:v2.10.0-debug
entrypoint: [""]
variables:
UPCLOUD_USERNAME=""
UPCLOUD_PASSWORD=""
script:
- upctl storage list --template
Badge | Description |
---|---|
Automatic Tagging of new upctl releases | |
Docker image build |