Namespace
frooodle
Image / Tag
s-pdf:latest-test2
Content Digest
sha256:c06fd53e4c341b9deee878d778bcd47e9aacf239dde5c13f3d793b435221fe7f
Details
Created

2024-05-22 21:16:46 UTC

Size

684 MB

Content Digest
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

alpha


Layers

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

[#001] sha256:dadf707e4967a5ccb22a5da6a67dbd770be57f9dd386c15fd7d0a5a06e1bb90f - 0.0% (7.19 KB)

[#002] sha256:7d67b22d7e8f90fd8bad95fa8513c55d297cb56dcea262306217dd530fb3135a - 0.0% (720 Bytes)

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

[#004] sha256:79f4a14586260d2a5f1f5750b46aa24753643cc59d9cbabf2a1cd6f4ea1df432 - 11.1% (75.9 MB)

[#005] sha256:ba4b9ff12b363c16a6c6860160177644a743bd25e251c659f737fbb39e017f6b - 86.2% (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-22 21:16:23 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts # buildkit

2024-05-22 21:16:23 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2024-05-22 21:16:23 UTC (buildkit.dockerfile.v0)

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

2024-05-22 21:16:23 UTC (buildkit.dockerfile.v0)

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

2024-05-22 21:16:46 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG

2024-05-22 21:16:46 UTC (buildkit.dockerfile.v0)

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

2024-05-22 21:16:46 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_TAG=alpha /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-22 21:16:46 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-05-22 21:16:46 UTC (buildkit.dockerfile.v0)

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

2024-05-22 21:16:46 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