Namespace
frooodle
Image / Tag
s-pdf:0.33.1
Content Digest
sha256:d30bf0b2826f0e71cf6fe1b806d918db6d90121ac70b3384569e3b49edf51b3f
Details
Created

2024-11-16 11:11:35 UTC

Size

704 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-11-16T11:11:08.425Z
  • 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
    d843696703536b4cd3816bc2d4c68516c211caaf
  • 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.33.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.33.1


Layers

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

[#001] sha256:c49d0910e73d3c2485e81834aa70b61f0f53639b13639aa22a357dcf05c9210e - 0.0% (9.26 KB)

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

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

[#004] sha256:a2cced45c69d6d24340b1e8fe575edea235c7d41a8f76e676d5ce639a117c305 - 11.99% (84.5 MB)

[#005] sha256:7b992651e5d55f0471e89ea36981cd58b2c66d18da77c0a06147eb172c96b466 - 85.38% (601 MB)


History
2024-09-06 12:05:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.20.3-x86_64.tar.gz / # buildkit

2024-09-06 12:05:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2024-11-15 22:19:22 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts # buildkit

2024-11-15 22:19:22 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2024-11-15 22:19:22 UTC (buildkit.dockerfile.v0)

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

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

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

2024-11-16 11:11:35 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG=0.33.1

2024-11-16 11:11:35 UTC (buildkit.dockerfile.v0)

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

2024-11-16 11:11:35 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.33.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-11-16 11:11:35 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-11-16 11:11:35 UTC (buildkit.dockerfile.v0)

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

2024-11-16 11:11:35 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-11-16 11:12:44 UTC

Size

695 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-11-16T11:11:08.425Z
  • 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
    d843696703536b4cd3816bc2d4c68516c211caaf
  • 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.33.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.33.1


Layers

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

[#001] sha256:c49d0910e73d3c2485e81834aa70b61f0f53639b13639aa22a357dcf05c9210e - 0.0% (9.26 KB)

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

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

[#004] sha256:a2cced45c69d6d24340b1e8fe575edea235c7d41a8f76e676d5ce639a117c305 - 12.15% (84.5 MB)

[#005] sha256:b9e60956d47d6b320ed97a7cd0bcf4496ebb6b06c0840382ddeb54b8bf96a9bd - 85.12% (592 MB)


History
2024-09-06 12:05:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.20.3-aarch64.tar.gz / # buildkit

2024-09-06 12:05:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2024-11-15 22:19:22 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts # buildkit

2024-11-15 22:19:22 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2024-11-15 22:19:22 UTC (buildkit.dockerfile.v0)

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

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

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

2024-11-16 11:12:44 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG=0.33.1

2024-11-16 11:12:44 UTC (buildkit.dockerfile.v0)

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

2024-11-16 11:12:44 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.33.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-11-16 11:12:44 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-11-16 11:12:44 UTC (buildkit.dockerfile.v0)

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

2024-11-16 11:12:44 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