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

2025-02-25 23:38:19 UTC

Size

244 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-02-25T23:38:13.589Z
  • 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
    12b03be2bec79eb9f7d958ad0270f565aee5d8b9
  • 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.43.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.43.0


Layers

[#000] sha256:f18232174bc91741fdf3da96d85011092101a032a93a388b79e99e69c2d5c870 - 1.42% (3.47 MB)

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

[#002] sha256:30e2ddf9de712e6018d560d447142480284606f2ede2d541df76888ada7549a1 - 0.0% (809 Bytes)

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

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

[#005] sha256:973ce71e9a0c7b23b35543a5c89fa05c1608138166d1aa0023b05c62f8f8c2e3 - 34.7% (84.8 MB)

[#006] sha256:029940b8eaa8b96bd3990cd27279398564d290b6fb9201caaa65ff62f79f638a - 63.88% (156 MB)


History
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

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

2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-02-25 23:38:14 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG=0.43.0

2025-02-25 23:38:14 UTC (buildkit.dockerfile.v0)

ENV DOCKER_ENABLE_SECURITY=false HOME=/home/stirlingpdfuser VERSION_TAG=0.43.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-02-25 23:38:14 UTC (buildkit.dockerfile.v0)

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

2025-02-25 23:38:14 UTC (buildkit.dockerfile.v0)

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

2025-02-25 23:38:14 UTC (buildkit.dockerfile.v0)

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

2025-02-25 23:38:14 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2025-02-25 23:38:15 UTC (buildkit.dockerfile.v0)

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

2025-02-25 23:38:19 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.43.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-02-25 23:38:19 UTC (buildkit.dockerfile.v0)

ENV ENDPOINTS_GROUPS_TO_REMOVE=CLI

2025-02-25 23:38:19 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2025-02-25 23:38:19 UTC (buildkit.dockerfile.v0)

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

2025-02-25 23:38:19 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-02-25 23:38:30 UTC

Size

244 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-02-25T23:38:13.589Z
  • 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
    12b03be2bec79eb9f7d958ad0270f565aee5d8b9
  • 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.43.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.43.0


Layers

[#000] sha256:6e771e15690e2fabf2332d3a3b744495411d6e0b00b2aea64419b58b0066cf81 - 1.56% (3.81 MB)

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

[#002] sha256:30e2ddf9de712e6018d560d447142480284606f2ede2d541df76888ada7549a1 - 0.0% (809 Bytes)

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

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

[#005] sha256:973ce71e9a0c7b23b35543a5c89fa05c1608138166d1aa0023b05c62f8f8c2e3 - 34.76% (84.8 MB)

[#006] sha256:fd7de1871bc204547baf45cffc17ed17d2bcf5b7482c4f6fd772dc86480b1ec1 - 63.68% (155 MB)


History
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

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

2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-02-25 23:38:14 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG=0.43.0

2025-02-25 23:38:14 UTC (buildkit.dockerfile.v0)

ENV DOCKER_ENABLE_SECURITY=false HOME=/home/stirlingpdfuser VERSION_TAG=0.43.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-02-25 23:38:14 UTC (buildkit.dockerfile.v0)

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

2025-02-25 23:38:14 UTC (buildkit.dockerfile.v0)

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

2025-02-25 23:38:14 UTC (buildkit.dockerfile.v0)

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

2025-02-25 23:38:14 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2025-02-25 23:38:15 UTC (buildkit.dockerfile.v0)

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

2025-02-25 23:38:30 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.43.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-02-25 23:38:30 UTC (buildkit.dockerfile.v0)

ENV ENDPOINTS_GROUPS_TO_REMOVE=CLI

2025-02-25 23:38:30 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2025-02-25 23:38:30 UTC (buildkit.dockerfile.v0)

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

2025-02-25 23:38:30 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