bookhoard (latest)
Published 2026-09-09 09:11:19 -04:00 by john-okeefe
Installation
docker pull git.linuxhg.com/bookhoard/bookhoard:latestsha256:ffa9d577ccbd0d43d2a86b7589b277b89168d2d7905dc7e93a2a5e64aae0757d
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 4d3bbfc52e | linux/amd64 | 45 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"] |