Namespace
frooodle
Image / Tag
s-pdf:0.26.1
Content Digest
sha256:a5a8c2df471a760596dc3b2701a60af755a6fd63c85c73fa52c199b08504d584
Details
Created

2024-06-14 23:55:26 UTC

Size

696 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-14T23:54:54.626Z
  • 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
    d575ba8f9add4433e433017fcf2a9991daa7c8ba
  • 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.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.26.1


Layers

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

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

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

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

[#004] sha256:67f00d0a9428f244168d4beb4eb783051e3b7d240b72d600b5a4cb7e4874009b - 11.73% (81.6 MB)

[#005] sha256:8c2cae92d4852824dad08dded5ebf3b61446f724e3a1de7e16bb761c4bcabe14 - 85.61% (596 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-14 23:54:58 UTC (buildkit.dockerfile.v0)

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

2024-06-14 23:55:26 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG

2024-06-14 23:55:26 UTC (buildkit.dockerfile.v0)

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

2024-06-14 23:55:26 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.26.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 && 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-14 23:55:26 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-06-14 23:55:26 UTC (buildkit.dockerfile.v0)

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

2024-06-14 23:55:26 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-06-14 23:56:59 UTC

Size

687 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-14T23:54:54.626Z
  • 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
    d575ba8f9add4433e433017fcf2a9991daa7c8ba
  • 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.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.26.1


Layers

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

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

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

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

[#004] sha256:67f00d0a9428f244168d4beb4eb783051e3b7d240b72d600b5a4cb7e4874009b - 11.88% (81.6 MB)

[#005] sha256:ca9a96d802c743dbb0451477d9fc365dcea46fec90b5fc9afa6539542efb106f - 85.36% (587 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-14 23:54:58 UTC (buildkit.dockerfile.v0)

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

2024-06-14 23:56:59 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG

2024-06-14 23:56:59 UTC (buildkit.dockerfile.v0)

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

2024-06-14 23:56:59 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.26.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 && 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-14 23:56:59 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-06-14 23:56:59 UTC (buildkit.dockerfile.v0)

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

2024-06-14 23:56:59 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