Namespace
frooodle
Image / Tag
s-pdf:0.31.1
Content Digest
sha256:fefbcbdc851bfdb29e172df03d8ac280efdd3eada92b16c46b0fc15932152c6c
Details
Created

2024-10-31 13:17:14 UTC

Size

703 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-10-31T13:16:45.637Z
  • 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
    384c3ee88f8aae63a5984365c992635ab1490a4c
  • 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.31.1

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


Layers

[#000] sha256:43c4264eed91be63b206e17d93e75256a6097070ce643c5e8f0379998b44f170 - 0.49% (3.46 MB)

[#001] sha256:b8e5025789dde5cf348c08948b4db46fc7e589816d47b55eafc34d08e418804b - 0.0% (9.36 KB)

[#002] sha256:217dd75b1da2c44b080a7f0cedaa8bdefc024035f6f4b4bd40dfb14739725ffb - 0.0% (912 Bytes)

[#003] sha256:c63ab065d94a237542f1067d4f81c6099f6731af518d913a0c940fe8cf2af8d2 - 2.14% (15 MB)

[#004] sha256:dcca3ced3b78d23ec65e04067d07bb4fdf2dd72451bcd736e9449edf7790cc42 - 11.91% (83.7 MB)

[#005] sha256:6ab715b0fa85cfd213e23140fd965e4b89c6442b6525d44157faa4ac9c8b31b2 - 85.46% (600 MB)


History
2024-09-06 22:20:07 UTC

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

2024-09-06 22:20:07 UTC

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

2024-10-20 20:04:17 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts # buildkit

2024-10-20 20:04:17 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2024-10-20 20:04:17 UTC (buildkit.dockerfile.v0)

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

2024-10-31 13:16:50 UTC (buildkit.dockerfile.v0)

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

2024-10-31 13:17:14 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG=0.31.1

2024-10-31 13:17:14 UTC (buildkit.dockerfile.v0)

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

2024-10-31 13:17:14 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.31.1 /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 pdf2image pillow && 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-10-31 13:17:14 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-10-31 13:17:14 UTC (buildkit.dockerfile.v0)

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

2024-10-31 13:17:14 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-10-31 13:18:25 UTC

Size

694 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-10-31T13:16:45.637Z
  • 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
    384c3ee88f8aae63a5984365c992635ab1490a4c
  • 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.31.1

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


Layers

[#000] sha256:cf04c63912e16506c4413937c7f4579018e4bb25c272d989789cfba77b12f951 - 0.56% (3.9 MB)

[#001] sha256:b8e5025789dde5cf348c08948b4db46fc7e589816d47b55eafc34d08e418804b - 0.0% (9.36 KB)

[#002] sha256:217dd75b1da2c44b080a7f0cedaa8bdefc024035f6f4b4bd40dfb14739725ffb - 0.0% (912 Bytes)

[#003] sha256:78c2c211e46c9e36599ac755604110394df523b02d66de58a125cce220b10ae1 - 2.17% (15 MB)

[#004] sha256:dcca3ced3b78d23ec65e04067d07bb4fdf2dd72451bcd736e9449edf7790cc42 - 12.06% (83.7 MB)

[#005] sha256:0ba3e369de7905c2762c19ca67bd1ff59db76ed42c03fc1a229767a4cd21676c - 85.2% (591 MB)


History
2024-09-06 22:44:10 UTC

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

2024-09-06 22:44:11 UTC

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

2024-10-20 20:04:17 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts # buildkit

2024-10-20 20:04:17 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2024-10-20 20:04:17 UTC (buildkit.dockerfile.v0)

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

2024-10-31 13:16:50 UTC (buildkit.dockerfile.v0)

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

2024-10-31 13:18:25 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG=0.31.1

2024-10-31 13:18:25 UTC (buildkit.dockerfile.v0)

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

2024-10-31 13:18:25 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.31.1 /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 pdf2image pillow && 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-10-31 13:18:25 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-10-31 13:18:25 UTC (buildkit.dockerfile.v0)

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

2024-10-31 13:18:25 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