dashboard (sha256:ae1e3f5244e711735b7876599440ba282807e851d70037eb15851a2c1a3920ff)

Published 2026-06-06 14:03:53 +00:00 by icub3d in icub3d/dashboard

Installation

docker pull git.marsh.gg/icub3d/dashboard@sha256:ae1e3f5244e711735b7876599440ba282807e851d70037eb15851a2c1a3920ff
sha256:ae1e3f5244e711735b7876599440ba282807e851d70037eb15851a2c1a3920ff

Image layers

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache openssh-client curl && curl -LO "https://dl.k8s.io/release/$(curl -Ls https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && chmod +x kubectl && mv kubectl /usr/local/bin/kubectl # buildkit
WORKDIR /app
COPY /usr/src/dashboard/target/release/dashboard /usr/local/bin/dashboard # buildkit
EXPOSE [8080/tcp]
CMD ["/usr/local/bin/dashboard" "serve"]
Details
Container
2026-06-06 14:03:53 +00:00
2
OCI / Docker
linux/amd64
27 MiB
Versions (1) View all
latest 2026-06-06