ghcr.io/docling-project/docling-serve-cu128:v1.6.0 linux/amd64

ghcr.io/docling-project/docling-serve-cu128:v1.6.0 - 国内下载镜像源 浏览次数:11
源镜像 ghcr.io/docling-project/docling-serve-cu128:v1.6.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/docling-project/docling-serve-cu128:v1.6.0
镜像ID sha256:7756e0d3a34784d30b368c60ac68df9ea54cecbdd1f497c1ad636dde527266d9
镜像TAG v1.6.0
大小 14.45GB
镜像源 ghcr.io
CMD docling-serve run
启动入口 container-entrypoint
工作目录 /opt/app-root/src
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2025-10-03T13:48:04.959089986Z
同步时间 2025-10-09 01:48
更新时间 2025-10-09 13:41
开放端口
5001/tcp 8080/tcp
环境变量
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 VERSION=0 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
镜像标签
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 20250923: 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 2025-10-03T13:45:24.104Z: org.opencontainers.image.created Running Docling as an API service: org.opencontainers.image.description MIT: org.opencontainers.image.licenses 5edc624fbf04a7e185b5fea6a0c6a7a1bd98a51e: 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.6.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 0: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#ghcr.io/docling-project/docling-serve-cu128:v1.6.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/docling-project/docling-serve-cu128:v1.6.0#' 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-cu128:v1.6.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/docling-project/docling-serve-cu128:v1.6.0  ghcr.io/docling-project/docling-serve-cu128:v1.6.0'

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-10-03 21:48:04  0.00B 设置默认要执行的命令
CMD ["docling-serve" "run"]
                        
# 2025-10-03 21:48:04  0.00B 声明容器运行时监听的端口
EXPOSE &{[{{78 0} {78 0}}] 0xc00041fc80}
                        
# 2025-10-03 21:48:04  16.32KB 执行命令并创建新的镜像层
RUN |2 UV_SYNC_EXTRA_ARGS=--no-group pypi --group cu128 MODELS_LIST=layout tableformer picture_classifier easyocr /bin/sh -c umask 002 && uv sync --frozen --no-dev --all-extras ${UV_SYNC_EXTRA_ARGS} # buildkit
                        
# 2025-10-03 21:48:02  102.44KB 复制新文件或目录到容器中
COPY --chown=1001:0 ./docling_serve ./docling_serve # buildkit
                        
# 2025-10-03 21:48:02  1.21GB 执行命令并创建新的镜像层
RUN |2 UV_SYNC_EXTRA_ARGS=--no-group pypi --group cu128 MODELS_LIST=layout tableformer picture_classifier 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
                        
# 2025-10-03 21:47:48  0.00B 定义构建参数
ARG MODELS_LIST=layout tableformer picture_classifier easyocr
                        
# 2025-10-03 21:47:48  12.06GB 执行命令并创建新的镜像层
RUN |1 UV_SYNC_EXTRA_ARGS=--no-group pypi --group cu128 /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
                        
# 2025-10-03 21:13:42  0.00B 定义构建参数
ARG UV_SYNC_EXTRA_ARGS=--no-group pypi --group cu128
                        
# 2025-10-03 21:13:42  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
                        
# 2025-10-03 21:13:42  0.00B 设置工作目录为/opt/app-root/src
WORKDIR /opt/app-root/src
                        
# 2025-10-03 21:13:42  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2025-10-03 21:13:42  0.00B 设置环境变量 TESSDATA_PREFIX
ENV TESSDATA_PREFIX=/usr/share/tesseract/tessdata/
                        
# 2025-10-03 21:13:42  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c /usr/bin/fix-permissions /opt/app-root/src/.cache # buildkit
                        
# 2025-10-03 20:30:46  129.45MB 执行命令并创建新的镜像层
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
                        
# 2025-10-03 20:30:46  0.00B 指定运行容器时使用的用户
USER 0
                        
# 2025-10-01 21:17:57  210.25MB 
/bin/sh -c #(nop) CMD $STI_SCRIPTS_PATH/usage
                        
# 2025-10-01 21:17:56  0.00B 
/bin/sh -c #(nop) USER 1001
                        
# 2025-10-01 21:17:56  0.00B 
/bin/sh -c #(nop) ENV BASH_ENV="${APP_ROOT}/bin/activate"     ENV="${APP_ROOT}/bin/activate"     PROMPT_COMMAND=". ${APP_ROOT}/bin/activate"
                        
# 2025-10-01 21:17:56  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
                        
# 2025-10-01 21:17:52  0.00B 
/bin/sh -c #(nop) COPY dir:f87a12029e54697ad3bdd1c0869a2a0149ef1227a0a54367bec77290841fef7b in /opt/wheels 
                        
# 2025-10-01 21:17:52  0.00B 
/bin/sh -c #(nop) COPY dir:cb82f39d3378652d2a07e3622f41bccef666f52085de787a6662871d3e74c8e9 in / 
                        
# 2025-10-01 21:17:52  0.00B 
/bin/sh -c #(nop) COPY dir:8237049c925ae491ce41a5ff406d4563c4782a896f0b54fd59713a4c78173905 in $STI_SCRIPTS_PATH 
                        
# 2025-10-01 21:17:52  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='*'
                        
# 2025-10-01 21:17:32  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"       version="$VERSION"       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>"
                        
# 2025-10-01 21:17:32  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."
                        
# 2025-10-01 21:17:32  0.00B 
/bin/sh -c #(nop) ENV NAME=python3     VERSION=0     ARCH=x86_64
                        
# 2025-10-01 21:17:32  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
                        
# 2025-10-01 21:17:32  0.00B 
/bin/sh -c #(nop) EXPOSE 8080
                        
# 2025-09-30 10:27:44  623.91MB 
/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='*'
                        
# 2025-09-30 10:27:14  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>"
                        
# 2025-09-30 10:27:14  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
                        
# 2025-09-30 10:22:00  52.24MB 
/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}
                        
# 2025-09-30 10:21:59  0.00B 
/bin/sh -c #(nop) CMD ["base-usage"]
                        
# 2025-09-30 10:21:59  0.00B 
/bin/sh -c #(nop) ENTRYPOINT ["container-entrypoint"]
                        
# 2025-09-30 10:21:59  0.00B 
/bin/sh -c #(nop) WORKDIR ${HOME}
                        
# 2025-09-30 10:21:59  0.00B 
/bin/sh -c #(nop) COPY dir:7c2972cc2e4f90cf0d7644aac472086c081dea1e2f64e0f7a9bde1ea291623ec in / 
                        
# 2025-09-30 10:21:59  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='*'
                        
# 2025-09-30 10:21:46  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"
                        
# 2025-09-30 10:21:46  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>"
                        
# 2025-09-30 10:21:46  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
                        
# 2025-09-23 09:06:38  165.70MB 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-09-23 09:06:35  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="20250923"
                        
# 2025-09-23 09:06:35  0.00B 
/bin/sh -c #(nop) ADD file:3230f0439e379e85f19b30340b7fbc7504b34440faba46bf0d3949ec4166aa17 in / 
                        
                    

镜像信息

{
    "Id": "sha256:7756e0d3a34784d30b368c60ac68df9ea54cecbdd1f497c1ad636dde527266d9",
    "RepoTags": [
        "ghcr.io/docling-project/docling-serve-cu128:v1.6.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/docling-project/docling-serve-cu128:v1.6.0"
    ],
    "RepoDigests": [
        "ghcr.io/docling-project/docling-serve-cu128@sha256:15562d2558e2412bc339741cd8c9b221f5bd410e7e4b45808f3bac64f9cbdba1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/docling-project/docling-serve-cu128@sha256:0361ff1d043c08c107a7ddbf3fb0efc5bd7c172c6880e3df97050cf9bc6f9c20"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-10-03T13:48:04.959089986Z",
    "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": [
            "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",
            "VERSION=0",
            "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": "20250923",
            "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": "2025-10-03T13:45:24.104Z",
            "org.opencontainers.image.description": "Running Docling as an API service",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "5edc624fbf04a7e185b5fea6a0c6a7a1bd98a51e",
            "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.6.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": "0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 14450500451,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f52d6c96f6bb9d36f269079222fd5b8bd3e34b53b8e0e629eaef137b2919c713/diff:/var/lib/docker/overlay2/dc56a9f90845241433c5c95cce45ef5ec8b8eead809c8c0e69fc3f8d9c6fd86e/diff:/var/lib/docker/overlay2/dce6bcc1229a7101d789046bb2dc3737d85d59d2f019ce5b700885db6bfd73b9/diff:/var/lib/docker/overlay2/918315867da19c6c20c5792d0d275ce2f1838408aa99bfb9368acd81f9506d71/diff:/var/lib/docker/overlay2/b6dbfee0d189f34fa82d85b8bdb7112fd353f9554de450fe233f1ed592b7b68b/diff:/var/lib/docker/overlay2/2776efb37fd5d5f177a9b702db818e0f8138dcec0c8c8642193b8162308534d6/diff:/var/lib/docker/overlay2/c60a3af18e831ea80ed3f9751be2b0cb58d76ea0737ab344155959afece0841a/diff:/var/lib/docker/overlay2/f30d1a40a64ff6914be81270244423e5b4b63b87f07220fea952f812c482eed9/diff:/var/lib/docker/overlay2/23cb70a05051c620b69c2054ca7bbb5aa3efa04f1ba800ac7612f1df27b39cb5/diff:/var/lib/docker/overlay2/facda1ef6b8c6646e9841dbd7f3219a0d4ed155f4b3046fb3d5b18dfced89b07/diff",
            "MergedDir": "/var/lib/docker/overlay2/f922e7694c4e09b3b133d0d7b8a5792e2ff18bb6aae3321f80182085947c838a/merged",
            "UpperDir": "/var/lib/docker/overlay2/f922e7694c4e09b3b133d0d7b8a5792e2ff18bb6aae3321f80182085947c838a/diff",
            "WorkDir": "/var/lib/docker/overlay2/f922e7694c4e09b3b133d0d7b8a5792e2ff18bb6aae3321f80182085947c838a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:381a13485a932941201e961274f3d5270c1f74a1d912d45e64629103cf3a76c6",
            "sha256:d13960a5a5d4809e99ee35c09c78750fcec1113fb529c63bc0bcdb198eaeb88a",
            "sha256:64a60b5484a7caddcdd25acdc122ce8c44cf75b61c6fbd70404deb8c405c0cb5",
            "sha256:50bdbe18b9154db71a43c9738cf44ffed04e956442dcf17b572ffae14a89edb4",
            "sha256:225434b77f1550260bfd4f46e301d8a22526b758021977c5f6e4997d8f5564e6",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:9ce3895bf05f8a5d40ab71f7e14067c8ccf8b6fbe422f22331ca429603f322bf",
            "sha256:398318fab9c7884c7e1691c253ee2dd9f84b626531dd02d9d6c3cac4d27dac5c",
            "sha256:2164183a61246d536040d57d4d2eba02fbcaaff603642280660c3849804ecc2d",
            "sha256:f09617685f480993463f7d058290a38c44870e8fa5670ffc4dceaa8df296391d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-10-09T01:32:31.761572956+08:00"
    }
}

更多版本

ghcr.io/docling-project/docling-serve-cu128:v1.6.0

linux/amd64 ghcr.io14.45GB2025-10-09 01:48
10