Namespace
frooodle
Image / Tag
s-pdf:0.25.0
Content Digest
sha256:2c67c213b1622abc613294f4883a7c9792d0bd1e566ab7960b48d0924f052b8a
Details
Created

2024-05-28 19:09:01 UTC

Size

683 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-05-28T19:08:30.720Z
  • org.opencontainers.image.description
    #1 Locally hosted web application that allows you to perform various operations on PDF files
  • org.opencontainers.image.licenses
    GPL-3.0
  • org.opencontainers.image.revision
    01b2613efe83b7a6090202e581a00b4891d04a2b
  • 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.25.0

Environment
DOCKER_ENABLE_SECURITY

false

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.25.0


Layers

[#000] sha256:d25f557d7f31bf7acfac935859b5153da41d13c41f2b468d16f729a5b883634f - 0.51% (3.45 MB)

[#001] sha256:5e173875ad613b4c0436b388585ce55081c7aeadc342cee7f46da61c7d819c8c - 0.0% (7.19 KB)

[#002] sha256:c15f947364e8b546fcca58d7c1bab47ae3ae080b7734abc53318532bfc81b86b - 0.0% (691 Bytes)

[#003] sha256:2654f989a62175cf420de16d69c4dec42084adee816c07322700f2bcb9738e6d - 2.2% (15 MB)

[#004] sha256:94c5af6679662341dfd8c0f5d5a28491211be3bc00a5acf16e88ed35b86e5d8b - 11.2% (76.5 MB)

[#005] sha256:37562387b3d42b34ff9fb844240c14927e41fb14feb329c82588948f0b0392e2 - 86.09% (588 MB)


History
2024-05-22 18:18:11 UTC

/bin/sh -c #(nop) ADD file:e3abcdba177145039cfef1ad882f9f81a612a24c9f044b19f713b95454d2e3f6 in /

2024-05-22 18:18:12 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2024-05-25 19:07:38 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts # buildkit

2024-05-25 19:07:38 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2024-05-25 19:07:38 UTC (buildkit.dockerfile.v0)

COPY src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/noto/ # buildkit

2024-05-28 19:08:34 UTC (buildkit.dockerfile.v0)

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

2024-05-28 19:09:01 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG

2024-05-28 19:09:01 UTC (buildkit.dockerfile.v0)

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

2024-05-28 19:09:01 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.25.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 openssl openssl-dev openjdk21-jre libreoffice poppler-utils ocrmypdf tesseract-ocr-data-eng py3-opencv python3 && wget https://bootstrap.pypa.io/get-pip.py -qO - | python3 - --break-system-packages --no-cache-dir --upgrade && pip install --break-system-packages --no-cache-dir --upgrade unoconv WeasyPrint && mv /usr/share/tessdata /usr/share/tessdata-original && mkdir -p $HOME /configs /logs /customFiles /pipeline/watchedFolders /pipeline/finishedFolders && fc-cache -f -v && chmod +x /scripts/* && chmod +x /scripts/init.sh && addgroup -S stirlingpdfgroup && adduser -S stirlingpdfuser -G stirlingpdfgroup && chown -R stirlingpdfuser:stirlingpdfgroup $HOME /scripts /usr/share/fonts/opentype/noto /configs /customFiles /pipeline && chown stirlingpdfuser:stirlingpdfgroup /app.jar && tesseract --list-langs # buildkit

2024-05-28 19:09:01 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-05-28 19:09:01 UTC (buildkit.dockerfile.v0)

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

2024-05-28 19:09:01 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-05-28 19:10:38 UTC

Size

674 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-05-28T19:08:30.720Z
  • org.opencontainers.image.description
    #1 Locally hosted web application that allows you to perform various operations on PDF files
  • org.opencontainers.image.licenses
    GPL-3.0
  • org.opencontainers.image.revision
    01b2613efe83b7a6090202e581a00b4891d04a2b
  • 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.25.0

Environment
DOCKER_ENABLE_SECURITY

false

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.25.0


Layers

[#000] sha256:94747bd812346354fd5042870b6e44e5406880a4e6b5736a9cf9c753110df11b - 0.58% (3.9 MB)

[#001] sha256:5e173875ad613b4c0436b388585ce55081c7aeadc342cee7f46da61c7d819c8c - 0.0% (7.19 KB)

[#002] sha256:c15f947364e8b546fcca58d7c1bab47ae3ae080b7734abc53318532bfc81b86b - 0.0% (691 Bytes)

[#003] sha256:2d3cab8d0edef13d8a1d66fba56361065334d5053900f56bbe6f2a1eb8a9fc97 - 2.23% (15 MB)

[#004] sha256:94c5af6679662341dfd8c0f5d5a28491211be3bc00a5acf16e88ed35b86e5d8b - 11.36% (76.5 MB)

[#005] sha256:d6704e46a0275becc988673e956e47a1ac716580f858ce70285dd15db493ae4c - 85.83% (578 MB)


History
2024-05-22 18:17:27 UTC

/bin/sh -c #(nop) ADD file:ceadd994c6d8900884c4a44aa76cf187336921e29afeaa017c4a3d1fc066a6a3 in /

2024-05-22 18:17:28 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2024-05-25 19:07:38 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts # buildkit

2024-05-25 19:07:38 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2024-05-25 19:07:38 UTC (buildkit.dockerfile.v0)

COPY src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/noto/ # buildkit

2024-05-28 19:08:34 UTC (buildkit.dockerfile.v0)

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

2024-05-28 19:10:38 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG

2024-05-28 19:10:38 UTC (buildkit.dockerfile.v0)

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

2024-05-28 19:10:38 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.25.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 openssl openssl-dev openjdk21-jre libreoffice poppler-utils ocrmypdf tesseract-ocr-data-eng py3-opencv python3 && wget https://bootstrap.pypa.io/get-pip.py -qO - | python3 - --break-system-packages --no-cache-dir --upgrade && pip install --break-system-packages --no-cache-dir --upgrade unoconv WeasyPrint && mv /usr/share/tessdata /usr/share/tessdata-original && mkdir -p $HOME /configs /logs /customFiles /pipeline/watchedFolders /pipeline/finishedFolders && fc-cache -f -v && chmod +x /scripts/* && chmod +x /scripts/init.sh && addgroup -S stirlingpdfgroup && adduser -S stirlingpdfuser -G stirlingpdfgroup && chown -R stirlingpdfuser:stirlingpdfgroup $HOME /scripts /usr/share/fonts/opentype/noto /configs /customFiles /pipeline && chown stirlingpdfuser:stirlingpdfgroup /app.jar && tesseract --list-langs # buildkit

2024-05-28 19:10:38 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-05-28 19:10:38 UTC (buildkit.dockerfile.v0)

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

2024-05-28 19:10:38 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