Namespace
frooodle
Image / Tag
s-pdf:0.24.0
Content Digest
sha256:ea390fbda94ca88a9d476044c3c7184493283cc5e6d36a58d4df827f9ab3a3bb
Details
Created

2024-05-19 11:37:02 UTC

Size

684 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-05-19T11:36:29.376Z
  • 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
    0dd91f209a8b5adfd4bc10939c1d126789aedee1
  • 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.24.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.24.0


Layers

[#000] sha256:4edfc05e3af24b1bda57b71f08f45253b28f303c0e1d8e77629c05b10bd1c7f5 - 0.5% (3.42 MB)

[#001] sha256:b648e294ddcbd049a39d63226a155d39d5168553f2dd521e99448e238298e493 - 0.0% (7.18 KB)

[#002] sha256:b2bc5fc545c2944c8d7a113c5dd1918fa4c39ec28d706a2edd1c85fb7685fd9e - 0.0% (693 Bytes)

[#003] sha256:83be01fd3e8e0d946d529e23a0f409b7592fa9b4e5cfd3835678210332a6588c - 2.2% (15 MB)

[#004] sha256:28ed057afa72654ea41859e9edb62fe324ef26b68d9bdeeb473615e77fc90615 - 11.09% (75.8 MB)

[#005] sha256:bf57a0e285a6769b0f118aae956aa7cd242fa7a3c74d15be0b75bfb2decd61d0 - 86.21% (589 MB)


History
2024-03-29 17:51:41 UTC

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

2024-03-29 17:51:41 UTC

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

2024-05-15 21:28:34 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts # buildkit

2024-05-15 21:28:35 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2024-05-15 21:28:35 UTC (buildkit.dockerfile.v0)

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

2024-05-19 11:36:35 UTC (buildkit.dockerfile.v0)

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

2024-05-19 11:37:02 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG

2024-05-19 11:37:02 UTC (buildkit.dockerfile.v0)

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

2024-05-19 11:37:02 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.24.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 update && apk add --no-cache ca-certificates tzdata tini openssl openssl-dev bash curl openjdk21-jre su-exec shadow libreoffice@testing 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 && rm -rf /var/cache/apk/* # buildkit

2024-05-19 11:37:02 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-05-19 11:37:02 UTC (buildkit.dockerfile.v0)

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

2024-05-19 11:37:02 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-05-19 11:38:35 UTC

Size

675 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-05-19T11:36:29.376Z
  • 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
    0dd91f209a8b5adfd4bc10939c1d126789aedee1
  • 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.24.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.24.0


Layers

[#000] sha256:d947c2a98aecc98786ad96eebf9ea3faf06e4dbf524b468c6fd15b1c4f464293 - 0.57% (3.87 MB)

[#001] sha256:b648e294ddcbd049a39d63226a155d39d5168553f2dd521e99448e238298e493 - 0.0% (7.18 KB)

[#002] sha256:b2bc5fc545c2944c8d7a113c5dd1918fa4c39ec28d706a2edd1c85fb7685fd9e - 0.0% (693 Bytes)

[#003] sha256:10eb6b120589bfa244e7efa5146df71c68eff6c8de17ead18b52df3b4248c5fc - 2.23% (15 MB)

[#004] sha256:28ed057afa72654ea41859e9edb62fe324ef26b68d9bdeeb473615e77fc90615 - 11.24% (75.8 MB)

[#005] sha256:22755ece46ed5350cfa5cdce7aba29952af341f5f6de32f35264c14702c7258a - 85.96% (580 MB)


History
2024-03-29 18:06:18 UTC

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

2024-03-29 18:06:18 UTC

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

2024-05-15 21:28:34 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts # buildkit

2024-05-15 21:28:35 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2024-05-15 21:28:35 UTC (buildkit.dockerfile.v0)

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

2024-05-19 11:36:35 UTC (buildkit.dockerfile.v0)

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

2024-05-19 11:38:35 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG

2024-05-19 11:38:35 UTC (buildkit.dockerfile.v0)

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

2024-05-19 11:38:35 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.24.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 update && apk add --no-cache ca-certificates tzdata tini openssl openssl-dev bash curl openjdk21-jre su-exec shadow libreoffice@testing 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 && rm -rf /var/cache/apk/* # buildkit

2024-05-19 11:38:35 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-05-19 11:38:35 UTC (buildkit.dockerfile.v0)

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

2024-05-19 11:38:35 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