Namespace
stirlingtools
Image / Tag
stirling-pdf:1.0.1-ultra-lite
Content Digest
sha256:cad26ded4f1e010809672b4afaff49561910959f334c6a5a07a37879321a8846
Details
Created

2025-07-07 23:15:16 UTC

Size

254 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-07-07T23:15:08.339Z
  • 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
    e0746b468ec71842d9a00df12f65ae927a7a696b
  • 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.1-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.1


Layers

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

[#001] sha256:1be9c5b4d3f6caae89854ba3c45c0cdcc8b770233c93acf4d71e113a980e3852 - 0.0% (625 Bytes)

[#002] sha256:991c3503fc4de9eba89d19eff79b3adc0d09735d9b3c7d03ef482dabc1414eea - 0.0% (911 Bytes)

[#003] sha256:f97e61863b94b50f7d646940f55935e32564706f62bdf82c24515396022efcab - 0.0% (1006 Bytes)

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

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

[#006] sha256:aabed374d85a50bc753e5743329395bc462286cb95ca7d20b01409d03cbab93a - 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-07 23:15:10 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG=1.0.1

2025-07-07 23:15:10 UTC (buildkit.dockerfile.v0)

ENV DISABLE_ADDITIONAL_FEATURES=true HOME=/home/stirlingpdfuser VERSION_TAG=1.0.1 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-07 23:15:10 UTC (buildkit.dockerfile.v0)

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

2025-07-07 23:15:10 UTC (buildkit.dockerfile.v0)

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

2025-07-07 23:15:10 UTC (buildkit.dockerfile.v0)

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

2025-07-07 23:15:10 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2025-07-07 23:15:10 UTC (buildkit.dockerfile.v0)

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

2025-07-07 23:15:16 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=1.0.1 /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-07 23:15:16 UTC (buildkit.dockerfile.v0)

ENV ENDPOINTS_GROUPS_TO_REMOVE=CLI

2025-07-07 23:15:16 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2025-07-07 23:15:16 UTC (buildkit.dockerfile.v0)

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

2025-07-07 23:15:16 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-07-07 23:15:27 UTC

Size

254 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-07-07T23:15:08.339Z
  • 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
    e0746b468ec71842d9a00df12f65ae927a7a696b
  • 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.1-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.1


Layers

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

[#001] sha256:1be9c5b4d3f6caae89854ba3c45c0cdcc8b770233c93acf4d71e113a980e3852 - 0.0% (625 Bytes)

[#002] sha256:991c3503fc4de9eba89d19eff79b3adc0d09735d9b3c7d03ef482dabc1414eea - 0.0% (911 Bytes)

[#003] sha256:f97e61863b94b50f7d646940f55935e32564706f62bdf82c24515396022efcab - 0.0% (1006 Bytes)

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

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

[#006] sha256:97fecefa2eacb04d41b15e61c260ccc7fd0f82feae31cfd8a4ce801cd127fbf7 - 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-07 23:15:10 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG=1.0.1

2025-07-07 23:15:10 UTC (buildkit.dockerfile.v0)

ENV DISABLE_ADDITIONAL_FEATURES=true HOME=/home/stirlingpdfuser VERSION_TAG=1.0.1 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-07 23:15:10 UTC (buildkit.dockerfile.v0)

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

2025-07-07 23:15:10 UTC (buildkit.dockerfile.v0)

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

2025-07-07 23:15:10 UTC (buildkit.dockerfile.v0)

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

2025-07-07 23:15:10 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2025-07-07 23:15:10 UTC (buildkit.dockerfile.v0)

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

2025-07-07 23:15:27 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=1.0.1 /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-07 23:15:27 UTC (buildkit.dockerfile.v0)

ENV ENDPOINTS_GROUPS_TO_REMOVE=CLI

2025-07-07 23:15:27 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2025-07-07 23:15:27 UTC (buildkit.dockerfile.v0)

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

2025-07-07 23:15:27 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