bookhoard (latest)
Published 2026-07-30 15:54:21 -04:00 by john-okeefe
Installation
docker pull git.linuxhg.com/bookhoard/bookhoard:latestsha256:667d25a9c1eae0914deb35fc6ca4d2fe9d40bc5b95e857ed1a17a9d1c84d969a
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 5b67b5505b | 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"] |