Skip to content

rwunderer/hcloud-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub license Renovate enabled

hcloud-cli

Minimal Docker image with Hetzner cli utility

Image variants

This image is based on distroless and comes in two variants:

Minimal image

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

Debug image

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

Workflows

Badge Description
Auto-Tag Automatic Tagging of new hcloud releases
Docker Docker image build