Minimal Docker image with Cilium command line 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/cilium-cli:v0.14.5-minimal version --client
cilium-cli: v0.14.5 compiled with go1.20.4 on linux/amd64
cilium image (default): v1.13.2
cilium image (stable): v1.14.4
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/cilium-cli:v0.14.5-debug@sha256:42e8fc117a48c35b44160a2747b023009cc3ac800012aa8edab04e29e7166c81
entrypoint: [""]
script:
- cilium version --client
Badge | Description |
---|---|
Automatic Tagging of new cilium releases | |
Docker image build |