unraid-dash (894c8a1c8f7f)
Published 2026-08-28 11:13:09 +02:00 by alex
Installation
docker pull git.shiverpeak.xyz/alex/unraid-dash:894c8a1c8f7fsha256:0c0b7a117c3b0036c8780d9b97c016b54b7a2e46e30a0dffcf85d91e68306676Image layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1787529600' |
| RUN /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y ca-certificates curl && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd --system --gid 1000 unraid-dash && useradd --system --uid 1000 --gid 1000 --home-dir /data --shell /usr/sbin/nologin unraid-dash # buildkit |
| COPY /out/unraid-dash /usr/local/bin/unraid-dash # buildkit |
| RUN /bin/sh -c install -d -o unraid-dash -g unraid-dash /data # buildkit |
| VOLUME [/data] |
| WORKDIR /data |
| USER unraid-dash |
| EXPOSE map[8077/tcp:{}] |
| HEALTHCHECK &{["CMD-SHELL" "curl -fsS http://127.0.0.1:8077/api/health >/dev/null || exit 1"] "30s" "5s" "30s" "0s" '\x00'} |
| ENTRYPOINT ["unraid-dash"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.revision | 894c8a1c8f7fe02543fb4eb2c535d6bca8871b72 |
| org.opencontainers.image.source | https://git.shiverpeak.xyz/alex/unraid-dash |
| org.opencontainers.image.version | 894c8a1c8f7f |
Details
Versions (9)
View all
a696675aff1d
2026-09-06
latest
2026-09-06
ac7c8f7ebd56
2026-09-05
0c4109c4ec2f
2026-09-03
60169fef6c00
2026-08-30