Latest version of KUBEBOX binary, automatically downloaded.
580
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 kubebox 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/kubebox
or make it an alias:
alias kubebox='docker run --rm -it [-v ...] boky/kubebox'
Get the binary into your image by simply setting it up like this:
FROM boky/kubebox AS kubebox
...
FROM ubuntu
...
COPY --from=kubebox /kubebox /usr/local/bin/kubebox
If you'd like, it's quite trivial to pin your builds to a specific version -- e.g. boky/kubebox:0.8.0.
Content type
Image
Digest
Size
10 MB
Last updated
almost 6 years ago
docker pull boky/kubebox