Namespace
stirlingtools
Image / Tag
stirling-pdf:1.0.2-ultra-lite
Content Digest
sha256:47c91c9080308674ecb6be7c1e280c743240cef1f478af4cdad4a1b5ba636aa3
Details
Created

2025-07-08 19:24:50 UTC

Size

254 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-07-08T19:24:43.994Z
  • org.opencontainers.image.description
    #1 Locally hosted web application that allows you to perform various operations on PDF files
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    69bbb12ecec5d494436eae593fd843c6335b2109
  • org.opencontainers.image.source
    https://github.com/Stirling-Tools/Stirling-PDF
  • org.opencontainers.image.title
    Stirling-PDF
  • org.opencontainers.image.url
    https://github.com/Stirling-Tools/Stirling-PDF
  • org.opencontainers.image.version
    1.0.2-ultra-lite

Environment
DISABLE_ADDITIONAL_FEATURES

true

ENDPOINTS_GROUPS_TO_REMOVE

CLI

HOME

/home/stirlingpdfuser

JAVA_BASE_OPTS

-XX:+UnlockExperimentalVMOptions -XX:MaxRAMPercentage=75 -XX:InitiatingHeapOccupancyPercent=20 -XX:+G1PeriodicGCInvokesConcurrent -XX:G1PeriodicGCInterval=10000 -XX:+UseStringDeduplication -XX:G1PeriodicGCSystemLoadThreshold=70

JAVA_CUSTOM_OPTS

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGID

1000

PUID

1000

STIRLING_TEMPFILES_DIRECTORY

/tmp/stirling-pdf

TEMP

/tmp/stirling-pdf

TMP

/tmp/stirling-pdf

TMPDIR

/tmp/stirling-pdf

UMASK

022

VERSION_TAG

1.0.2


Layers

[#000] sha256:fe07684b16b82247c3539ed86a65ff37a76138ec25d380bd80c869a1a4c73236 - 1.42% (3.62 MB)

[#001] sha256:e586c7333351bb69ee0ab304cf3ba04431b33ea5dccdee83b46f459dc9e1d602 - 0.0% (627 Bytes)

[#002] sha256:e53fcb86c9fbb8631e00c9919e4b6d5402587eeeec6cf68f0075969896fc8c5d - 0.0% (913 Bytes)

[#003] sha256:4c15d6489adeb8703e80fd0531700490e98a7cfc939290880a274203e186c313 - 0.0% (1008 Bytes)

[#004] sha256:d18c0ca8ef13736f7713bef15d308514e33711a83b5b505f18f00fcd530cf702 - 0.0% (882 Bytes)

[#005] sha256:667ec788fbfe5b5caa7c048dabb63d6284f2d1a9d9840cbd154e1ba0c9f9df7a - 34.78% (88.5 MB)

[#006] sha256:99af731c828bdc4a79cc9502d1550df7c97c4742a8a84221c37f8ba600982ae0 - 63.8% (162 MB)


History
2025-05-30 16:20:41 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.22.0-x86_64.tar.gz / # buildkit

2025-05-30 16:20:41 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-07-08 19:24:45 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG=1.0.2

2025-07-08 19:24:45 UTC (buildkit.dockerfile.v0)

ENV DISABLE_ADDITIONAL_FEATURES=true HOME=/home/stirlingpdfuser VERSION_TAG=1.0.2 JAVA_BASE_OPTS=-XX:+UnlockExperimentalVMOptions -XX:MaxRAMPercentage=75 -XX:InitiatingHeapOccupancyPercent=20 -XX:+G1PeriodicGCInvokesConcurrent -XX:G1PeriodicGCInterval=10000 -XX:+UseStringDeduplication -XX:G1PeriodicGCSystemLoadThreshold=70 JAVA_CUSTOM_OPTS= PUID=1000 PGID=1000 UMASK=022 STIRLING_TEMPFILES_DIRECTORY=/tmp/stirling-pdf TMPDIR=/tmp/stirling-pdf TEMP=/tmp/stirling-pdf TMP=/tmp/stirling-pdf

2025-07-08 19:24:45 UTC (buildkit.dockerfile.v0)

COPY scripts/download-security-jar.sh /scripts/download-security-jar.sh # buildkit

2025-07-08 19:24:45 UTC (buildkit.dockerfile.v0)

COPY scripts/init-without-ocr.sh /scripts/init-without-ocr.sh # buildkit

2025-07-08 19:24:45 UTC (buildkit.dockerfile.v0)

COPY scripts/installFonts.sh /scripts/installFonts.sh # buildkit

2025-07-08 19:24:45 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2025-07-08 19:24:45 UTC (buildkit.dockerfile.v0)

COPY stirling-pdf/build/libs/*.jar app.jar # buildkit

2025-07-08 19:24:50 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=1.0.2 /bin/sh -c echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk upgrade --no-cache -a && apk add --no-cache ca-certificates tzdata tini bash curl shadow su-exec openjdk21-jre && mkdir -p /configs /logs /customFiles /usr/share/fonts/opentype/noto /tmp/stirling-pdf && chmod +x /scripts/*.sh && addgroup -S stirlingpdfgroup && adduser -S stirlingpdfuser -G stirlingpdfgroup && chown -R stirlingpdfuser:stirlingpdfgroup $HOME /scripts /configs /customFiles /pipeline /tmp/stirling-pdf && chown stirlingpdfuser:stirlingpdfgroup /app.jar # buildkit

2025-07-08 19:24:50 UTC (buildkit.dockerfile.v0)

ENV ENDPOINTS_GROUPS_TO_REMOVE=CLI

2025-07-08 19:24:50 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2025-07-08 19:24:50 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--" "/scripts/init-without-ocr.sh"]

2025-07-08 19:24:50 UTC (buildkit.dockerfile.v0)

CMD ["java" "-Dfile.encoding=UTF-8" "-Djava.io.tmpdir=/tmp/stirling-pdf" "-jar" "/app.jar"]

Details
Created

2025-07-08 19:25:02 UTC

Size

254 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-07-08T19:24:43.994Z
  • org.opencontainers.image.description
    #1 Locally hosted web application that allows you to perform various operations on PDF files
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    69bbb12ecec5d494436eae593fd843c6335b2109
  • org.opencontainers.image.source
    https://github.com/Stirling-Tools/Stirling-PDF
  • org.opencontainers.image.title
    Stirling-PDF
  • org.opencontainers.image.url
    https://github.com/Stirling-Tools/Stirling-PDF
  • org.opencontainers.image.version
    1.0.2-ultra-lite

Environment
DISABLE_ADDITIONAL_FEATURES

true

ENDPOINTS_GROUPS_TO_REMOVE

CLI

HOME

/home/stirlingpdfuser

JAVA_BASE_OPTS

-XX:+UnlockExperimentalVMOptions -XX:MaxRAMPercentage=75 -XX:InitiatingHeapOccupancyPercent=20 -XX:+G1PeriodicGCInvokesConcurrent -XX:G1PeriodicGCInterval=10000 -XX:+UseStringDeduplication -XX:G1PeriodicGCSystemLoadThreshold=70

JAVA_CUSTOM_OPTS

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGID

1000

PUID

1000

STIRLING_TEMPFILES_DIRECTORY

/tmp/stirling-pdf

TEMP

/tmp/stirling-pdf

TMP

/tmp/stirling-pdf

TMPDIR

/tmp/stirling-pdf

UMASK

022

VERSION_TAG

1.0.2


Layers

[#000] sha256:d69d4d41cfe2ee680d6972795e2a1eb9e4dc4ec3b3c5e0797c9ab43bb3726fa7 - 1.55% (3.94 MB)

[#001] sha256:e586c7333351bb69ee0ab304cf3ba04431b33ea5dccdee83b46f459dc9e1d602 - 0.0% (627 Bytes)

[#002] sha256:e53fcb86c9fbb8631e00c9919e4b6d5402587eeeec6cf68f0075969896fc8c5d - 0.0% (913 Bytes)

[#003] sha256:4c15d6489adeb8703e80fd0531700490e98a7cfc939290880a274203e186c313 - 0.0% (1008 Bytes)

[#004] sha256:d18c0ca8ef13736f7713bef15d308514e33711a83b5b505f18f00fcd530cf702 - 0.0% (882 Bytes)

[#005] sha256:667ec788fbfe5b5caa7c048dabb63d6284f2d1a9d9840cbd154e1ba0c9f9df7a - 34.8% (88.5 MB)

[#006] sha256:b543253d729aa3dd64451fa2d229dd1f9f5d8c4a48bc2f403e3040e07b31bf66 - 63.65% (162 MB)


History
2025-05-30 16:20:41 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.22.0-aarch64.tar.gz / # buildkit

2025-05-30 16:20:41 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-07-08 19:24:45 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG=1.0.2

2025-07-08 19:24:45 UTC (buildkit.dockerfile.v0)

ENV DISABLE_ADDITIONAL_FEATURES=true HOME=/home/stirlingpdfuser VERSION_TAG=1.0.2 JAVA_BASE_OPTS=-XX:+UnlockExperimentalVMOptions -XX:MaxRAMPercentage=75 -XX:InitiatingHeapOccupancyPercent=20 -XX:+G1PeriodicGCInvokesConcurrent -XX:G1PeriodicGCInterval=10000 -XX:+UseStringDeduplication -XX:G1PeriodicGCSystemLoadThreshold=70 JAVA_CUSTOM_OPTS= PUID=1000 PGID=1000 UMASK=022 STIRLING_TEMPFILES_DIRECTORY=/tmp/stirling-pdf TMPDIR=/tmp/stirling-pdf TEMP=/tmp/stirling-pdf TMP=/tmp/stirling-pdf

2025-07-08 19:24:45 UTC (buildkit.dockerfile.v0)

COPY scripts/download-security-jar.sh /scripts/download-security-jar.sh # buildkit

2025-07-08 19:24:45 UTC (buildkit.dockerfile.v0)

COPY scripts/init-without-ocr.sh /scripts/init-without-ocr.sh # buildkit

2025-07-08 19:24:45 UTC (buildkit.dockerfile.v0)

COPY scripts/installFonts.sh /scripts/installFonts.sh # buildkit

2025-07-08 19:24:45 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2025-07-08 19:24:45 UTC (buildkit.dockerfile.v0)

COPY stirling-pdf/build/libs/*.jar app.jar # buildkit

2025-07-08 19:25:02 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=1.0.2 /bin/sh -c echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk upgrade --no-cache -a && apk add --no-cache ca-certificates tzdata tini bash curl shadow su-exec openjdk21-jre && mkdir -p /configs /logs /customFiles /usr/share/fonts/opentype/noto /tmp/stirling-pdf && chmod +x /scripts/*.sh && addgroup -S stirlingpdfgroup && adduser -S stirlingpdfuser -G stirlingpdfgroup && chown -R stirlingpdfuser:stirlingpdfgroup $HOME /scripts /configs /customFiles /pipeline /tmp/stirling-pdf && chown stirlingpdfuser:stirlingpdfgroup /app.jar # buildkit

2025-07-08 19:25:02 UTC (buildkit.dockerfile.v0)

ENV ENDPOINTS_GROUPS_TO_REMOVE=CLI

2025-07-08 19:25:02 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2025-07-08 19:25:02 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--" "/scripts/init-without-ocr.sh"]

2025-07-08 19:25:02 UTC (buildkit.dockerfile.v0)

CMD ["java" "-Dfile.encoding=UTF-8" "-Djava.io.tmpdir=/tmp/stirling-pdf" "-jar" "/app.jar"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete