Namespace
frooodle
Image / Tag
s-pdf:0.28.0
Content Digest
sha256:69251b8043d9d9ce3dda497e2cd48ad5660046635f1fe22e0c4f1b455cca59cf
Details
Created

2024-08-16 12:03:30 UTC

Size

695 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-08-16T12:03:04.150Z
  • 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
    48bae227f672113da45edd55dea17306ad0d4889
  • 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.28.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.28.0


Layers

[#000] sha256:c6a83fedfae6ed8a4f5f7cbb6a7b6f1c1ec3d86fea8cb9e5ba2e5e6673fde9f6 - 0.5% (3.46 MB)

[#001] sha256:9b186d44678701757d85e1b5024a1cd2ed7ab2f3de11baacc464f4704da24d56 - 0.0% (7.68 KB)

[#002] sha256:4553f21081d631fe6138e13c59724f728ee1074ba027204ad2d6de2b674c7cfc - 0.0% (915 Bytes)

[#003] sha256:c571000054cf6507a4c88f305b975555cc30086bd6b43b2fb7dd3fc257f53a7a - 2.16% (15 MB)

[#004] sha256:3f44e2276f636960d3eccf7e9a1a957316f1e4e16cdb32158eafd0fc03982be9 - 11.91% (82.8 MB)

[#005] sha256:af02a5a9e601cf6c2dab13626d5d03a203023d9a2a368f949b09b202cb356b71 - 85.43% (594 MB)


History
2024-07-22 22:26:43 UTC

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

2024-07-22 22:26:43 UTC

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

2024-08-08 19:51:07 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts # buildkit

2024-08-08 19:51:07 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2024-08-08 19:51:07 UTC (buildkit.dockerfile.v0)

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

2024-08-16 12:03:08 UTC (buildkit.dockerfile.v0)

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

2024-08-16 12:03:30 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG=0.28.0

2024-08-16 12:03:30 UTC (buildkit.dockerfile.v0)

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

2024-08-16 12:03:30 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.28.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 py3-pip && 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-08-16 12:03:30 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-08-16 12:03:30 UTC (buildkit.dockerfile.v0)

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

2024-08-16 12:03:30 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-08-16 12:04:34 UTC

Size

686 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-08-16T12:03:04.150Z
  • 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
    48bae227f672113da45edd55dea17306ad0d4889
  • 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.28.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.28.0


Layers

[#000] sha256:690e87867337b8441990047e169b892933e9006bdbcbed52ab7a356945477a4d - 0.57% (3.9 MB)

[#001] sha256:9b186d44678701757d85e1b5024a1cd2ed7ab2f3de11baacc464f4704da24d56 - 0.0% (7.68 KB)

[#002] sha256:4553f21081d631fe6138e13c59724f728ee1074ba027204ad2d6de2b674c7cfc - 0.0% (915 Bytes)

[#003] sha256:ac72f2547382ed74b527a63ae8f080799fa9b6be1c4eda21de95951a3ee52ec6 - 2.19% (15 MB)

[#004] sha256:3f44e2276f636960d3eccf7e9a1a957316f1e4e16cdb32158eafd0fc03982be9 - 12.07% (82.8 MB)

[#005] sha256:52f8388e181b1c3c9a51980196b9e0c845682c5210423b4e98e604d91f39ab70 - 85.16% (584 MB)


History
2024-07-22 21:44:13 UTC

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

2024-07-22 21:44:13 UTC

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

2024-08-08 19:51:07 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts # buildkit

2024-08-08 19:51:07 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2024-08-08 19:51:07 UTC (buildkit.dockerfile.v0)

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

2024-08-16 12:03:08 UTC (buildkit.dockerfile.v0)

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

2024-08-16 12:04:34 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG=0.28.0

2024-08-16 12:04:34 UTC (buildkit.dockerfile.v0)

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

2024-08-16 12:04:34 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.28.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 py3-pip && 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-08-16 12:04:34 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-08-16 12:04:34 UTC (buildkit.dockerfile.v0)

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

2024-08-16 12:04:34 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