Namespace
stirlingtools
Image / Tag
stirling-pdf:0.39.0-ultra-lite
Content Digest
sha256:5c67ebbb3d48cca3d7e5b7b4a93d2475b3b2d725bba98157a795909c74b1b812
Details
Created

2025-01-26 13:40:15 UTC

Size

270 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-01-26T13:40:09.443Z
  • org.opencontainers.image.description
    #1 Locally hosted web application that allows you to perform various operations on PDF files
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    7eb7774979cf3f07287ac0038129895750b91d3f
  • 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
    0.39.0-ultra-lite

Environment
DOCKER_ENABLE_SECURITY

false

ENDPOINTS_GROUPS_TO_REMOVE

CLI

HOME

/home/stirlingpdfuser

JAVA_TOOL_OPTIONS

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

PATH

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

PGID

1000

PUID

1000

UMASK

022

VERSION_TAG

0.39.0


Layers

[#000] sha256:1f3e46996e2966e4faa5846e56e76e3748b7315e2ded61476c24403d592134f0 - 1.29% (3.47 MB)

[#001] sha256:ddfebd9a87834d59ad3fe3a73d3db04155bb36ec96ea45b0d71b5276cea03eaf - 0.0% (584 Bytes)

[#002] sha256:408744f3091d2e911af7933a81810ed345b8142dd814e72da01e2bcc45b51e92 - 0.0% (808 Bytes)

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

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

[#005] sha256:f7fc64cef236917e3e928a14c173f669e5135696f079b2ab1bfd305d6013314b - 36.07% (97.5 MB)

[#006] sha256:b7c0fbccdff682468bb0e3056ea5b5dc021fc574bfd5c64b82594a6a41275f08 - 62.65% (169 MB)


History
2025-01-08 12:07:30 UTC (buildkit.dockerfile.v0)

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

2025-01-08 12:07:30 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-01-26 13:40:10 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG=0.39.0

2025-01-26 13:40:10 UTC (buildkit.dockerfile.v0)

ENV DOCKER_ENABLE_SECURITY=false HOME=/home/stirlingpdfuser VERSION_TAG=0.39.0 JAVA_TOOL_OPTIONS=-XX:+UnlockExperimentalVMOptions -XX:MaxRAMPercentage=75 -XX:InitiatingHeapOccupancyPercent=20 -XX:+G1PeriodicGCInvokesConcurrent -XX:G1PeriodicGCInterval=10000 -XX:+UseStringDeduplication -XX:G1PeriodicGCSystemLoadThreshold=70 PUID=1000 PGID=1000 UMASK=022

2025-01-26 13:40:10 UTC (buildkit.dockerfile.v0)

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

2025-01-26 13:40:10 UTC (buildkit.dockerfile.v0)

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

2025-01-26 13:40:10 UTC (buildkit.dockerfile.v0)

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

2025-01-26 13:40:10 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2025-01-26 13:40:11 UTC (buildkit.dockerfile.v0)

COPY build/libs/*.jar app.jar # buildkit

2025-01-26 13:40:15 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.39.0 /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 && chmod +x /scripts/*.sh && addgroup -S stirlingpdfgroup && adduser -S stirlingpdfuser -G stirlingpdfgroup && chown -R stirlingpdfuser:stirlingpdfgroup $HOME /scripts /configs /customFiles /pipeline && chown stirlingpdfuser:stirlingpdfgroup /app.jar # buildkit

2025-01-26 13:40:15 UTC (buildkit.dockerfile.v0)

ENV ENDPOINTS_GROUPS_TO_REMOVE=CLI

2025-01-26 13:40:15 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2025-01-26 13:40:15 UTC (buildkit.dockerfile.v0)

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

2025-01-26 13:40:15 UTC (buildkit.dockerfile.v0)

CMD ["java" "-Dfile.encoding=UTF-8" "-jar" "/app.jar"]

Details
Created

2025-01-26 13:40:27 UTC

Size

270 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-01-26T13:40:09.443Z
  • org.opencontainers.image.description
    #1 Locally hosted web application that allows you to perform various operations on PDF files
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    7eb7774979cf3f07287ac0038129895750b91d3f
  • 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
    0.39.0-ultra-lite

Environment
DOCKER_ENABLE_SECURITY

false

ENDPOINTS_GROUPS_TO_REMOVE

CLI

HOME

/home/stirlingpdfuser

JAVA_TOOL_OPTIONS

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

PATH

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

PGID

1000

PUID

1000

UMASK

022

VERSION_TAG

0.39.0


Layers

[#000] sha256:52f827f723504aa3325bb5a54247f0dc4b92bb72569525bc951532c4ef679bd4 - 1.41% (3.81 MB)

[#001] sha256:ddfebd9a87834d59ad3fe3a73d3db04155bb36ec96ea45b0d71b5276cea03eaf - 0.0% (584 Bytes)

[#002] sha256:408744f3091d2e911af7933a81810ed345b8142dd814e72da01e2bcc45b51e92 - 0.0% (808 Bytes)

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

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

[#005] sha256:f7fc64cef236917e3e928a14c173f669e5135696f079b2ab1bfd305d6013314b - 36.12% (97.5 MB)

[#006] sha256:97e822a16782517c5fada28c128b6795dea1d9276bd040a275bacf77cd6adc5e - 62.47% (169 MB)


History
2025-01-08 12:07:30 UTC (buildkit.dockerfile.v0)

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

2025-01-08 12:07:30 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-01-26 13:40:10 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG=0.39.0

2025-01-26 13:40:10 UTC (buildkit.dockerfile.v0)

ENV DOCKER_ENABLE_SECURITY=false HOME=/home/stirlingpdfuser VERSION_TAG=0.39.0 JAVA_TOOL_OPTIONS=-XX:+UnlockExperimentalVMOptions -XX:MaxRAMPercentage=75 -XX:InitiatingHeapOccupancyPercent=20 -XX:+G1PeriodicGCInvokesConcurrent -XX:G1PeriodicGCInterval=10000 -XX:+UseStringDeduplication -XX:G1PeriodicGCSystemLoadThreshold=70 PUID=1000 PGID=1000 UMASK=022

2025-01-26 13:40:10 UTC (buildkit.dockerfile.v0)

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

2025-01-26 13:40:10 UTC (buildkit.dockerfile.v0)

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

2025-01-26 13:40:10 UTC (buildkit.dockerfile.v0)

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

2025-01-26 13:40:10 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2025-01-26 13:40:11 UTC (buildkit.dockerfile.v0)

COPY build/libs/*.jar app.jar # buildkit

2025-01-26 13:40:27 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.39.0 /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 && chmod +x /scripts/*.sh && addgroup -S stirlingpdfgroup && adduser -S stirlingpdfuser -G stirlingpdfgroup && chown -R stirlingpdfuser:stirlingpdfgroup $HOME /scripts /configs /customFiles /pipeline && chown stirlingpdfuser:stirlingpdfgroup /app.jar # buildkit

2025-01-26 13:40:27 UTC (buildkit.dockerfile.v0)

ENV ENDPOINTS_GROUPS_TO_REMOVE=CLI

2025-01-26 13:40:27 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2025-01-26 13:40:27 UTC (buildkit.dockerfile.v0)

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

2025-01-26 13:40:27 UTC (buildkit.dockerfile.v0)

CMD ["java" "-Dfile.encoding=UTF-8" "-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