bookhoard (v0.6.0)
Published 2026-08-06 15:28:48 -04:00 by john-okeefe
Installation
docker pull git.linuxhg.com/bookhoard/bookhoard:v0.6.0sha256:f67e5499e2ee33e0f88ff70c1560ed23c699d7b4d2fc86220101633cf7a1cdbd
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 46cb88b19d | linux/amd64 | 44 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk --no-cache add ca-certificates curl # buildkit |
| RUN /bin/sh -c wget -O /usr/bin/kepubify https://github.com/pgaskin/kepubify/releases/latest/download/kepubify-linux-64bit && chmod +x /usr/bin/kepubify # buildkit |
| WORKDIR /root/ |
| COPY /app/main . # buildkit |
| COPY /app/database/schema ./database/schema # buildkit |
| COPY /app/templates ./templates # buildkit |
| COPY /app/web ./web # buildkit |
| COPY /app/docs ./docs # buildkit |
| EXPOSE [8765/tcp] |
| CMD ["./main"] |