Minimal Docker image with Hetzner 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/hcloud-cli:v1.38.3-minimal version
hcloud 1.38.3
The debug images is based on gcr.io/distroless/static-debian12:debug-nonroot
and contains a busybox shell for use in ci images.
E.g. for GitLab CI:
image:
name: ghcr.io/rwunderer/hcloud-cli:v1.38.3-debug@sha256:42e8fc117a48c35b44160a2747b023009cc3ac800012aa8edab04e29e7166c81
entrypoint: [""]
variables:
HCLOUD_TOKEN: ""
script:
- hcloud image list
Badge | Description |
---|---|
Automatic Tagging of new hcloud releases | |
Docker image build |