quay.io/docling-project/docling-serve:latest linux/amd64

quay.io/docling-project/docling-serve:latest - 国内下载镜像源 浏览次数:36

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

这是一个名为quay.io/docling-project/docling-serve 的Docker容器镜像。 基于名称,它很可能是一个用于服务的镜像,可能与Docling项目相关,提供某种服务功能。 具体功能需要查看镜像的描述文档或运行容器后进行测试才能确定。

源镜像 quay.io/docling-project/docling-serve:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/docling-project/docling-serve:latest
镜像ID sha256:30ea83d34004f333f9db360ff43c4a73c673ae40ae6ad4bbda1eb300ac11a0f9
镜像TAG latest
大小 8.59GB
镜像源 quay.io
CMD docling-serve run
启动入口 container-entrypoint
工作目录 /opt/app-root/src
OS/平台 linux/amd64
浏览量 36 次
贡献者
镜像创建 2025-06-03T16:34:12.002605088Z
同步时间 2025-06-04 06:56
更新时间 2025-06-06 05:43
开放端口
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=20 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 20250527: 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-06-03T16:47:44.567Z: org.opencontainers.image.created Running Docling as an API service: org.opencontainers.image.description MIT: org.opencontainers.image.licenses b299af002be49e1ad7ab4f7ba71edbea684d6f5b: 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 v0.12.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/quay.io/docling-project/docling-serve:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/docling-project/docling-serve:latest  quay.io/docling-project/docling-serve:latest

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-06-04 00:34:12  0.00B 设置默认要执行的命令
CMD ["docling-serve" "run"]
                        
# 2025-06-04 00:34:12  0.00B 声明容器运行时监听的端口
EXPOSE map[5001/tcp:{}]
                        
# 2025-06-04 00:34:12  16.93KB 执行命令并创建新的镜像层
RUN |2 UV_SYNC_EXTRA_ARGS=--no-extra cu124 --no-extra cpu 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-06-04 00:34:08  130.31KB 复制新文件或目录到容器中
COPY --chown=1001:0 ./docling_serve ./docling_serve # buildkit
                        
# 2025-06-04 00:34:08  659.94MB 执行命令并创建新的镜像层
RUN |2 UV_SYNC_EXTRA_ARGS=--no-extra cu124 --no-extra cpu 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-06-04 00:33:51  0.00B 定义构建参数
ARG MODELS_LIST=layout tableformer picture_classifier easyocr
                        
# 2025-06-04 00:33:51  6.71GB 执行命令并创建新的镜像层
RUN |1 UV_SYNC_EXTRA_ARGS=--no-extra cu124 --no-extra cpu /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-06-03 23:48:32  0.00B 定义构建参数
ARG UV_SYNC_EXTRA_ARGS=--no-extra cu124 --no-extra cpu
                        
# 2025-06-03 23:48:32  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-06-03 23:48:32  0.00B 设置工作目录为/opt/app-root/src
WORKDIR /opt/app-root/src
                        
# 2025-06-03 23:48:32  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2025-06-03 23:48:32  0.00B 设置环境变量 TESSDATA_PREFIX
ENV TESSDATA_PREFIX=/usr/share/tesseract/tessdata/
                        
# 2025-06-03 23:48:32  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c /usr/bin/fix-permissions /opt/app-root/src/.cache # buildkit
                        
# 2025-06-03 23:46:31  100.21MB 执行命令并创建新的镜像层
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-06-03 23:46:31  0.00B 指定运行容器时使用的用户
USER 0
                        
# 2025-06-03 21:15:05  208.59MB 
/bin/sh -c #(nop) CMD $STI_SCRIPTS_PATH/usage
                        
# 2025-06-03 21:15:04  0.00B 
/bin/sh -c #(nop) USER 1001
                        
# 2025-06-03 21:15:04  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-06-03 21:15:04  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-06-03 21:15:00  0.00B 
/bin/sh -c #(nop) COPY dir:f87a12029e54697ad3bdd1c0869a2a0149ef1227a0a54367bec77290841fef7b in /opt/wheels 
                        
# 2025-06-03 21:15:00  0.00B 
/bin/sh -c #(nop) COPY dir:fc119ff6b329bb3f95f0cf5bd5abb3ca34aee3f4569ac30ce7bbb54de08b011f in / 
                        
# 2025-06-03 21:15:00  0.00B 
/bin/sh -c #(nop) COPY dir:a358f8b1871a83b495e15a485ae8731579223317d56122b169a30184d56cf587 in $STI_SCRIPTS_PATH 
                        
# 2025-06-03 21:15:00  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-06-03 21:14:28  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-06-03 21:14:28  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-06-03 21:14:28  0.00B 
/bin/sh -c #(nop) ENV NAME=python3     VERSION=0     ARCH=x86_64
                        
# 2025-06-03 21:14:28  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-06-03 21:14:28  0.00B 
/bin/sh -c #(nop) EXPOSE 8080
                        
# 2025-06-03 10:54:18  692.07MB 
/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-06-03 10:53:47  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-06-03 10:53:47  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=20     NAME=s2i-base
                        
# 2025-06-03 10:47:36  52.09MB 
/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-06-03 10:47:35  0.00B 
/bin/sh -c #(nop) CMD ["base-usage"]
                        
# 2025-06-03 10:47:35  0.00B 
/bin/sh -c #(nop) ENTRYPOINT ["container-entrypoint"]
                        
# 2025-06-03 10:47:35  0.00B 
/bin/sh -c #(nop) WORKDIR ${HOME}
                        
# 2025-06-03 10:47:35  0.00B 
/bin/sh -c #(nop) COPY dir:fd3eb1b942cbbde21e2723a45d11b2f3449c83d34ef89e4f46a3ee9d77c12d15 in / 
                        
# 2025-06-03 10:47:35  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-06-03 10:47:23  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-06-03 10:47:23  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-06-03 10:47:23  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-05-27 08:38:23  165.23MB 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-05-27 08:38:18  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="20250527"
                        
# 2025-05-27 08:38:18  0.00B 
/bin/sh -c #(nop) ADD file:69c080a2a6f86b2e7857076fc82eaefc64f6e6b4e1860464ca45a6984fdd790b in / 
                        
                    

镜像信息

{
    "Id": "sha256:30ea83d34004f333f9db360ff43c4a73c673ae40ae6ad4bbda1eb300ac11a0f9",
    "RepoTags": [
        "quay.io/docling-project/docling-serve:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/docling-project/docling-serve:latest"
    ],
    "RepoDigests": [
        "quay.io/docling-project/docling-serve@sha256:abf66d0318c1d14ea768bec25c1548394363bf4d1f4b17b7b4d2bdd22397b419",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/docling-project/docling-serve@sha256:538c8ba0a2c2381f83dd64bcf8f5e999de92bed768e876bca0979278d3ecabb2"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-03T16:34:12.002605088Z",
    "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=20",
            "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": "20250527",
            "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-06-03T16:47:44.567Z",
            "org.opencontainers.image.description": "Running Docling as an API service",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "b299af002be49e1ad7ab4f7ba71edbea684d6f5b",
            "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": "v0.12.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": 8585130457,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/731dc8f50edcd6fb2d78dfd130b54a978b3225e5435cc85245c389f10796bfb6/diff:/var/lib/docker/overlay2/00d7a2e31fcd55e58d7478f967a730e1a8d8e52a9ac1adc23223a3de0a35e2de/diff:/var/lib/docker/overlay2/dac0a1df2b824aef0a1f404873e2f848e9181ede9f1fa508f65776362fcf6346/diff:/var/lib/docker/overlay2/c180155cfd17ba4e3d0cbccf4cc2d7bd93f5a892aa9345aa11b1fbedfd309a0f/diff:/var/lib/docker/overlay2/a28ebfcbae9478a8097fbd201aec83dcf88044e9dabadaff09e3c06669276413/diff:/var/lib/docker/overlay2/5f099698829d2a1d1c72cb0f333efed1e26f1152511f39fdc46e9a812bc44366/diff:/var/lib/docker/overlay2/3f485e9ea52539c519ac074f953671a7b43b7e9d6c4c42b7343c64c5f9a419b4/diff:/var/lib/docker/overlay2/31dff6277077ebc9362816f6baa6669cdaf8290727e7a7f215210277d7494a66/diff:/var/lib/docker/overlay2/c96745498f93d1eceec6f660adceb04abd219e17d5f83a2a26a1d9517c19cebc/diff:/var/lib/docker/overlay2/3800da28da7606d89457dee6b1920ad8225bfcf68626f2a563df369dd62e7419/diff",
            "MergedDir": "/var/lib/docker/overlay2/f16d38203d3486b931495d1ce8621546d61aa4d8fee60400d73ddb7cf5ed69fc/merged",
            "UpperDir": "/var/lib/docker/overlay2/f16d38203d3486b931495d1ce8621546d61aa4d8fee60400d73ddb7cf5ed69fc/diff",
            "WorkDir": "/var/lib/docker/overlay2/f16d38203d3486b931495d1ce8621546d61aa4d8fee60400d73ddb7cf5ed69fc/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:5e75a7e9edc981298649e9c4961c7ef204c19eadbd1288ff5e8d2c9d2fbb0786",
            "sha256:addbdcf39c0ba7c474f008d89b41a371fcf55b5537c6c6f6c53db03cb85ea8b7",
            "sha256:8970f76bef6abc84c62fc2ff01d39eebcdd1a875c86b5c63def3dbc5452ee860",
            "sha256:41e230f1db75e9036fbd1784c53836b224e5847e4dc9fddde72b5de5c4a97df3",
            "sha256:42feda25011246581b03f39165b819e8b20f7d2642e6e76688c5f8a46fb84974",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:404f457b70f8bf380b2ecc4dd05751c07cc8e02740fe57b32cdd0c6da6bf1dc8",
            "sha256:3867a8edf23c8f448cc5267e761ee72ceb0a8770d003e29bc7e63d93a7967d66",
            "sha256:a178312ea5cf0d31dadf967d15338f15d543f4e04097ecda1336f87129163bc5",
            "sha256:a2abd6b678b5975c48c771bb0cc390bfeac6308d23270bc958d18bf51937afea"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-04T06:46:44.758830471+08:00"
    }
}

更多版本

quay.io/docling-project/docling-serve:latest

linux/amd64 quay.io8.59GB2025-06-04 06:56
35