Namespace
frooodle
Image / Tag
s-pdf:test
Content Digest
sha256:afde0015e5ffca31c2a459112f6501377e4b967110ebbf92ac62be5867f8dc37
Details
Created

2024-09-20 13:28:04 UTC

Size

754 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:43c4264eed91be63b206e17d93e75256a6097070ce643c5e8f0379998b44f170 - 0.46% (3.46 MB)

[#001] sha256:28c924a57f703d525b2713a9b8ad26578a8677b0b5739c77ffbdd9b0b4bfd887 - 0.0% (9.22 KB)

[#002] sha256:beec2cdfc853057e22740ed532999fe83867cbc0be58fbff752f3df3cf2b261f - 0.3% (2.27 MB)

[#003] sha256:4751652cb269630ab3313c5605e5723009f9a3b14df64b2b8c320e9535ab5c81 - 2.0% (15 MB)

[#004] sha256:f2e0f54c05cc7d81e81e26aad4f2b31494bf4f82eaea669a6a5aad930c663339 - 14.34% (108 MB)

[#005] sha256:6f108c38a7e8975fb3f5a401323a380e9478884458caba98bdfa57a0c61daa65 - 82.9% (625 MB)


History
2024-09-06 22:20:07 UTC

/bin/sh -c #(nop) ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in /

2024-09-06 22:20:07 UTC

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

2024-09-20 13:27:34 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts # buildkit

2024-09-20 13:27:34 UTC (buildkit.dockerfile.v0)

COPY pipeline /pipeline # buildkit

2024-09-20 13:27:34 UTC (buildkit.dockerfile.v0)

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

2024-09-20 13:27:35 UTC (buildkit.dockerfile.v0)

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

2024-09-20 13:28:04 UTC (buildkit.dockerfile.v0)

ARG VERSION_TAG=alpha

2024-09-20 13:28:04 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-09-20 13:28:04 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 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-09-20 13:28:04 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-09-20 13:28:04 UTC (buildkit.dockerfile.v0)

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

2024-09-20 13:28:04 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