bookhoard (v1.0.2)
Published 2026-09-08 22:44:47 -04:00 by john-okeefe
Installation
docker pull git.linuxhg.com/bookhoard/bookhoard:v1.0.2sha256:9ad31cfe82361f4c4592ba0fb2cbf633eb57eefb359601245108aeeb00e4aaa8
Images
| Digest | OS / Arch | Size |
|---|---|---|
| ac6a4135b1 | 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"] |