Block a user
booklore (smkfam-custom)
Published 2026-01-19 23:03:24 -06:00 by larry
Installation
docker pull git.smkfam.com/larry/booklore:smkfam-customsha256:d7c8abd6ca0806ab8df2de759aff0b2b2f53454efd2970c849a00807d4abb001
About this package
BookLore: A self-hosted, multi-user digital library with smart shelves, auto metadata, Kobo & KOReader sync, BookDrop imports, OPDS support, and a built-in reader for EPUB, PDF, and comics.
Image Layers
| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ENV JAVA_HOME=/opt/java/openjdk |
| ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 |
| RUN /bin/sh -c set -eux; apk add --no-cache fontconfig ttf-dejavu gnupg ca-certificates p11-kit-trust musl-locales musl-locales-lang tzdata coreutils openssl ; rm -rf /var/cache/apk/* # buildkit |
| ENV JAVA_VERSION=jdk-21.0.9+10 |
| RUN /bin/sh -c set -eux; ARCH="$(apk --print-arch)"; case "${ARCH}" in aarch64) ESUM='7f8c230ba505b418e4288e2b34758a6e4da32470944740e5ba0cfaae02271c22'; BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.9%2B10/OpenJDK21U-jre_aarch64_alpine-linux_hotspot_21.0.9_10.tar.gz'; ;; x86_64) ESUM='17aca4ecc1600f70ec88ea0f8bf3a06ba6806bdae8c96d03c07683c800f0d4e8'; BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.9%2B10/OpenJDK21U-jre_x64_alpine-linux_hotspot_21.0.9_10.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; wget -O /tmp/openjdk.tar.gz ${BINARY_URL}; wget -O /tmp/openjdk.tar.gz.sig ${BINARY_URL}.sig; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 3B04D753C9050D9A5D343F39843C48A565F8F04B; gpg --batch --verify /tmp/openjdk.tar.gz.sig /tmp/openjdk.tar.gz; rm -rf "${GNUPGHOME}" /tmp/openjdk.tar.gz.sig; echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -; mkdir -p "$JAVA_HOME"; tar --extract --file /tmp/openjdk.tar.gz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm -f /tmp/openjdk.tar.gz; # buildkit |
| RUN /bin/sh -c set -eux; echo "Verifying install ..."; echo "java --version"; java --version; echo "Complete." # buildkit |
| COPY --chmod=755 entrypoint.sh /__cacert_entrypoint.sh # buildkit |
| ENTRYPOINT ["/__cacert_entrypoint.sh"] |
| ARG APP_VERSION=smkfam-custom |
| ARG APP_REVISION=b21ef26 |
| LABEL org.opencontainers.image.title=BookLore org.opencontainers.image.description=BookLore: A self-hosted, multi-user digital library with smart shelves, auto metadata, Kobo & KOReader sync, BookDrop imports, OPDS support, and a built-in reader for EPUB, PDF, and comics. org.opencontainers.image.source=https://github.com/booklore-app/booklore org.opencontainers.image.url=https://github.com/booklore-app/booklore org.opencontainers.image.documentation=https://booklore.org/docs/getting-started org.opencontainers.image.version=smkfam-custom org.opencontainers.image.revision=b21ef26 org.opencontainers.image.licenses=GPL-3.0 org.opencontainers.image.base.name=docker.io/library/eclipse-temurin:21.0.9_10-jre-alpine |
| RUN |2 APP_VERSION=smkfam-custom APP_REVISION=b21ef26 /bin/sh -c apk update && apk add nginx gettext su-exec # buildkit |
| COPY ./nginx.conf /etc/nginx/nginx.conf # buildkit |
| COPY /angular-app/dist/booklore/browser /usr/share/nginx/html # buildkit |
| COPY /springboot-app/build/libs/booklore-api-0.0.1-SNAPSHOT.jar /app/app.jar # buildkit |
| COPY start.sh /start.sh # buildkit |
| RUN |2 APP_VERSION=smkfam-custom APP_REVISION=b21ef26 /bin/sh -c chmod +x /start.sh # buildkit |
| EXPOSE [80/tcp 8080/tcp] |
| CMD ["/start.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.base.name | docker.io/library/eclipse-temurin:21.0.9_10-jre-alpine |
| org.opencontainers.image.description | BookLore: A self-hosted, multi-user digital library with smart shelves, auto metadata, Kobo & KOReader sync, BookDrop imports, OPDS support, and a built-in reader for EPUB, PDF, and comics. |
| org.opencontainers.image.documentation | https://booklore.org/docs/getting-started |
| org.opencontainers.image.licenses | GPL-3.0 |
| org.opencontainers.image.revision | b21ef26 |
| org.opencontainers.image.source | https://github.com/booklore-app/booklore |
| org.opencontainers.image.title | BookLore |
| org.opencontainers.image.url | https://github.com/booklore-app/booklore |
| org.opencontainers.image.version | smkfam-custom |
Details
2026-01-19 23:03:24 -06:00
Versions (2)
View all
Container
2
OCI / Docker
linux/amd64
GPL-3.0
156 MiB
smkfam-custom
2026-01-19
smkfam-b21ef26
2026-01-19