wayfinderak
  • Joined on 2026-03-13

singlepane (c3db6ea8b6f9)

Published 2026-05-04 23:54:00 +00:00 by wayfinderak

Installation

docker pull gitea.djpianalto.com/wayfinderak/singlepane:c3db6ea8b6f9
sha256:283ef6d01240620679db870a1c4fe6b041a5bbe30d315095f4b7562b3f067352

Images

Digest OS / Arch Size
2c6851968d 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 23:54:00 +00:00
1
OCI / Docker
Versions (9) View all