dispatcher (0.1.2)

Published 2026-07-11 01:19:46 +00:00 by clay

Installation

docker pull git.hermesmoney.com/clay/dispatcher:0.1.2
sha256:444d5dd66851702d7c412b1a68ac445f27c6df1a5c4b8c57d8613a09d9abe748

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git && rm -rf /var/lib/apt/lists/* # buildkit
ARG KUBECTL_VERSION=v1.33.13
RUN |1 KUBECTL_VERSION=v1.33.13 /bin/sh -c arch="$(dpkg --print-architecture)" && curl -fsSL -o /usr/local/bin/kubectl "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/${arch}/kubectl" && chmod +x /usr/local/bin/kubectl # buildkit
COPY /src/target/release/dispatcher /usr/local/bin/dispatcher # buildkit
RUN |1 KUBECTL_VERSION=v1.33.13 /bin/sh -c useradd --create-home --uid 1000 dispatcher # buildkit
USER dispatcher
ENTRYPOINT ["dispatcher"]
Details
Container
2026-07-11 01:19:46 +00:00
1
OCI / Docker
linux/amd64
84 MiB
Versions (9) View all
0.2.4 2026-07-11
0.2.3 2026-07-11
0.2.2 2026-07-11
0.2.1 2026-07-11
0.2.0 2026-07-11