Block a user
ebooks (952a4c9)
Installation
docker pull git.arnef.de/arnef/ebooks:952a4c9sha256:7e501caa820612bd904f1d521d24e3af0e3d0ef6e3f1f880b2cdcabfeb9d58b0
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 4a844efbd9 | linux/amd64 | 18 MiB |
| 1649a317b1 | linux/arm64 | 18 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.20.10-x86_64.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 |