Namespace
stirlingtools
Image / Tag
stirling-pdf:0.37.0-ultra-lite
Content Digest
sha256:248cb9978e758d7c8404aaf38e02a8ac93ef51fb51faa175c9caaf550359e8c8
Details
Created

2025-01-13 15:17:32 UTC

Size

266 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-01-13T15:17:26.218Z
  • 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
    4ef118c4eb5a224430eb27cd7e99808b9bb78e8e
  • 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.37.0-ultra-lite

Environment
DOCKER_ENABLE_SECURITY

false

ENDPOINTS_GROUPS_TO_REMOVE

CLI

HOME

/home/stirlingpdfuser

JAVA_TOOL_OPTIONS

-XX:MaxRAMPercentage=75

PATH

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

PGID

1000

PUID

1000

UMASK

022

VERSION_TAG

0.37.0


Layers

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

[#001] sha256:e84fb44eb746a52205ebd090b2238358fae66be4ed8d5a358cb65478d78e9ccc - 0.0% (585 Bytes)

[#002] sha256:1387b681fa3492055d27d1e4154696a2968117b967488e5e82cbe3adeb7f61c9 - 0.0% (810 Bytes)

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

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

[#005] sha256:55e0b2a14d8bee824ab72d4d18aa86bb7bf15d0e11bbcc2f1d2d119e583f3682 - 35.93% (95.5 MB)

[#006] sha256:6474a35b8964cfffc8768b762a74cbc253a643114b1733588eec63640f468c30 - 62.76% (167 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-13 15:17:27 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG=0.37.0

2025-01-13 15:17:27 UTC (buildkit.dockerfile.v0)

ENV DOCKER_ENABLE_SECURITY=false HOME=/home/stirlingpdfuser VERSION_TAG=0.37.0 JAVA_TOOL_OPTIONS= -XX:MaxRAMPercentage=75 PUID=1000 PGID=1000 UMASK=022

2025-01-13 15:17:27 UTC (buildkit.dockerfile.v0)

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

2025-01-13 15:17:27 UTC (buildkit.dockerfile.v0)

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

2025-01-13 15:17:27 UTC (buildkit.dockerfile.v0)

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

2025-01-13 15:17:27 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2025-01-13 15:17:27 UTC (buildkit.dockerfile.v0)

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

2025-01-13 15:17:32 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.37.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-13 15:17:32 UTC (buildkit.dockerfile.v0)

ENV ENDPOINTS_GROUPS_TO_REMOVE=CLI

2025-01-13 15:17:32 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2025-01-13 15:17:32 UTC (buildkit.dockerfile.v0)

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

2025-01-13 15:17:32 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-01-13 15:17:43 UTC

Size

265 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-01-13T15:17:26.218Z
  • 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
    4ef118c4eb5a224430eb27cd7e99808b9bb78e8e
  • 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.37.0-ultra-lite

Environment
DOCKER_ENABLE_SECURITY

false

ENDPOINTS_GROUPS_TO_REMOVE

CLI

HOME

/home/stirlingpdfuser

JAVA_TOOL_OPTIONS

-XX:MaxRAMPercentage=75

PATH

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

PGID

1000

PUID

1000

UMASK

022

VERSION_TAG

0.37.0


Layers

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

[#001] sha256:e84fb44eb746a52205ebd090b2238358fae66be4ed8d5a358cb65478d78e9ccc - 0.0% (585 Bytes)

[#002] sha256:1387b681fa3492055d27d1e4154696a2968117b967488e5e82cbe3adeb7f61c9 - 0.0% (810 Bytes)

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

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

[#005] sha256:55e0b2a14d8bee824ab72d4d18aa86bb7bf15d0e11bbcc2f1d2d119e583f3682 - 35.99% (95.5 MB)

[#006] sha256:0dcb293214672fabf22526e925debd590895fe20575666e4c4c58c8d7ea4cbee - 62.57% (166 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-13 15:17:27 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG=0.37.0

2025-01-13 15:17:27 UTC (buildkit.dockerfile.v0)

ENV DOCKER_ENABLE_SECURITY=false HOME=/home/stirlingpdfuser VERSION_TAG=0.37.0 JAVA_TOOL_OPTIONS= -XX:MaxRAMPercentage=75 PUID=1000 PGID=1000 UMASK=022

2025-01-13 15:17:27 UTC (buildkit.dockerfile.v0)

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

2025-01-13 15:17:27 UTC (buildkit.dockerfile.v0)

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

2025-01-13 15:17:27 UTC (buildkit.dockerfile.v0)

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

2025-01-13 15:17:27 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2025-01-13 15:17:27 UTC (buildkit.dockerfile.v0)

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

2025-01-13 15:17:43 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.37.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-13 15:17:43 UTC (buildkit.dockerfile.v0)

ENV ENDPOINTS_GROUPS_TO_REMOVE=CLI

2025-01-13 15:17:43 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2025-01-13 15:17:43 UTC (buildkit.dockerfile.v0)

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

2025-01-13 15:17:43 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