{"architecture":"amd64","config":{"User":"gotenberg","ExposedPorts":{"3000/tcp":{}},"Env":["PATH=/opt/java/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","TZ=UTC","LANG=C.UTF-8","LC_ALL=C.UTF-8","PDFTK_BIN_PATH=/usr/bin/pdftk","QPDF_BIN_PATH=/usr/bin/qpdf","EXIFTOOL_BIN_PATH=/usr/bin/exiftool","PDFCPU_BIN_PATH=/usr/bin/pdfcpu","OTEL_TRACES_EXPORTER=none","OTEL_METRICS_EXPORTER=none","OTEL_LOGS_EXPORTER=none","CHROMIUM_BIN_PATH=/usr/bin/chromium","CHROMIUM_HYPHEN_DATA_DIR_PATH=/opt/gotenberg/chromium-hyphen-data","LIBREOFFICE_BIN_PATH=/usr/lib/libreoffice/program/soffice.bin","UNOCONVERTER_BIN_PATH=/usr/bin/unoconverter"],"Entrypoint":["/usr/bin/tini","--"],"Cmd":["gotenberg"],"WorkingDir":"/home/gotenberg","Labels":{"org.opencontainers.image.authors":"Julien Neuhart \u003cneuhart.julien@gmail.com\u003e","org.opencontainers.image.description":"A Docker-based API for converting documents to PDF.","org.opencontainers.image.documentation":"https://gotenberg.dev","org.opencontainers.image.source":"https://github.com/gotenberg/gotenberg","org.opencontainers.image.title":"Gotenberg","org.opencontainers.image.version":"8.31.0"},"ArgsEscaped":true},"created":"2026-04-17T14:23:50.404097291Z","history":[{"created":"2026-04-06T00:00:00Z","created_by":"# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'","comment":"debuerreotype 0.17"},{"created":"2026-04-17T14:22:06.511840498Z","created_by":"ARG TIMEZONE=UTC","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:06.511840498Z","created_by":"ENV TZ=UTC","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:06.511840498Z","created_by":"COPY /custom-jre /opt/java # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-17T14:22:06.511840498Z","created_by":"ENV PATH=/opt/java/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:06.511840498Z","created_by":"ARG GOTENBERG_USER_GID=1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:06.511840498Z","created_by":"ARG GOTENBERG_USER_UID=1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:06.676937753Z","created_by":"RUN |3 TIMEZONE=UTC GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 /bin/sh -c groupadd --gid \"$GOTENBERG_USER_GID\" gotenberg     \u0026\u0026 useradd --uid \"$GOTENBERG_USER_UID\" --gid gotenberg --shell /bin/bash --home /home/gotenberg --no-create-home gotenberg     \u0026\u0026 mkdir /home/gotenberg     \u0026\u0026 chown gotenberg: /home/gotenberg # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-17T14:22:29.444023573Z","created_by":"RUN |3 TIMEZONE=UTC GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 /bin/sh -c apt-get update -qq     \u0026\u0026 apt-get upgrade -yqq     \u0026\u0026 DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends         tini         curl         fonts-crosextra-carlito         fonts-crosextra-caladea         fonts-liberation         fonts-liberation2         fonts-dejavu         fonts-noto-cjk         fonts-noto-color-emoji         fonts-noto-core         qpdf exiftool     \u0026\u0026 mkdir -p /usr/share/man/man1     \u0026\u0026 rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-17T14:22:30.154042117Z","created_by":"RUN |3 TIMEZONE=UTC GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 /bin/sh -c printf '#!/bin/bash\\n\\nexec java -jar /usr/bin/pdftk-all.jar \"$@\"' \u003e /usr/bin/pdftk     \u0026\u0026 chmod +x /usr/bin/pdftk # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-17T14:22:30.986800972Z","created_by":"RUN |3 TIMEZONE=UTC GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 /bin/sh -c usermod -aG root gotenberg     \u0026\u0026 chgrp -R 0 /home/gotenberg     \u0026\u0026 chmod -R g=u /home/gotenberg # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-17T14:21:41.182524361Z","created_by":"COPY build/fonts.conf /etc/fonts/conf.d/100-gotenberg.conf # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-17T14:21:54.612002223Z","created_by":"COPY /downloads/pdftk-all.jar /usr/bin/pdftk-all.jar # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-17T14:22:52.217434038Z","created_by":"COPY /home/pdfcpu /usr/bin/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-17T14:22:52.217434038Z","created_by":"ENV LANG=C.UTF-8","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:52.217434038Z","created_by":"ENV LC_ALL=C.UTF-8","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:52.217434038Z","created_by":"ENV PDFTK_BIN_PATH=/usr/bin/pdftk","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:52.217434038Z","created_by":"ENV QPDF_BIN_PATH=/usr/bin/qpdf","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:52.217434038Z","created_by":"ENV EXIFTOOL_BIN_PATH=/usr/bin/exiftool","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:52.217434038Z","created_by":"ENV PDFCPU_BIN_PATH=/usr/bin/pdfcpu","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:52.217434038Z","created_by":"ENV OTEL_TRACES_EXPORTER=none","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:52.217434038Z","created_by":"ENV OTEL_METRICS_EXPORTER=none","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:52.217434038Z","created_by":"ENV OTEL_LOGS_EXPORTER=none","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:52.217434038Z","created_by":"ARG GOTENBERG_VERSION=8.31.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:52.217434038Z","created_by":"ARG GOTENBERG_USER_GID=1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:52.217434038Z","created_by":"ARG GOTENBERG_USER_UID=1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:52.217434038Z","created_by":"ARG TMP_CHROMIUM_VERSION_PPC64EL=146.0.7680.80-1~deb13u1","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:22:52.217434038Z","created_by":"LABEL org.opencontainers.image.title=Gotenberg org.opencontainers.image.description=A Docker-based API for converting documents to PDF. org.opencontainers.image.version=8.31.0 org.opencontainers.image.authors=Julien Neuhart \u003cneuhart.julien@gmail.com\u003e org.opencontainers.image.documentation=https://gotenberg.dev org.opencontainers.image.source=https://github.com/gotenberg/gotenberg","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:23:17.452946416Z","created_by":"RUN |5 TIMEZONE=UTC GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 GOTENBERG_VERSION=8.31.0 TMP_CHROMIUM_VERSION_PPC64EL=146.0.7680.80-1~deb13u1 /bin/sh -c /bin/bash -c     'set -e \u0026\u0026    if [[ \"$(dpkg --print-architecture)\" == \"ppc64el\" ]]; then       apt-get update -qq \u0026\u0026      DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends devscripts \u0026\u0026      debsnap chromium-common \"$TMP_CHROMIUM_VERSION_PPC64EL\" -v --force --binary --architecture ppc64el \u0026\u0026      debsnap chromium \"$TMP_CHROMIUM_VERSION_PPC64EL\" -v --force --binary --architecture ppc64el \u0026\u0026      DEBIAN_FRONTEND=noninteractive apt-get install --fix-broken -y -qq --no-install-recommends \"./binary-chromium-common/chromium-common_${TMP_CHROMIUM_VERSION_PPC64EL}_ppc64el.deb\" \"./binary-chromium/chromium_${TMP_CHROMIUM_VERSION_PPC64EL}_ppc64el.deb\" \u0026\u0026      DEBIAN_FRONTEND=noninteractive apt-get purge -y -qq devscripts \u0026\u0026      rm -rf ./binary-chromium-common/* ./binary-chromium/*;     else       apt-get update -qq \u0026\u0026      apt-get upgrade -yqq \u0026\u0026      DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends chromium;     fi'     \u0026\u0026 rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-17T14:23:48.356821123Z","created_by":"RUN |5 TIMEZONE=UTC GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 GOTENBERG_VERSION=8.31.0 TMP_CHROMIUM_VERSION_PPC64EL=146.0.7680.80-1~deb13u1 /bin/sh -c echo \"deb http://deb.debian.org/debian trixie-backports main\" \u003e\u003e /etc/apt/sources.list     \u0026\u0026 apt-get update -qq     \u0026\u0026 apt-get upgrade -yqq     \u0026\u0026 DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends         python3 python3-distutils-extra         hyphen-af hyphen-as hyphen-be hyphen-bg hyphen-bn hyphen-ca hyphen-cs hyphen-da hyphen-de hyphen-el         hyphen-en-gb hyphen-en-us hyphen-eo hyphen-es hyphen-fr hyphen-gl hyphen-gu hyphen-hi hyphen-hr hyphen-hu         hyphen-id hyphen-is hyphen-it hyphen-kn hyphen-lt hyphen-lv hyphen-ml hyphen-mn hyphen-mr hyphen-nl         hyphen-no hyphen-or hyphen-pa hyphen-pl hyphen-pt-br hyphen-pt-pt hyphen-ro hyphen-ru hyphen-sk hyphen-sl         hyphen-sr hyphen-sv hyphen-ta hyphen-te hyphen-th hyphen-uk hyphen-zu     \u0026\u0026 DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends -t trixie-backports         libreoffice-writer libreoffice-calc libreoffice-impress libreoffice-draw python3-uno     \u0026\u0026 ln -s /usr/bin/python3 /usr/bin/python     \u0026\u0026 rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-17T14:23:05.206961606Z","created_by":"COPY /home/gotenberg /usr/bin/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-17T14:21:54.609109445Z","created_by":"COPY /downloads/unoconverter /usr/bin/unoconverter # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-17T14:21:41.185892373Z","created_by":"COPY --chown=1001:1001 build/chromium-hyphen-data /opt/gotenberg/chromium-hyphen-data # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-17T14:21:41.185892373Z","created_by":"ENV CHROMIUM_BIN_PATH=/usr/bin/chromium","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:21:41.185892373Z","created_by":"ENV CHROMIUM_HYPHEN_DATA_DIR_PATH=/opt/gotenberg/chromium-hyphen-data","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:21:41.185892373Z","created_by":"ENV LIBREOFFICE_BIN_PATH=/usr/lib/libreoffice/program/soffice.bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:21:41.185892373Z","created_by":"ENV UNOCONVERTER_BIN_PATH=/usr/bin/unoconverter","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:21:41.185892373Z","created_by":"USER gotenberg","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:23:50.404097291Z","created_by":"WORKDIR /home/gotenberg","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-17T14:23:50.404097291Z","created_by":"EXPOSE [3000/tcp]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:23:50.404097291Z","created_by":"ENTRYPOINT [\"/usr/bin/tini\" \"--\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-17T14:23:50.404097291Z","created_by":"CMD [\"gotenberg\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:60e70dddd9ea3b1c77c62fe78be1d9f485706b6fe6052c3d88612bd8f56acd67","sha256:177af2024bad32685a571bd87c02a2845941d0d67f1fc2da9fda19dcdb4fb6c4","sha256:7834a70b41e7d5b3863b3708e2bade06be38ecafcc29d7769b896745f894a0ed","sha256:8e62dd85a3bcfcde420a774741732213f122f70f0370b554bbe18ed54b1c6fc9","sha256:2f5a120ad82981b272618fe896bfca5a5848e7cee68f77f3ff0e866920958ff2","sha256:503129f1f411a6062ef7c91e7ef3c776b92c19ce2f896b41e3c2e86a4b3ceb53","sha256:3b494daa64a43b53f170c16ecb97c2a38c917ca4699ff40bfce94170bed0a80d","sha256:3c695137f95fc8c939131e8410c036acbbfe67425a3ee4b57bc1709b718628a3","sha256:873d6517da3ffdb5077386e9277836f85a0f5254b08f594d326c799e03a9b729","sha256:9415d88b2d2f88f70c72880585e4cdb61001e24b93ff5da6d7fa7e4c83551ade","sha256:deb3cceab9581a96ac20bc3b20d9c9dae761e60491785e9c6a2e1f274006befd","sha256:d35696f0df901d9c321460e6361002b1dd56a845b61a1d9ab7388710986fb0f4","sha256:3b9453a7670da7f2676b1b535b2785402a0ad1cecce3cf54febfc0244a3ce743","sha256:ad8e66fcb43df8d94f3784b62073eb1aa077604124a772b35d9c7144f76d62f4","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"]}}