ℹ️
注意:这是一个 latest 标签镜像

latest 并不代表最新版本,本站同步时间存在延迟,无法保证此镜像与上游最新版本一致
生产环境建议使用明确的版本号(如 v1.2.3),避免因版本不一致导致问题。 了解更多 →

logo
ghcr.io/docling-project/docling-serve-cpu:latest
linux/amd64 ghcr.io

ghcr.io/docling-project/docling-serve-cpu是Docling项目提供的CPU版本文档处理服务镜像,用于部署基于CPU运行的Docling文档理解服务,支持对PDF等各类文档进行解析、结构化信息提取等操作,可帮助用户快速搭建文档处理服务实例。

871
浏览次数
4.68GB
镜像大小
源镜像
ghcr.io/docling-project/docling-serve-cpu:latest
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/docling-project/docling-serve-cpu:latest
镜像ID
sha256:49dd6cdede53fae80f771d4564203f503f1ed71537465de86f8e225d34ea4f5b
镜像 TAG
latest
镜像大小
4.68GB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
docling-serve run
启动入口
container-entrypoint
工作目录
/opt/app-root/src
OS/平台
linux/amd64
镜像创建
2026-01-28T16:35:21.182594249Z
同步时间
2026-01-29 16:31
浏览量
871 次
贡献者
🔌 开放端口 2
5001/tcp 8080/tcp
⚙️ 环境变量 27
KeyValue
VERSION=9 0
STI_SCRIPTS_URL=image:///usr/libexec/s2i 1
STI_SCRIPTS_PATH=/usr/libexec/s2i 2
APP_ROOT=/opt/app-root 3
HOME=/opt/app-root/src 4
PLATFORM=el9 5
NODEJS_VER=22 6
PYTHON_VERSION=3.12 7
PATH=/opt/app-root/src/.local/bin/:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 8
PYTHONUNBUFFERED=1 9
PYTHONIOENCODING=utf-8 10
LC_ALL=en_US.UTF-8 11
LANG=en_US.UTF-8 12
PIP_NO_CACHE_DIR=off 13
NAME=python3 14
ARCH=x86_64 15
SUMMARY=Platform for building and running Python 3.12 applications 16
DESCRIPTION=Python 3.12 available as container is a base platform for building and running various Python 3.12 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. 17
BASH_ENV=/opt/app-root/bin/activate 18
ENV=/opt/app-root/bin/activate 19
PROMPT_COMMAND=. /opt/app-root/bin/activate 20
TESSDATA_PREFIX=/usr/share/tesseract/tessdata/ 21
OMP_NUM_THREADS=4 22
UV_COMPILE_BYTECODE=1 23
UV_LINK_MODE=copy 24
UV_PROJECT_ENVIRONMENT=/opt/app-root 25
DOCLING_SERVE_ARTIFACTS_PATH=/opt/app-root/src/.cache/docling/models 26
🏷️ 镜像标签 27
KeyValue
python3 com.redhat.component
Python 3.12 available as container is a base platform for building and running various Python 3.12 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. description
1.33.7 io.buildah.version
Python 3.12 available as container is a base platform for building and running various Python 3.12 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. io.k8s.description
Python 3.12 io.k8s.display-name
8080:http io.openshift.expose-services
image:///usr/libexec/s2i io.openshift.s2i.scripts-url
builder,python,python312,python-312,rh-python312 io.openshift.tags
image:///usr/libexec/s2i io.s2i.scripts-url
SoftwareCollections.org <sclorg@redhat.com> maintainer
sclorg/python-312-c9s name
20260119 org.label-schema.build-date
GPLv2 org.label-schema.license
CentOS Stream 9 Base Image org.label-schema.name
1.0 org.label-schema.schema-version
CentOS org.label-schema.vendor
2026-01-28T16:33:15.554Z org.opencontainers.image.created
Running Docling as an API service org.opencontainers.image.description
MIT org.opencontainers.image.licenses
312a5fa2538d1e01f7764f95891a6734c8c26ad6 org.opencontainers.image.revision
https://github.com/docling-project/docling-serve org.opencontainers.image.source
docling-serve org.opencontainers.image.title
https://github.com/docling-project/docling-serve org.opencontainers.image.url
v1.11.0 org.opencontainers.image.version
Platform for building and running Python 3.12 applications summary
s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.12/test/setup-test-app/ /python3 python-sample-app usage
9 version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/docling-project/docling-serve-cpu:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/docling-project/docling-serve-cpu:latest  ghcr.io/docling-project/docling-serve-cpu:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/docling-project/docling-serve-cpu:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/docling-project/docling-serve-cpu:latest  ghcr.io/docling-project/docling-serve-cpu:latest

Shell快速替换命令

sed -i 's#ghcr.io/docling-project/docling-serve-cpu:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/docling-project/docling-serve-cpu:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/docling-project/docling-serve-cpu:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/docling-project/docling-serve-cpu:latest  ghcr.io/docling-project/docling-serve-cpu:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/docling-project/docling-serve-cpu:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/docling-project/docling-serve-cpu:latest  ghcr.io/docling-project/docling-serve-cpu:latest'

镜像构建历史


# 2026-01-29 00:35:21  0.00B 设置默认要执行的命令
CMD ["docling-serve" "run"]
                        
# 2026-01-29 00:35:21  0.00B 声明容器运行时监听的端口
EXPOSE [5001/tcp]
                        
# 2026-01-29 00:35:21  17.41KB 执行命令并创建新的镜像层
RUN |2 UV_SYNC_EXTRA_ARGS=--no-group pypi --group cpu --no-extra flash-attn MODELS_LIST=layout tableformer picture_classifier rapidocr easyocr /bin/sh -c umask 002 && uv sync --frozen --no-dev --all-extras ${UV_SYNC_EXTRA_ARGS} # buildkit
                        
# 2026-01-29 00:35:18  152.83KB 复制新文件或目录到容器中
COPY --chown=1001:0 ./docling_serve ./docling_serve # buildkit
                        
# 2026-01-29 00:35:18  738.41MB 执行命令并创建新的镜像层
RUN |2 UV_SYNC_EXTRA_ARGS=--no-group pypi --group cpu --no-extra flash-attn MODELS_LIST=layout tableformer picture_classifier rapidocr easyocr /bin/sh -c echo "Downloading models..." &&     HF_HUB_DOWNLOAD_TIMEOUT="90"     HF_HUB_ETAG_TIMEOUT="90"     docling-tools models download -o "${DOCLING_SERVE_ARTIFACTS_PATH}" ${MODELS_LIST} &&     chown -R 1001:0 ${DOCLING_SERVE_ARTIFACTS_PATH} &&     chmod -R g=u ${DOCLING_SERVE_ARTIFACTS_PATH} # buildkit
                        
# 2026-01-29 00:34:54  0.00B 定义构建参数
ARG MODELS_LIST=layout tableformer picture_classifier rapidocr easyocr
                        
# 2026-01-29 00:34:54  2.40GB 执行命令并创建新的镜像层
RUN |1 UV_SYNC_EXTRA_ARGS=--no-group pypi --group cpu --no-extra flash-attn /bin/sh -c umask 002 &&     UV_SYNC_ARGS="--frozen --no-install-project --no-dev --all-extras" &&     uv sync ${UV_SYNC_ARGS} ${UV_SYNC_EXTRA_ARGS} --no-extra flash-attn &&     FLASH_ATTENTION_SKIP_CUDA_BUILD=TRUE uv sync ${UV_SYNC_ARGS} ${UV_SYNC_EXTRA_ARGS} --no-build-isolation-package=flash-attn # buildkit
                        
# 2026-01-29 00:34:13  0.00B 定义构建参数
ARG UV_SYNC_EXTRA_ARGS=--no-group pypi --group cpu --no-extra flash-attn
                        
# 2026-01-29 00:34:13  0.00B 设置环境变量 OMP_NUM_THREADS LANG LC_ALL PYTHONIOENCODING UV_COMPILE_BYTECODE UV_LINK_MODE UV_PROJECT_ENVIRONMENT DOCLING_SERVE_ARTIFACTS_PATH
ENV OMP_NUM_THREADS=4 LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 PYTHONIOENCODING=utf-8 UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PROJECT_ENVIRONMENT=/opt/app-root DOCLING_SERVE_ARTIFACTS_PATH=/opt/app-root/src/.cache/docling/models
                        
# 2026-01-29 00:34:13  0.00B 设置工作目录为/opt/app-root/src
WORKDIR /opt/app-root/src
                        
# 2026-01-29 00:34:13  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2026-01-29 00:34:13  0.00B 设置环境变量 TESSDATA_PREFIX
ENV TESSDATA_PREFIX=/usr/share/tesseract/tessdata/
                        
# 2026-01-29 00:34:13  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c /usr/bin/fix-permissions /opt/app-root/src/.cache # buildkit
                        
# 2026-01-29 00:34:13  369.95MB 执行命令并创建新的镜像层
RUN /bin/sh -c dnf -y install --best --nodocs --setopt=install_weak_deps=False dnf-plugins-core &&     dnf config-manager --best --nodocs --setopt=install_weak_deps=False --save &&     dnf config-manager --enable crb &&     dnf -y update &&     dnf install -y $(cat /tmp/os-packages.txt) &&     dnf -y clean all &&     rm -rf /var/cache/dnf # buildkit
                        
# 2026-01-29 00:34:13  0.00B 指定运行容器时使用的用户
USER 0
                        
# 2026-01-28 10:59:39  210.76MB 
/bin/sh -c #(nop) CMD $STI_SCRIPTS_PATH/usage
                        
# 2026-01-28 10:59:39  0.00B 
/bin/sh -c #(nop) USER 1001
                        
# 2026-01-28 10:59:39  0.00B 
/bin/sh -c #(nop) ENV BASH_ENV="${APP_ROOT}/bin/activate"     ENV="${APP_ROOT}/bin/activate"     PROMPT_COMMAND=". ${APP_ROOT}/bin/activate"
                        
# 2026-01-28 10:59:39  0.00B 
/bin/sh -c python3.12 -m venv ${APP_ROOT} && ${APP_ROOT}/bin/pip install /opt/wheels/pip-* && rm -r /opt/wheels && chown -R 1001:0 ${APP_ROOT} && fix-permissions ${APP_ROOT} -P && echo "unset BASH_ENV PROMPT_COMMAND ENV" >> ${APP_ROOT}/bin/activate
                        
# 2026-01-28 10:59:35  0.00B 
/bin/sh -c #(nop) COPY dir:f87a12029e54697ad3bdd1c0869a2a0149ef1227a0a54367bec77290841fef7b in /opt/wheels 
                        
# 2026-01-28 10:59:35  0.00B 
/bin/sh -c #(nop) COPY dir:cb82f39d3378652d2a07e3622f41bccef666f52085de787a6662871d3e74c8e9 in / 
                        
# 2026-01-28 10:59:35  0.00B 
/bin/sh -c #(nop) COPY dir:8237049c925ae491ce41a5ff406d4563c4782a896f0b54fd59713a4c78173905 in $STI_SCRIPTS_PATH 
                        
# 2026-01-28 10:59:34  0.00B 
/bin/sh -c INSTALL_PKGS="python3.12 python3.12-devel python3.12-pip nss_wrapper-libs httpd         httpd-devel mod_ssl mod_auth_gssapi mod_ldap mod_session         atlas-devel gcc-gfortran libffi-devel libtool-ltdl enchant         krb5-devel" &&     yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS &&     rpm -V $INSTALL_PKGS &&     yum -y clean all --enablerepo='*'
                        
# 2026-01-28 10:59:05  0.00B 
/bin/sh -c #(nop) LABEL summary="$SUMMARY"       description="$DESCRIPTION"       io.k8s.description="$DESCRIPTION"       io.k8s.display-name="Python 3.12"       io.openshift.expose-services="8080:http"       io.openshift.tags="builder,python,python312,python-312,rh-python312"       com.redhat.component="$NAME"       name="sclorg/python-312-c9s"       usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.12/test/setup-test-app/ $FGC/$NAME python-sample-app"       maintainer="SoftwareCollections.org <sclorg@redhat.com>"
                        
# 2026-01-28 10:59:05  0.00B 
/bin/sh -c #(nop) ENV SUMMARY="Platform for building and running Python $PYTHON_VERSION applications"     DESCRIPTION="Python $PYTHON_VERSION available as container is a base platform for building and running various Python $PYTHON_VERSION applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms."
                        
# 2026-01-28 10:59:05  0.00B 
/bin/sh -c #(nop) ENV NAME=python3     ARCH=x86_64
                        
# 2026-01-28 10:59:05  0.00B 
/bin/sh -c #(nop) ENV PYTHON_VERSION=3.12     PATH=$HOME/.local/bin/:$PATH     PYTHONUNBUFFERED=1     PYTHONIOENCODING=UTF-8     LC_ALL=en_US.UTF-8     LANG=en_US.UTF-8     PIP_NO_CACHE_DIR=off
                        
# 2026-01-28 10:59:05  0.00B 
/bin/sh -c #(nop) EXPOSE 8080
                        
# 2026-01-27 11:13:26  749.26MB 
/bin/sh -c yum -y module enable nodejs:$NODEJS_VER &&   INSTALL_PKGS="nodejs autoconf   automake   bzip2   gcc-c++   gd-devel   gdb   git   libcurl-devel   libpq-devel   libxml2-devel   libxslt-devel   lsof   make   mariadb-connector-c-devel   openssl-devel   patch   procps-ng   npm   redhat-rpm-config   sqlite-devel   unzip   wget   which   zlib-devel" &&   yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS &&   rpm -V $INSTALL_PKGS &&   node -v | grep -qe "^v$NODEJS_VER\." && echo "Found VERSION $NODEJS_VER" &&   yum -y clean all --enablerepo='*'
                        
# 2026-01-27 11:12:51  0.00B 
/bin/sh -c #(nop) LABEL summary="$SUMMARY"       description="$DESCRIPTION"       io.k8s.description="$DESCRIPTION"       io.k8s.display-name="s2i base"       com.redhat.component="$NAME-container"       name="sclorg/$NAME-c9s"       version="$VERSION"       maintainer="SoftwareCollections.org <sclorg@redhat.com>"
                        
# 2026-01-27 11:12:51  0.00B 
/bin/sh -c #(nop) ENV SUMMARY="Base image with essential libraries and tools used as a base for builder images like perl, python, ruby, etc."     DESCRIPTION="The s2i-base image, being built upon s2i-core, provides any images layered on top of it with all the tools needed to use source-to-image functionality. Additionally, s2i-base also contains various libraries needed for it to serve as a base for other builder images, like s2i-python or s2i-ruby."     NODEJS_VER=22     NAME=s2i-base
                        
# 2026-01-27 11:07:05  52.27MB 
/bin/sh -c rpm-file-permissions &&   useradd -u 1001 -r -g 0 -d ${HOME} -c "Default Application User" default &&   chown -R 1001:0 ${APP_ROOT}
                        
# 2026-01-27 11:07:03  0.00B 
/bin/sh -c #(nop) CMD ["base-usage"]
                        
# 2026-01-27 11:07:03  0.00B 
/bin/sh -c #(nop) ENTRYPOINT ["container-entrypoint"]
                        
# 2026-01-27 11:07:03  0.00B 
/bin/sh -c #(nop) WORKDIR ${HOME}
                        
# 2026-01-27 11:07:03  0.00B 
/bin/sh -c #(nop) COPY dir:7c2972cc2e4f90cf0d7644aac472086c081dea1e2f64e0f7a9bde1ea291623ec in / 
                        
# 2026-01-27 11:07:03  0.00B 
/bin/sh -c INSTALL_PKGS="bsdtar   findutils   gettext   glibc-langpack-en   groff-base   glibc-locale-source   rsync   scl-utils   tar   unzip   xz   yum" &&   mkdir -p ${HOME}/.pki/nssdb &&   chown -R 1001:0 ${HOME}/.pki &&   dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS &&   rpm -V $INSTALL_PKGS &&   dnf -y clean all --enablerepo='*'
                        
# 2026-01-27 11:06:50  0.00B 
/bin/sh -c #(nop) ENV     STI_SCRIPTS_URL=image:///usr/libexec/s2i     STI_SCRIPTS_PATH=/usr/libexec/s2i     APP_ROOT=/opt/app-root     HOME=/opt/app-root/src     PATH=/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin     PLATFORM="el9"
                        
# 2026-01-27 11:06:50  0.00B 
/bin/sh -c #(nop) LABEL summary="$SUMMARY"       description="$DESCRIPTION"       io.k8s.description="$DESCRIPTION"       io.k8s.display-name="s2i core"       io.openshift.s2i.scripts-url=image:///usr/libexec/s2i       io.s2i.scripts-url=image:///usr/libexec/s2i       com.redhat.component="$NAME-container"       name="sclorg/$NAME-c9s"       version="$VERSION"       maintainer="SoftwareCollections.org <sclorg@redhat.com>"
                        
# 2026-01-27 11:06:50  0.00B 
/bin/sh -c #(nop) ENV SUMMARY="Base image which allows using of source-to-image."	    DESCRIPTION="The s2i-core image provides any images layered on top of it with all the tools needed to use source-to-image functionality while keeping the image size as small as possible."     NAME=s2i-core     VERSION=9
                        
# 2026-01-23 05:50:50  166.53MB 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-01-23 05:50:49  0.00B 
/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0"     org.label-schema.name="CentOS Stream 9 Base Image"     org.label-schema.vendor="CentOS"     org.label-schema.license="GPLv2"     org.label-schema.build-date="20260119"
                        
# 2026-01-23 05:50:49  0.00B 
/bin/sh -c #(nop) ADD file:ecf31f28675bbcd563f34944289adddb83df5a61450ecebc4f0ab8f767a18104 in / 
                        
                    

镜像信息

{
    "Id": "sha256:49dd6cdede53fae80f771d4564203f503f1ed71537465de86f8e225d34ea4f5b",
    "RepoTags": [
        "ghcr.io/docling-project/docling-serve-cpu:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/docling-project/docling-serve-cpu:latest"
    ],
    "RepoDigests": [
        "ghcr.io/docling-project/docling-serve-cpu@sha256:bca6f0adf606ad430705cbf784cf3ce15d1c62fe69a3ac1a76e96f38491268d9",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/docling-project/docling-serve-cpu@sha256:a2114e5dd146f36e91812b59a64ff34ff1976515c0265996dea18218263f56c1"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-01-28T16:35:21.182594249Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1001",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "5001/tcp": {},
            "8080/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "VERSION=9",
            "STI_SCRIPTS_URL=image:///usr/libexec/s2i",
            "STI_SCRIPTS_PATH=/usr/libexec/s2i",
            "APP_ROOT=/opt/app-root",
            "HOME=/opt/app-root/src",
            "PLATFORM=el9",
            "NODEJS_VER=22",
            "PYTHON_VERSION=3.12",
            "PATH=/opt/app-root/src/.local/bin/:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "PYTHONUNBUFFERED=1",
            "PYTHONIOENCODING=utf-8",
            "LC_ALL=en_US.UTF-8",
            "LANG=en_US.UTF-8",
            "PIP_NO_CACHE_DIR=off",
            "NAME=python3",
            "ARCH=x86_64",
            "SUMMARY=Platform for building and running Python 3.12 applications",
            "DESCRIPTION=Python 3.12 available as container is a base platform for building and running various Python 3.12 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.",
            "BASH_ENV=/opt/app-root/bin/activate",
            "ENV=/opt/app-root/bin/activate",
            "PROMPT_COMMAND=. /opt/app-root/bin/activate",
            "TESSDATA_PREFIX=/usr/share/tesseract/tessdata/",
            "OMP_NUM_THREADS=4",
            "UV_COMPILE_BYTECODE=1",
            "UV_LINK_MODE=copy",
            "UV_PROJECT_ENVIRONMENT=/opt/app-root",
            "DOCLING_SERVE_ARTIFACTS_PATH=/opt/app-root/src/.cache/docling/models"
        ],
        "Cmd": [
            "docling-serve",
            "run"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/app-root/src",
        "Entrypoint": [
            "container-entrypoint"
        ],
        "OnBuild": null,
        "Labels": {
            "com.redhat.component": "python3",
            "description": "Python 3.12 available as container is a base platform for building and running various Python 3.12 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.",
            "io.buildah.version": "1.33.7",
            "io.k8s.description": "Python 3.12 available as container is a base platform for building and running various Python 3.12 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.",
            "io.k8s.display-name": "Python 3.12",
            "io.openshift.expose-services": "8080:http",
            "io.openshift.s2i.scripts-url": "image:///usr/libexec/s2i",
            "io.openshift.tags": "builder,python,python312,python-312,rh-python312",
            "io.s2i.scripts-url": "image:///usr/libexec/s2i",
            "maintainer": "SoftwareCollections.org \u003csclorg@redhat.com\u003e",
            "name": "sclorg/python-312-c9s",
            "org.label-schema.build-date": "20260119",
            "org.label-schema.license": "GPLv2",
            "org.label-schema.name": "CentOS Stream 9 Base Image",
            "org.label-schema.schema-version": "1.0",
            "org.label-schema.vendor": "CentOS",
            "org.opencontainers.image.created": "2026-01-28T16:33:15.554Z",
            "org.opencontainers.image.description": "Running Docling as an API service",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "312a5fa2538d1e01f7764f95891a6734c8c26ad6",
            "org.opencontainers.image.source": "https://github.com/docling-project/docling-serve",
            "org.opencontainers.image.title": "docling-serve",
            "org.opencontainers.image.url": "https://github.com/docling-project/docling-serve",
            "org.opencontainers.image.version": "v1.11.0",
            "summary": "Platform for building and running Python 3.12 applications",
            "usage": "s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.12/test/setup-test-app/ /python3 python-sample-app",
            "version": "9"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 4683193467,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/76a3c0f5e6f49c290c4c35f9996fc1fcd43f8a668b15254b0e5b75b890411fe4/diff:/var/lib/docker/overlay2/5cf1205b46e27636fa8157edefddcddbf7aac89fba719e216bb0c718de117110/diff:/var/lib/docker/overlay2/2b7f440e07954545bffec844cf3477b6ab8120af6fcd0af1a3c7dba8779b2869/diff:/var/lib/docker/overlay2/cd5baa195af3221a72cd6b852b286bce46b96a82e0d9f1307a0e01793e9b0e5e/diff:/var/lib/docker/overlay2/896b5757b9c565873b02f378f8fa15c0747533f4c203b63f46aeb3d700952646/diff:/var/lib/docker/overlay2/22582b0878f73614bc946459213bc7f6cbbbfb68d1174773ae8713871494333f/diff:/var/lib/docker/overlay2/74e5d212596edaae97706207ef2787cd3dea538b078d04cce52396b4ce71b37f/diff:/var/lib/docker/overlay2/23f0b9fe7015b09753c4219ad29818cf99df5f82c6051f8b4fcb2c8f67f74b97/diff:/var/lib/docker/overlay2/47fce2dbf456955783000cfe00bc7e990b58a0ae516dd96ffdab2dc896a1a176/diff:/var/lib/docker/overlay2/58570d47d1b42716dcb28f59d9dbb0f1ce7accb31838c601d2f87549e69b0687/diff",
            "MergedDir": "/var/lib/docker/overlay2/fd4b26287f9ac2550ba8844e4a1977fdb53dce6f9f77cdd28c70e748cf7abd35/merged",
            "UpperDir": "/var/lib/docker/overlay2/fd4b26287f9ac2550ba8844e4a1977fdb53dce6f9f77cdd28c70e748cf7abd35/diff",
            "WorkDir": "/var/lib/docker/overlay2/fd4b26287f9ac2550ba8844e4a1977fdb53dce6f9f77cdd28c70e748cf7abd35/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:114ca7be1d4f86913723d58923959620a02845f71e8a3f067051da163cfc1c88",
            "sha256:35f6323983085d5e983cb80df8424171537c63ea3cb2dfa70819ab0a1e135e52",
            "sha256:d7f320cec9c5fdebde6db30acd6ab3d2c17e085e391b041fae9e133098c8b5be",
            "sha256:d1d249dbcbc742eee59a7cb567efd2fd7d0a8d5594163f02519e9bfd528f5b50",
            "sha256:e7b8d8338243f55b38c9c68b1145c3a033e827ee87255267d5aefe9e67ef92c4",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:04308f90b18959ce272e563b2466bbf595d79ff715131aa11d2b5ea6355ffb66",
            "sha256:b02fb85fce5e212cf4d3823c171238c8b8101d6ea9d2d24034362e944859cfca",
            "sha256:516cc0f3d760a90532986f7ecba6107a14eee79cacf620e9ba981b5f969287db",
            "sha256:2ac9063a5d2faa9bb7f147f02eabb2607a4cfcd0f9a178ad716a927c7aea3cfd"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-01-29T16:26:18.051349375+08:00"
    }
}

更多版本

ghcr.io/docling-project/docling-serve-cpu:latest

linux/amd64 ghcr.io4.68GB2026-01-29 16:31
870
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×