广告图片

docker.io/gotenberg/gotenberg:8.29.1 linux/amd64

docker.io/gotenberg/gotenberg:8.29.1 - 国内下载镜像源 浏览次数:15

Gutenberg-inspired, modern Web-to-PDF converter

源镜像 docker.io/gotenberg/gotenberg:8.29.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotenberg/gotenberg:8.29.1
镜像ID sha256:7dd4653134aa43c377c9bc472a22494052e2ff3e427b4925df8293cc06f89c55
镜像TAG 8.29.1
大小 1.85GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD gotenberg
启动入口 /usr/bin/tini --
工作目录 /home/gotenberg
OS/平台 linux/amd64
浏览量 15 次
贡献者
镜像创建 2026-03-30T19:49:51.28710949Z
同步时间 2026-04-05 12:48
开放端口
3000/tcp
环境变量
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 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 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
镜像标签
Julien Neuhart <neuhart.julien@gmail.com>: org.opencontainers.image.authors A containerized API for seamless PDF conversion.: org.opencontainers.image.description https://gotenberg.dev: org.opencontainers.image.documentation https://github.com/gotenberg/gotenberg: org.opencontainers.image.source Gotenberg: org.opencontainers.image.title 8.29.1: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotenberg/gotenberg:8.29.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotenberg/gotenberg:8.29.1  docker.io/gotenberg/gotenberg:8.29.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotenberg/gotenberg:8.29.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotenberg/gotenberg:8.29.1  docker.io/gotenberg/gotenberg:8.29.1

Shell快速替换命令

sed -i 's#gotenberg/gotenberg:8.29.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotenberg/gotenberg:8.29.1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotenberg/gotenberg:8.29.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotenberg/gotenberg:8.29.1  docker.io/gotenberg/gotenberg:8.29.1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotenberg/gotenberg:8.29.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotenberg/gotenberg:8.29.1  docker.io/gotenberg/gotenberg:8.29.1'

镜像构建历史


# 2026-03-31 03:49:51  0.00B 设置默认要执行的命令
CMD ["gotenberg"]
                        
# 2026-03-31 03:49:51  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/tini" "--"]
                        
# 2026-03-31 03:49:51  0.00B 声明容器运行时监听的端口
EXPOSE [3000/tcp]
                        
# 2026-03-31 03:49:51  0.00B 设置工作目录为/home/gotenberg
WORKDIR /home/gotenberg
                        
# 2026-03-31 03:49:51  0.00B 指定运行容器时使用的用户
USER gotenberg
                        
# 2026-03-31 03:49:51  0.00B 设置环境变量 OTEL_LOGS_EXPORTER
ENV OTEL_LOGS_EXPORTER=none
                        
# 2026-03-31 03:49:51  0.00B 设置环境变量 OTEL_METRICS_EXPORTER
ENV OTEL_METRICS_EXPORTER=none
                        
# 2026-03-31 03:49:51  0.00B 设置环境变量 OTEL_TRACES_EXPORTER
ENV OTEL_TRACES_EXPORTER=none
                        
# 2026-03-31 03:49:51  0.00B 设置环境变量 PDFCPU_BIN_PATH
ENV PDFCPU_BIN_PATH=/usr/bin/pdfcpu
                        
# 2026-03-31 03:49:51  0.00B 设置环境变量 EXIFTOOL_BIN_PATH
ENV EXIFTOOL_BIN_PATH=/usr/bin/exiftool
                        
# 2026-03-31 03:49:51  0.00B 设置环境变量 QPDF_BIN_PATH
ENV QPDF_BIN_PATH=/usr/bin/qpdf
                        
# 2026-03-31 03:49:51  0.00B 设置环境变量 PDFTK_BIN_PATH
ENV PDFTK_BIN_PATH=/usr/bin/pdftk
                        
# 2026-03-31 03:49:51  0.00B 设置环境变量 UNOCONVERTER_BIN_PATH
ENV UNOCONVERTER_BIN_PATH=/usr/bin/unoconverter
                        
# 2026-03-31 03:49:51  0.00B 设置环境变量 LIBREOFFICE_BIN_PATH
ENV LIBREOFFICE_BIN_PATH=/usr/lib/libreoffice/program/soffice.bin
                        
# 2026-03-31 03:49:51  0.00B 设置环境变量 CHROMIUM_HYPHEN_DATA_DIR_PATH
ENV CHROMIUM_HYPHEN_DATA_DIR_PATH=/opt/gotenberg/chromium-hyphen-data
                        
# 2026-03-31 03:49:51  0.00B 设置环境变量 CHROMIUM_BIN_PATH
ENV CHROMIUM_BIN_PATH=/usr/bin/chromium
                        
# 2026-03-31 03:49:51  26.80MB 复制新文件或目录到容器中
COPY /home/gotenberg /usr/bin/ # buildkit
                        
# 2026-03-31 03:49:51  19.40MB 复制新文件或目录到容器中
COPY /home/pdfcpu /usr/bin/ # buildkit
                        
# 2026-03-31 03:49:51  1.77MB 复制新文件或目录到容器中
COPY --chown=gotenberg:gotenberg build/chromium-hyphen-data /opt/gotenberg/chromium-hyphen-data # buildkit
                        
# 2026-03-31 03:49:51  628.00B 复制新文件或目录到容器中
COPY build/fonts.conf /etc/fonts/conf.d/100-gotenberg.conf # buildkit
                        
# 2026-03-31 03:49:51  1.92KB 执行命令并创建新的镜像层
RUN |6 TIMEZONE=UTC GOTENBERG_VERSION=8.29.1 GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 NOTO_COLOR_EMOJI_VERSION=v2.051 PDFTK_VERSION=v3.3.3 /bin/sh -c usermod -aG root gotenberg &&    chgrp -R 0 /home/gotenberg &&    chmod -R g=u /home/gotenberg # buildkit
                        
# 2026-03-31 03:49:51  31.73MB 执行命令并创建新的镜像层
RUN |6 TIMEZONE=UTC GOTENBERG_VERSION=8.29.1 GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 NOTO_COLOR_EMOJI_VERSION=v2.051 PDFTK_VERSION=v3.3.3 /bin/sh -c curl -o /usr/bin/pdftk-all.jar "https://gitlab.com/api/v4/projects/5024297/packages/generic/pdftk-java/$PDFTK_VERSION/pdftk-all.jar" &&    chmod a+x /usr/bin/pdftk-all.jar &&    printf '#!/bin/bash\n\nexec java -jar /usr/bin/pdftk-all.jar "$@"' > /usr/bin/pdftk &&     chmod +x /usr/bin/pdftk &&    apt-get update -qq &&    apt-get upgrade -yqq &&    DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends qpdf exiftool &&    mkdir -p /usr/share/man/man1 &&    pdftk --version &&    qpdf --version &&    exiftool --version &&    rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit
                        
# 2026-03-31 03:49:46  470.63MB 执行命令并创建新的镜像层
RUN |6 TIMEZONE=UTC GOTENBERG_VERSION=8.29.1 GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 NOTO_COLOR_EMOJI_VERSION=v2.051 PDFTK_VERSION=v3.3.3 /bin/sh -c echo "deb http://deb.debian.org/debian trixie-backports main" >> /etc/apt/sources.list &&    apt-get update -qq &&    apt-get upgrade -yqq &&    DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends -t trixie-backports libreoffice &&    curl -Ls https://raw.githubusercontent.com/gotenberg/unoconverter/v0.2.0/unoconv -o /usr/bin/unoconverter &&    chmod +x /usr/bin/unoconverter &&    ln -s /usr/bin/python3 /usr/bin/python &&    libreoffice --version &&    unoconverter --version &&    rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit
                        
# 2026-03-31 03:49:30  0.00B 设置环境变量 LC_ALL
ENV LC_ALL=C.UTF-8
                        
# 2026-03-31 03:49:30  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2026-03-31 03:49:30  668.94MB 执行命令并创建新的镜像层
RUN |6 TIMEZONE=UTC GOTENBERG_VERSION=8.29.1 GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 NOTO_COLOR_EMOJI_VERSION=v2.051 PDFTK_VERSION=v3.3.3 /bin/sh -c apt-get update -qq &&    apt-get upgrade -yqq &&    DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends chromium &&    chromium --version &&    rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit
                        
# 2026-03-31 03:49:14  14.14MB 执行命令并创建新的镜像层
RUN |6 TIMEZONE=UTC GOTENBERG_VERSION=8.29.1 GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 NOTO_COLOR_EMOJI_VERSION=v2.051 PDFTK_VERSION=v3.3.3 /bin/sh -c apt-get update -qq &&    apt-get upgrade -yqq &&    DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends         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 &&    rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit
                        
# 2026-03-31 03:49:08  342.43MB 执行命令并创建新的镜像层
RUN |6 TIMEZONE=UTC GOTENBERG_VERSION=8.29.1 GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 NOTO_COLOR_EMOJI_VERSION=v2.051 PDFTK_VERSION=v3.3.3 /bin/sh -c curl -o ./ttf-mscorefonts-installer_3.8.1_all.deb http://httpredir.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.8.1_all.deb &&    apt-get update -qq &&    apt-get upgrade -yqq &&    DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends     ./ttf-mscorefonts-installer_3.8.1_all.deb     culmus     fonts-beng     fonts-hosny-amiri     fonts-lklug-sinhala     fonts-lohit-guru     fonts-lohit-knda     fonts-samyak-gujr     fonts-samyak-mlym     fonts-samyak-taml     fonts-sarai     fonts-sil-abyssinica     fonts-sil-padauk     fonts-telu     fonts-thai-tlwg     ttf-wqy-zenhei     fonts-arphic-ukai     fonts-arphic-uming     fonts-ipafont-mincho     fonts-ipafont-gothic     fonts-unfonts-core     fonts-crosextra-caladea     fonts-crosextra-carlito     fonts-dejavu     fonts-liberation     fonts-liberation2     fonts-linuxlibertine     fonts-noto-cjk     fonts-noto-core     fonts-noto-mono     fonts-noto-ui-core     fonts-sil-gentium     fonts-sil-gentium-basic &&    rm -f ./ttf-mscorefonts-installer_3.8.1_all.deb &&    curl -Ls "https://github.com/googlefonts/noto-emoji/raw/$NOTO_COLOR_EMOJI_VERSION/fonts/NotoColorEmoji.ttf" -o /usr/local/share/fonts/NotoColorEmoji.ttf &&    rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit
                        
# 2026-03-31 03:48:14  142.95MB 执行命令并创建新的镜像层
RUN |6 TIMEZONE=UTC GOTENBERG_VERSION=8.29.1 GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 NOTO_COLOR_EMOJI_VERSION=v2.051 PDFTK_VERSION=v3.3.3 /bin/sh -c apt-get update -qq &&    apt-get upgrade -yqq &&    DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends curl gnupg tini python3 python3-distutils-extra &&    rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit
                        
# 2026-03-31 03:47:35  4.38KB 执行命令并创建新的镜像层
RUN |6 TIMEZONE=UTC GOTENBERG_VERSION=8.29.1 GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 NOTO_COLOR_EMOJI_VERSION=v2.051 PDFTK_VERSION=v3.3.3 /bin/sh -c groupadd --gid "$GOTENBERG_USER_GID" gotenberg &&    useradd --uid "$GOTENBERG_USER_UID" --gid gotenberg --shell /bin/bash --home /home/gotenberg --no-create-home gotenberg &&    mkdir /home/gotenberg &&    chown gotenberg: /home/gotenberg # buildkit
                        
# 2026-03-31 03:47:35  0.00B 添加元数据标签
LABEL org.opencontainers.image.title=Gotenberg org.opencontainers.image.description=A containerized API for seamless PDF conversion. org.opencontainers.image.version=8.29.1 org.opencontainers.image.authors=Julien Neuhart <neuhart.julien@gmail.com> org.opencontainers.image.documentation=https://gotenberg.dev org.opencontainers.image.source=https://github.com/gotenberg/gotenberg
                        
# 2026-03-31 03:47:35  0.00B 定义构建参数
ARG PDFTK_VERSION=v3.3.3
                        
# 2026-03-31 03:47:35  0.00B 定义构建参数
ARG NOTO_COLOR_EMOJI_VERSION=v2.051
                        
# 2026-03-31 03:47:35  0.00B 定义构建参数
ARG GOTENBERG_USER_UID=1001
                        
# 2026-03-31 03:47:35  0.00B 定义构建参数
ARG GOTENBERG_USER_GID=1001
                        
# 2026-03-31 03:47:35  0.00B 定义构建参数
ARG GOTENBERG_VERSION=8.29.1
                        
# 2026-03-31 03:47:35  0.00B 设置环境变量 PATH
ENV PATH=/opt/java/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-03-31 03:47:35  56.64MB 复制新文件或目录到容器中
COPY /custom-jre /opt/java # buildkit
                        
# 2026-03-31 03:47:35  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2026-03-31 03:47:35  0.00B 定义构建参数
ARG TIMEZONE=UTC
                        
# 2026-03-16 08:00:00  78.61MB 
# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'
                        
                    

镜像信息

{
    "Id": "sha256:7dd4653134aa43c377c9bc472a22494052e2ff3e427b4925df8293cc06f89c55",
    "RepoTags": [
        "gotenberg/gotenberg:8.29.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotenberg/gotenberg:8.29.1"
    ],
    "RepoDigests": [
        "gotenberg/gotenberg@sha256:36c925776fa0db0fd1030408d131fde7ac3453027a559883555155b72adb16a7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gotenberg/gotenberg@sha256:9a87e26873317c3327a6c207d96b86d9c13e4c7deb29e341ed6fbb353c1144d5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-30T19:49:51.28710949Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "gotenberg",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "3000/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "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",
            "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",
            "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"
        ],
        "Cmd": [
            "gotenberg"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/home/gotenberg",
        "Entrypoint": [
            "/usr/bin/tini",
            "--"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.authors": "Julien Neuhart \u003cneuhart.julien@gmail.com\u003e",
            "org.opencontainers.image.description": "A containerized API for seamless PDF conversion.",
            "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.29.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1854047399,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/180e1855873eeeac9e1b52b797904ba32d7ce47d2c5d2ec48ad79330174b6cfb/diff:/var/lib/docker/overlay2/fd26c60e2088d153c2dc8766c49efcf03596271368a768eedb29b3e33e173503/diff:/var/lib/docker/overlay2/87007a0c430bb983548fb92dee8107d1b03e1eba14e52442588e7f01e032415b/diff:/var/lib/docker/overlay2/7c6ccbecaf39137b6c0838d24faaeb6243779ce4530c082240a3e424b2155acb/diff:/var/lib/docker/overlay2/a77451df4052bdcf40a31f9e39812071d2a09aa35ebd926a4091d086637b941f/diff:/var/lib/docker/overlay2/a2297567ae9e6aacfe52ef26213c5a9bb80fbbd7370aac91338bad6c336bfdbc/diff:/var/lib/docker/overlay2/ac8d3ee39489f354f95306f56709398bfc492ddc7a698051af929890d0482ea5/diff:/var/lib/docker/overlay2/51f008607defd6d921b23b21e1d760b42a9338efa97d02e7abcc17823953a9e5/diff:/var/lib/docker/overlay2/033f32da940d536210328856f5ae63e53b9c9a0374444d148320382e2f567fb0/diff:/var/lib/docker/overlay2/f252abaa2a795efbb2653e45c65d02365a1c0d3ee0c1d895916d778f39fbe91c/diff:/var/lib/docker/overlay2/a99032e37bbac214c35118cacf711e851a961f9cdbd44b941665b2ba6d4b8497/diff:/var/lib/docker/overlay2/9b0d71ae859089acc052d2b75fd0b5575751ac9f3744db750fec1d77bb14fe2c/diff:/var/lib/docker/overlay2/27366a9c7f0bc0b22c35ec8f1de24682b2eeaec4541e6c139195e2a1ce29e0ba/diff:/var/lib/docker/overlay2/232bca50a309f7afc81af9dd4c38b4ed2e3f3351b4afa40f679597eb42090496/diff",
            "MergedDir": "/var/lib/docker/overlay2/72a392632fe126f846cb0aced8d077c207707fd28117ae519c8c00e19017ad59/merged",
            "UpperDir": "/var/lib/docker/overlay2/72a392632fe126f846cb0aced8d077c207707fd28117ae519c8c00e19017ad59/diff",
            "WorkDir": "/var/lib/docker/overlay2/72a392632fe126f846cb0aced8d077c207707fd28117ae519c8c00e19017ad59/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:188c9b34dfbe022075d01fc4f5a305412909ef97de440783c15043e68e1b1913",
            "sha256:9f8584421f7741c6312e8a5107c35371ef14e60b3cf3722f9cd53bc2c255edaf",
            "sha256:f242f1e2301d6ec9dd75abf77fc7f20f0056ada17b77a9fd54a974bbd19ee0c2",
            "sha256:263c2e8b7905835dbc82e297eaa3779bdcc3ddd77549c34b5b054d9d3dfe89a1",
            "sha256:d762b02d9c219bcdfaba0749796863f9591f14056b635d285dade5486981349a",
            "sha256:50d4b15517a6858d15eda6d813b0d1d430da04007f75d6a7adac0bfc787268be",
            "sha256:b826dd7c6a5976186e59bcca52d661efee3f9710f6e0ca953c58162bffb89faa",
            "sha256:0b8ad21a7bda7819eb5b0e3a992aca349dfdf4f09f905cc24054807390252a5a",
            "sha256:9c76dc7f7dca058340750e54c2238ecba9060130e600504c16b0bf8d724d8850",
            "sha256:5d5d2f1c3ad377983c6fb49c02c2506fc844fe31a8948d8b1cb31c0007290d54",
            "sha256:14b19a8177283f0d4605e7ec14018688b09876ba43f75f2de8c2ceb6b1beb290",
            "sha256:a6c4a9f34a1d74cedb82de23eaf4d8d28324d76038656abe01cee47efc475761",
            "sha256:657246d536e6d93ff5703102703bb06d3550fa3c15c8550ed168038f221c8d50",
            "sha256:f80bb18e6e0d6d83ea5f92c690d20726a68aceb8c51b06392324f984eeb17733",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-05T12:46:25.578474793+08:00"
    }
}

更多版本

docker.io/gotenberg/gotenberg:7

linux/amd64 docker.io1.61GB2024-08-09 14:49
620

docker.io/gotenberg/gotenberg:8

linux/amd64 docker.io1.69GB2024-08-09 15:03
862

docker.io/gotenberg/gotenberg:8.9

linux/amd64 docker.io1.67GB2024-09-25 13:13
486

docker.io/gotenberg/gotenberg:8.0

linux/amd64 docker.io1.61GB2024-09-25 16:14
402

docker.io/gotenberg/gotenberg:8.7

linux/amd64 docker.io1.69GB2024-12-20 16:42
373

docker.io/gotenberg/gotenberg:8.20

linux/amd64 docker.io1.69GB2025-07-24 15:03
326

docker.io/gotenberg/gotenberg:edge

linux/amd64 docker.io1.83GB2025-12-18 16:41
232

docker.io/gotenberg/gotenberg:8.29.1

linux/amd64 docker.io1.85GB2026-04-05 12:48
14