Block a user
ebooks (4c0aa05)
Installation
docker pull git.arnef.de/arnef/ebooks:4c0aa05sha256:88c2e443d832fc489ade9eaf0af6c573d28cc97741c680c930ef83fe06ca71cf
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 520c1cbad3 | linux/amd64 | 18 MiB |
| 224a0ed8c1 | 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:38:15.766Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 4c0aa053ace1f25d1dc56b71b39ce63e882f16d9 |
| 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 |