wayfinderak
  • Joined on 2026-03-13

singlepane (bec29e2dc2e2)

Published 2026-05-04 20:53:25 +00:00 by wayfinderak

Installation

docker pull gitea.djpianalto.com/wayfinderak/singlepane:bec29e2dc2e2
sha256:e8e7f2f9af993561a39c8c76f714e9bf967074a59cd83fc5953297c8215a813f

Images

Digest OS / Arch Size
b7f30cdfb4 linux/amd64 79 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates git openssh-client && rm -rf /var/lib/apt/lists/* && useradd -r -u 10001 -g users singlepane # buildkit
WORKDIR /app
COPY /out/singlepane /app/singlepane # buildkit
RUN /bin/sh -c mkdir -p /app/data /app/config-repo && chown -R singlepane:users /app # buildkit
USER singlepane
VOLUME [/app/data /app/config-repo]
EXPOSE [2222/tcp 8080/tcp]
ENTRYPOINT ["/app/singlepane"]
Details
Container
2026-05-04 20:53:25 +00:00
0
OCI / Docker
Versions (9) View all