Latest version of HETZNER-KUBE binary, automatically downloaded.
1.8K
Stop downloading images from GitHub manually. Stop worrying about the platform and where's the latest version.
Here you have the pre-build docker image with the latest version of the hetzner-kube binary, already in the image.
These images are automatically built weekly using a GitHub Action. The latest binary is pulled automatically for all configured architectures.
Usage is simple:
Run it as any other docker image, e.g.
docker run --rm -it [-v ...] boky/hetzner-kube
or make it an alias:
alias hetzner-kube='docker run --rm -it [-v ...] boky/hetzner-kube'
Get the binary into your image by simply setting it up like this:
FROM boky/hetzner-kube AS hetzner-kube
...
FROM ubuntu
...
COPY --from=hetzner-kube /hetzner-kube /usr/local/bin/hetzner-kube
If you'd like, it's quite trivial to pin your builds to a specific version -- e.g. boky/hetzner-kube:0.5.1.
Content type
Image
Digest
Size
6.8 MB
Last updated
almost 6 years ago
docker pull boky/hetzner-kube