Block a user
ebooks (cfecc49)
Installation
docker pull git.arnef.de/arnef/ebooks:cfecc49sha256:3799ed70fc225bf6dc72b181aef13571dff7a0e6b4fa47ff3c569fa9f36620f7
Images
| Digest | OS / Arch | Size |
|---|---|---|
| b99f7bb1e1 | linux/amd64 | 18 MiB |
| e7fb8b616c | 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-15T14:24:13.639Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | cfecc498108b1120ed5e159ee4cc2dda89f1a1cc |
| 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 |