Namespace
frooodle
Image / Tag
s-pdf:0.33.0
Content Digest
sha256:7cd48320b45462e19bbe3478302ed339dfdc330344af554d9cb375fad029c16e
Details
Created

2024-11-15 22:37:48 UTC

Size

704 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-11-15T22:37:18.474Z
  • 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
    03529567ba3e481768c7cf576df0c186cca032d8
  • 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.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.33.0


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:45155f49f5cea24923cd71034013ee21b36fccda99db8a0dcf8e55092cac1b20 - 11.99% (84.5 MB)

[#005] sha256:64c8809b5385aa487eb47d84d6fb2b8d386d6af898724c87b298b1e7df9daeb6 - 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-15 22:37:21 UTC (buildkit.dockerfile.v0)

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

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

ARG VERSION_TAG=0.33.0

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

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

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

RUN |1 VERSION_TAG=0.33.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 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-15 22:37:48 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

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

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

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

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

Details
Created

2024-11-15 22:38:56 UTC

Size

695 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-11-15T22:37:18.474Z
  • 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
    03529567ba3e481768c7cf576df0c186cca032d8
  • 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.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.33.0


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:45155f49f5cea24923cd71034013ee21b36fccda99db8a0dcf8e55092cac1b20 - 12.15% (84.5 MB)

[#005] sha256:ae19e8de1e5c9e5fe2fa38d9eda237bcda9758be7ee43462db19ba50f3f2e562 - 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-15 22:37:22 UTC (buildkit.dockerfile.v0)

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

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

ARG VERSION_TAG=0.33.0

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

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

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

RUN |1 VERSION_TAG=0.33.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 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-15 22:38:56 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

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

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

2024-11-15 22:38:56 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