Roger Sikorski RogerSik
  • Docker Love 🐳

  • Joined on 2020-08-09

booklore (2.3.0)

Published 2026-03-21 09:50:18 +01:00 by RogerSik

Installation

docker pull gitea.sikorski.cloud/rogersik/booklore:2.3.0
sha256:f6bb196ccf465307a3b4f8a4f07e9bca1e6666bbcecf3ac6153d2dca76201ebd

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.23.3-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 ca-certificates p11-kit-trust musl-locales musl-locales-lang tzdata coreutils openssl ; rm -rf /var/cache/apk/* # buildkit
ENV JAVA_VERSION=jdk-25.0.2+10
RUN /bin/sh -c set -eux; ARCH="$(apk --print-arch)"; case "${ARCH}" in aarch64) ESUM='159099235c536b152f86111a694a8a03392948924736f354c79e95532dcfc1f8'; BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jre_aarch64_alpine-linux_hotspot_25.0.2_10.tar.gz'; ;; x86_64) ESUM='2cbb356c6923f89814b892561e6f0377ecf035ab0577e3162d2cf4e202d38ee7'; BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jre_x64_alpine-linux_hotspot_25.0.2_10.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; apk add --no-cache --virtual .fetch-deps gnupg; 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; apk del --no-network .fetch-deps; # 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
ARG APP_REVISION
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= org.opencontainers.image.revision= org.opencontainers.image.licenses=GPL-3.0 org.opencontainers.image.base.name=docker.io/library/eclipse-temurin:25-jre-alpine
ENV JAVA_TOOL_OPTIONS=-XX:+UseG1GC -XX:+UseCompactObjectHeaders -XX:+UseStringDeduplication -XX:MaxRAMPercentage=75.0 -XX:+ExitOnOutOfMemoryError
ARG TARGETARCH=amd64
RUN |3 APP_VERSION= APP_REVISION= TARGETARCH=amd64 /bin/sh -c apk update && apk add --no-cache su-exec libstdc++ libgcc && mkdir -p /bookdrop # buildkit
COPY docker/unrar/unrar-amd64 /usr/local/bin/unrar # buildkit
RUN |3 APP_VERSION= APP_REVISION= TARGETARCH=amd64 /bin/sh -c chmod 755 /usr/local/bin/unrar # buildkit
COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
RUN |3 APP_VERSION= APP_REVISION= TARGETARCH=amd64 /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit
COPY /springboot-app/build/libs/booklore-api-0.0.1-SNAPSHOT.jar /app/app.jar # buildkit
ARG BOOKLORE_PORT=6060
EXPOSE [6060/tcp]
ENTRYPOINT ["entrypoint.sh"]
CMD ["java" "-jar" "/app/app.jar"]

Labels

Key Value
org.opencontainers.image.base.name docker.io/library/eclipse-temurin:25-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
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
Details
Container
2026-03-21 09:50:18 +01:00
0
OCI / Docker
linux/amd64
GPL-3.0
164 MiB
Versions (2) View all
2.3.0 2026-03-21
2.2.1 2026-03-21