Namespace
frooodle
Image / Tag
s-pdf:0.26.0-fat
Content Digest
sha256:9223119862170a73992e84a84ac4058922f4d840321d9d71dde34c6ddbb7febc
Details
Created

2024-06-09 17:02:37 UTC

Size

1.03 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-09T17:00:06.329Z
  • 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
    e0ce3c90de58be0a5c0aa46c023daa6e64650da4
  • 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.26.0-fat

Environment
DOCKER_ENABLE_SECURITY

false

FAT_DOCKER

true

HOME

/home/stirlingpdfuser

INSTALL_BOOK_AND_ADVANCED_HTML_OPS

true

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


Layers

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

[#001] sha256:c1f8f1be6b134ee306fc314d0649af5d0e946c4e8882764ab002bcd209a3f186 - 0.0% (7.25 KB)

[#002] sha256:1f66901a7ce5e805ba9e5aafc2565255ac1cda1c05acaa35740017ac75ab6d12 - 0.0% (914 Bytes)

[#003] sha256:64608eef7b1e26e9e1b9065936c3f5ca2023b8fd549cf9c9d9037cac0f003f2a - 1.42% (15 MB)

[#004] sha256:3e5fb105126ead53df5d4805a409a7c6c0410ae3ae60de9a9de65ea5ca49083f - 9.88% (105 MB)

[#005] sha256:f7f9b86ea2b8dbe2d8d808b9f894517d332adbdd1bb90f05690a20235a6798f8 - 88.37% (935 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-06-07 21:25:05 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts # buildkit

2024-06-09 12:59:23 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2024-06-09 12:59:23 UTC (buildkit.dockerfile.v0)

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

2024-06-09 17:01:59 UTC (buildkit.dockerfile.v0)

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

2024-06-09 17:02:37 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG

2024-06-09 17:02:37 UTC (buildkit.dockerfile.v0)

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

2024-06-09 17:02:37 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.26.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 calibre@testing shadow su-exec openssl openssl-dev openjdk21-jre libreoffice poppler-utils ocrmypdf tesseract-ocr-data-eng font-terminus font-dejavu font-noto font-noto-cjk font-awesome font-noto-extra 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-06-09 17:02:37 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-06-09 17:02:37 UTC (buildkit.dockerfile.v0)

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

2024-06-09 17:02:37 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-06-09 17:12:50 UTC

Size

1.02 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-09T17:00:06.329Z
  • 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
    e0ce3c90de58be0a5c0aa46c023daa6e64650da4
  • 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.26.0-fat

Environment
DOCKER_ENABLE_SECURITY

false

FAT_DOCKER

true

HOME

/home/stirlingpdfuser

INSTALL_BOOK_AND_ADVANCED_HTML_OPS

true

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


Layers

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

[#001] sha256:c1f8f1be6b134ee306fc314d0649af5d0e946c4e8882764ab002bcd209a3f186 - 0.0% (7.25 KB)

[#002] sha256:1f66901a7ce5e805ba9e5aafc2565255ac1cda1c05acaa35740017ac75ab6d12 - 0.0% (914 Bytes)

[#003] sha256:bf125393ca9119881ac11e148aca6442cc6ce815b792c7374b06d696d3dccbd1 - 1.44% (15 MB)

[#004] sha256:6e4411661cfab11214177e90431a611957e32722de0ab5bb51d8b1d4d096d7ff - 9.99% (105 MB)

[#005] sha256:53424a5aa6aa3a81d2ddc8529eb0a0774c28f828534e6c5b0c1b184dd9b3687f - 88.21% (924 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-06-07 21:25:05 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts # buildkit

2024-06-09 12:59:23 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2024-06-09 12:59:23 UTC (buildkit.dockerfile.v0)

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

2024-06-09 17:10:29 UTC (buildkit.dockerfile.v0)

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

2024-06-09 17:12:50 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG

2024-06-09 17:12:50 UTC (buildkit.dockerfile.v0)

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

2024-06-09 17:12:50 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.26.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 calibre@testing shadow su-exec openssl openssl-dev openjdk21-jre libreoffice poppler-utils ocrmypdf tesseract-ocr-data-eng font-terminus font-dejavu font-noto font-noto-cjk font-awesome font-noto-extra 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-06-09 17:12:50 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-06-09 17:12:50 UTC (buildkit.dockerfile.v0)

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

2024-06-09 17:12:50 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