help-dashboard (sha256:bf3de8d98a64af2ccd266eadbe1beff44b5c3166714eb2cc92041188de2efccb)

Published 2026-05-01 20:18:40 +02:00 by David

Installation

docker pull dev.a8n.run/a8n-tools/help-dashboard@sha256:bf3de8d98a64af2ccd266eadbe1beff44b5c3166714eb2cc92041188de2efccb
sha256:bf3de8d98a64af2ccd266eadbe1beff44b5c3166714eb2cc92041188de2efccb

Image layers

ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
WORKDIR /app
RUN /bin/sh -c apk add --no-cache ca-certificates tini tzdata # buildkit
RUN /bin/sh -c adduser -D -u 1001 appuser # buildkit
COPY /build/target/release/help-dashboard /app/help-dashboard # buildkit
COPY /build/templates /app/templates # buildkit
COPY /build/static /app/static # buildkit
RUN /bin/sh -c mkdir -p /data && chown -R appuser:appuser /app /data # buildkit
USER appuser
LABEL org.opencontainers.image.source=https://dev.a8n.run/a8n-tools/help-dashboard
ENV RUST_LOG=info
EXPOSE [4002/tcp]
ENTRYPOINT ["/sbin/tini" "--"]
CMD ["/app/help-dashboard"]

Labels

Key Value
org.opencontainers.image.source https://dev.a8n.run/a8n-tools/help-dashboard
Details
Container
2026-05-01 20:18:40 +02:00
0
OCI / Docker
linux/amd64
12 MiB
Versions (1) View all
latest 2026-05-01