Namespace
frooodle
Image / Tag
s-pdf:0.22.7
Content Digest
sha256:f3b12ea172c2b12ce9c14f3663e528b96f7f3eec98eafe3b54ba6a68acde4d88
Details
Created

2024-04-01 21:14:32 UTC

Size

713 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-04-01T21:13:51.758Z
  • org.opencontainers.image.description
    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
    8625db2885bd1436279eb6b53c513cf07f866042
  • 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.22.7

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


Layers

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

[#001] sha256:14c31646f7c6ce59500e6fb29830a9aea36258fd531386e5f9312f22a4ec0d66 - 0.0% (4.03 KB)

[#002] sha256:67beb6804eda3a08fdd830a9bb1b852dc7d5542b1ce446b8141cf1509c4e788f - 0.0% (687 Bytes)

[#003] sha256:72c2aa16dc41db448da5e40eace12f5c6758a0550f5be94054913359daba214a - 0.21% (1.52 MB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:3911e76e9984d1bb6f1ccd2197bb8f08c4638034ff26321cabae5e7629c0b668 - 10.06% (71.7 MB)

[#006] sha256:36c09dc54a0f87cc59e9904f19d510341b66f4822a6f6dd7aaa3687d35ab3ece - 89.25% (636 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-04-01 21:05:21 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts # buildkit

2024-04-01 21:05:21 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2024-04-01 21:05:21 UTC (buildkit.dockerfile.v0)

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

2024-04-01 21:05:22 UTC (buildkit.dockerfile.v0)

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

2024-04-01 21:14:05 UTC (buildkit.dockerfile.v0)

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

2024-04-01 21:14:32 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG

2024-04-01 21:14:32 UTC (buildkit.dockerfile.v0)

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

2024-04-01 21:14:32 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.22.7 /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 add --no-cache ca-certificates tzdata tini bash curl openjdk17-jre su-exec font-noto-cjk 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 # buildkit

2024-04-01 21:14:32 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-04-01 21:14:32 UTC (buildkit.dockerfile.v0)

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

2024-04-01 21:14:32 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-04-01 21:15:59 UTC

Size

703 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-04-01T21:13:51.758Z
  • org.opencontainers.image.description
    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
    8625db2885bd1436279eb6b53c513cf07f866042
  • 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.22.7

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


Layers

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

[#001] sha256:14c31646f7c6ce59500e6fb29830a9aea36258fd531386e5f9312f22a4ec0d66 - 0.0% (4.03 KB)

[#002] sha256:67beb6804eda3a08fdd830a9bb1b852dc7d5542b1ce446b8141cf1509c4e788f - 0.0% (687 Bytes)

[#003] sha256:906dfe1a035749bb1296ec0f49f2e3bcf746c841cff852d35d9c39a87ba0fe80 - 0.22% (1.52 MB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:3911e76e9984d1bb6f1ccd2197bb8f08c4638034ff26321cabae5e7629c0b668 - 10.2% (71.7 MB)

[#006] sha256:73d5cfbe3baa6aa23b0d2ab73b4d8f8bd1c6399708ee748d8abcd5b71e8218b2 - 89.04% (626 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-04-01 21:05:21 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts # buildkit

2024-04-01 21:05:21 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2024-04-01 21:05:21 UTC (buildkit.dockerfile.v0)

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

2024-04-01 21:05:22 UTC (buildkit.dockerfile.v0)

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

2024-04-01 21:14:05 UTC (buildkit.dockerfile.v0)

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

2024-04-01 21:15:59 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG

2024-04-01 21:15:59 UTC (buildkit.dockerfile.v0)

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

2024-04-01 21:15:59 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=0.22.7 /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 add --no-cache ca-certificates tzdata tini bash curl openjdk17-jre su-exec font-noto-cjk 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 # buildkit

2024-04-01 21:15:59 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-04-01 21:15:59 UTC (buildkit.dockerfile.v0)

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

2024-04-01 21:15: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