dashboard (sha256:ea6d3ffe5208a974dbdbf16262d8042a8544ea828d7aa250321b3833589c7374)

Published 2026-08-06 16:30:00 +00:00 by icub3d in icub3d/dashboard

Installation

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

Image layers

ADD alpine-minirootfs-3.24.1-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-08-06 16:30:00 +00:00
1
OCI / Docker
linux/amd64
26 MiB
Versions (1) View all
latest 2026-08-06