• Joined on 2023-01-23

ebooks (952a4c9)

Published 2026-08-14 20:32:01 +00:00 by arnef in arnef/ebooks

Installation

docker pull git.arnef.de/arnef/ebooks:952a4c9
sha256:7e501caa820612bd904f1d521d24e3af0e3d0ef6e3f1f880b2cdcabfeb9d58b0

Images

Digest OS / Arch Size
4a844efbd9 linux/amd64 18 MiB
1649a317b1 linux/arm64 18 MiB

Image Layers ( linux/arm64)

ADD alpine-minirootfs-3.20.10-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates tzdata && addgroup -S ebooks && adduser -S ebooks -G ebooks # buildkit
WORKDIR /app
COPY /out/server /app/server # buildkit
COPY /out/admin /app/admin # buildkit
COPY static ./static # buildkit
ENV ADDR=:8080
ENV BOOKS_DIR=/data/books
ENV USERS_DB=/data/users.db
RUN /bin/sh -c mkdir -p /data/books && chown -R ebooks:ebooks /data /app # buildkit
VOLUME [/data]
USER ebooks
EXPOSE [8080/tcp]
ENTRYPOINT ["/app/server"]

Labels

Key Value
org.opencontainers.image.created 2026-08-14T20:29:36.950Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 952a4c9b52ad3cccc24a8627292bd500773ed74f
org.opencontainers.image.source http://192.168.4.10:3000/arnef/ebooks
org.opencontainers.image.title ebooks
org.opencontainers.image.url http://192.168.4.10:3000/arnef/ebooks
org.opencontainers.image.version latest
Details
Container
2026-08-14 20:32:01 +00:00
0
OCI / Docker
Versions (5) View all
latest 2026-08-15
cfecc49 2026-08-15
a51578c 2026-08-15
4c0aa05 2026-08-14
952a4c9 2026-08-14