bookhoard (v1.0.1)
Published 2026-08-22 14:17:04 -04:00 by john-okeefe
Installation
docker pull git.linuxhg.com/bookhoard/bookhoard:v1.0.1sha256:8f797ce7e9fc6ccd452b7e0619c30104a0af34914fdf64c6738078871b742f17
Images
| Digest | OS / Arch | Size |
|---|---|---|
| bc103694a4 | 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"] |