docker.io/apicurio/apicurio-registry-ui:3.1.2 linux/amd64

docker.io/apicurio/apicurio-registry-ui:3.1.2 - 国内下载镜像源 浏览次数:12
源镜像 docker.io/apicurio/apicurio-registry-ui:3.1.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apicurio/apicurio-registry-ui:3.1.2
镜像ID sha256:343c08ef70d645057d9c1a1b6c8ed8c6bb6738876987c51abc7dde79a0141d4c
镜像TAG 3.1.2
大小 682.73MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/sh -c /usr/local/bin/entrypoint.sh
启动入口 container-entrypoint
工作目录 /opt/app-root/src
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2025-11-04T13:55:46.5118652Z
同步时间 2025-11-05 14:57
更新时间 2025-11-05 21:22
开放端口
1337/tcp 8080/tcp 8443/tcp
环境变量
container=oci 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 NAME=nginx NGINX_VERSION=1.22 NGINX_SHORT_VER=122 VERSION=0 SUMMARY=Platform for running nginx 1.22 or building nginx-based application DESCRIPTION=Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. The container image provides a containerized packaging of the nginx 1.22 daemon. The image can be used as a base image for other applications based on nginx 1.22 web server. Nginx server image can be extended using source-to-image tool. NGINX_CONFIGURATION_PATH=/opt/app-root/etc/nginx.d NGINX_CONF_PATH=/etc/nginx/nginx.conf NGINX_DEFAULT_CONF_PATH=/opt/app-root/etc/nginx.default.d NGINX_CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/nginx NGINX_APP_ROOT=/opt/app-root NGINX_LOG_PATH=/var/log/nginx NGINX_PERL_MODULE_PATH=/opt/app-root/etc/perl
镜像标签
x86_64: architecture 2025-10-28T04:21:38Z: build-date nginx-122-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms cpe:/a:redhat:enterprise_linux:9::appstream: cpe Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. The container image provides a containerized packaging of the nginx 1.22 daemon. The image can be used as a base image for other applications based on nginx 1.22 web server. Nginx server image can be extended using source-to-image tool.: description public: distribution-scope For more information visit https://github.com/sclorg/nginx-container: help 1.41.4: io.buildah.version Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. The container image provides a containerized packaging of the nginx 1.22 daemon. The image can be used as a base image for other applications based on nginx 1.22 web server. Nginx server image can be extended using source-to-image tool.: io.k8s.description Nginx 1.22: io.k8s.display-name 8443:https: io.openshift.expose-services image:///usr/libexec/s2i: io.openshift.s2i.scripts-url builder,nginx,nginx-122: io.openshift.tags image:///usr/libexec/s2i: io.s2i.scripts-url SoftwareCollections.org <sclorg@redhat.com>: maintainer ubi9/nginx-122: name f59505117b0a342c3c7dd28004ca2c60276eb0cf: org.opencontainers.image.revision 1761625269: release Platform for running nginx 1.22 or building nginx-based application: summary https://catalog.redhat.com/en/search?searchType=containers: url s2i build <SOURCE-REPOSITORY> ubi9/nginx-122:latest <APP-NAME>: usage f59505117b0a342c3c7dd28004ca2c60276eb0cf: vcs-ref git: vcs-type Red Hat, Inc.: vendor 1: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apicurio/apicurio-registry-ui:3.1.2
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apicurio/apicurio-registry-ui:3.1.2  docker.io/apicurio/apicurio-registry-ui:3.1.2

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apicurio/apicurio-registry-ui:3.1.2
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apicurio/apicurio-registry-ui:3.1.2  docker.io/apicurio/apicurio-registry-ui:3.1.2

Shell快速替换命令

sed -i 's#apicurio/apicurio-registry-ui:3.1.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apicurio/apicurio-registry-ui:3.1.2#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apicurio/apicurio-registry-ui:3.1.2 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apicurio/apicurio-registry-ui:3.1.2  docker.io/apicurio/apicurio-registry-ui:3.1.2'

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-11-04 21:55:46  0.00B 设置默认要执行的命令
CMD ["/bin/sh" "-c" "/usr/local/bin/entrypoint.sh"]
                        
# 2025-11-04 21:55:46  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2025-11-04 21:55:46  0.00B 声明容器运行时监听的端口
EXPOSE [1337/tcp 8080/tcp]
                        
# 2025-11-04 21:55:46  61.07MB 执行命令并创建新的镜像层
RUN /bin/sh -c chmod -R g+w /opt/app-root/src /usr/local/bin/ # buildkit
                        
# 2025-11-04 21:55:45  61.07MB 复制新文件或目录到容器中
COPY --chown=1001:0 dist/ . # buildkit
                        
# 2025-11-04 21:55:45  8.71KB 执行命令并创建新的镜像层
RUN /bin/sh -c dos2unix /usr/local/bin/create-config.cjs &&     dos2unix /usr/local/bin/update-base-href.cjs &&     dos2unix /usr/local/bin/entrypoint.sh &&     dos2unix /etc/nginx/nginx.conf # buildkit
                        
# 2025-11-04 21:55:44  2.98KB 复制新文件或目录到容器中
COPY --chown=1001:0 .docker-scripts/nginx.conf /etc/nginx/nginx.conf # buildkit
                        
# 2025-11-04 21:55:44  565.00B 复制新文件或目录到容器中
COPY --chown=1001:0 .docker-scripts/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
                        
# 2025-11-04 21:55:44  1.01KB 复制新文件或目录到容器中
COPY --chown=1001:0 .docker-scripts/update-base-href.cjs /usr/local/bin/update-base-href.cjs # buildkit
                        
# 2025-11-04 21:55:44  4.15KB 复制新文件或目录到容器中
COPY --chown=1001:0 .docker-scripts/create-config.cjs /usr/local/bin/create-config.cjs # buildkit
                        
# 2025-11-04 21:55:44  2.94KB 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir -p /etc/pki/nginx/private &&     openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/pki/nginx/private/server.key -out /etc/pki/nginx/server.crt --batch &&     chown -R 1001:0 /etc/pki/nginx/ && chmod 755 /etc/pki/nginx/private/server.key /etc/pki/nginx/server.crt # buildkit
                        
# 2025-11-04 21:55:44  199.87MB 执行命令并创建新的镜像层
RUN /bin/sh -c yum install -y nodejs # buildkit
                        
# 2025-11-04 21:55:41  30.08MB 执行命令并创建新的镜像层
RUN /bin/sh -c yum install -y dos2unix # buildkit
                        
# 2025-11-04 21:55:41  0.00B 指定运行容器时使用的用户
USER root
                        
# 2025-10-28 12:21:48  64.49MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="f59505117b0a342c3c7dd28004ca2c60276eb0cf" "org.opencontainers.image.revision"="f59505117b0a342c3c7dd28004ca2c60276eb0cf" "build-date"="2025-10-28T04:21:38Z" "release"="1761625269"org.opencontainers.image.revision=f59505117b0a342c3c7dd28004ca2c60276eb0cf
                        
# 2025-10-28 12:21:47  0.00B 
/bin/sh -c #(nop) COPY file:eeffa5d8f016703165b02d07f37d3098a84752212c86f52adfc0673214a18608 in /root/buildinfo/labels.json      
                        
# 2025-10-28 12:21:46  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2025-10-28 12:21:46  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2025-10-28 12:21:46  0.00B 
/bin/sh -c #(nop) CMD $STI_SCRIPTS_PATH/usage
                        
# 2025-10-28 12:21:45  0.00B 
/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
                        
# 2025-10-28 12:21:45  0.00B 
/bin/sh -c #(nop) USER 1001
                        
# 2025-10-28 12:21:45  0.00B 
/bin/sh -c . /cachi2/cachi2.env &&     sed -i -f ${NGINX_APP_ROOT}/nginxconf.sed ${NGINX_CONF_PATH} &&     mkdir -p ${NGINX_APP_ROOT}/etc/nginx.d/ &&     mkdir -p ${NGINX_APP_ROOT}/etc/nginx.default.d/ &&     mkdir -p ${NGINX_APP_ROOT}/src/nginx-start/ &&     mkdir -p ${NGINX_CONTAINER_SCRIPTS_PATH}/nginx-start &&     mkdir -p ${NGINX_LOG_PATH} &&     mkdir -p ${NGINX_PERL_MODULE_PATH} &&     chown -R 1001:0 ${NGINX_CONF_PATH} &&     chown -R 1001:0 ${NGINX_APP_ROOT}/etc &&     chown -R 1001:0 ${NGINX_APP_ROOT}/src/nginx-start/  &&     chown -R 1001:0 ${NGINX_CONTAINER_SCRIPTS_PATH}/nginx-start &&     chown -R 1001:0 /var/lib/nginx /var/log/nginx /run &&     chmod    ug+rw  ${NGINX_CONF_PATH} &&     chmod -R ug+rwX ${NGINX_APP_ROOT}/etc &&     chmod -R ug+rwX ${NGINX_APP_ROOT}/src/nginx-start/  &&     chmod -R ug+rwX ${NGINX_CONTAINER_SCRIPTS_PATH}/nginx-start &&     chmod -R ug+rwX /var/lib/nginx /var/log/nginx /run &&     rpm-file-permissions
                        
# 2025-10-28 12:21:44  0.00B 
/bin/sh -c #(nop) COPY dir:a362a353b9aaa7f41050ea4b88bfcd0adce0e1d6247ff38b9dd2dcab606fa11f in /      
                        
# 2025-10-28 12:21:44  0.00B 
/bin/sh -c #(nop) COPY dir:af1968967fc4fd6e471745ca51e88c77cc1dc4823d6a60052f3213b1ec5676a8 in $STI_SCRIPTS_PATH      
                        
# 2025-10-28 12:21:44  0.00B 
/bin/sh -c . /cachi2/cachi2.env &&     yum -y module enable nginx:$NGINX_VERSION &&     INSTALL_PKGS="nss_wrapper-libs bind9.18-utils gettext hostname nginx nginx-all-modules" &&     yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS &&     rpm -V $INSTALL_PKGS &&     nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" &&     yum -y clean all --enablerepo='*'
                        
# 2025-10-28 12:21:38  0.00B 
/bin/sh -c #(nop) ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d     NGINX_CONF_PATH=/etc/nginx/nginx.conf     NGINX_DEFAULT_CONF_PATH=${APP_ROOT}/etc/nginx.default.d     NGINX_CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/nginx     NGINX_APP_ROOT=${APP_ROOT}     NGINX_LOG_PATH=/var/log/nginx     NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
                        
# 2025-10-28 12:21:38  0.00B 
/bin/sh -c #(nop) LABEL summary="${SUMMARY}"       description="${DESCRIPTION}"       io.k8s.description="${DESCRIPTION}"       io.k8s.display-name="Nginx ${NGINX_VERSION}"       io.openshift.expose-services="8080:http"       io.openshift.expose-services="8443:https"       io.openshift.tags="builder,${NAME},${NAME}-${NGINX_SHORT_VER}"       com.redhat.component="${NAME}-${NGINX_SHORT_VER}-container"       name="ubi9/${NAME}-${NGINX_SHORT_VER}"       version="1"       com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"       maintainer="SoftwareCollections.org <sclorg@redhat.com>"       help="For more information visit https://github.com/sclorg/${NAME}-container"       usage="s2i build <SOURCE-REPOSITORY> ubi9/${NAME}-${NGINX_SHORT_VER}:latest <APP-NAME>"
                        
# 2025-10-28 12:21:38  0.00B 
/bin/sh -c #(nop) ENV SUMMARY="Platform for running nginx $NGINX_VERSION or building nginx-based application"     DESCRIPTION="Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. The container image provides a containerized packaging of the nginx $NGINX_VERSION daemon. The image can be used as a base image for other applications based on nginx $NGINX_VERSION web server. Nginx server image can be extended using source-to-image tool."
                        
# 2025-10-28 12:21:38  0.00B 
/bin/sh -c #(nop) ENV NAME=nginx     NGINX_VERSION=1.22     NGINX_SHORT_VER=122     VERSION=0
                        
# 2025-10-28 12:21:38  0.00B 
/bin/sh -c #(nop) EXPOSE 8443
                        
# 2025-10-28 12:21:38  0.00B 
/bin/sh -c #(nop) EXPOSE 8080
                        
# 2025-10-13 16:59:00  56.50MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="f965a348ab78ff6cd3a130ce3e8c31116eb9eae3" "org.opencontainers.image.revision"="f965a348ab78ff6cd3a130ce3e8c31116eb9eae3" "build-date"="2025-10-13T08:58:55Z" "release"="1760345914"org.opencontainers.image.revision=f965a348ab78ff6cd3a130ce3e8c31116eb9eae3
                        
# 2025-10-13 16:58:59  0.00B 
/bin/sh -c #(nop) COPY file:d532dd75589246d62f7a3d1813143ae991351c1054e6c6e86a9bfeed47e18c6a in /root/buildinfo/labels.json      
                        
# 2025-10-13 16:58:59  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2025-10-13 16:58:59  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2025-10-13 16:58:59  0.00B 
/bin/sh -c . /cachi2/cachi2.env &&     rpm-file-permissions &&   useradd -u 1001 -r -g 0 -d ${HOME} -c "Default Application User" default &&   chown -R 1001:0 ${APP_ROOT}
                        
# 2025-10-13 16:58:58  0.00B 
/bin/sh -c #(nop) CMD ["base-usage"]
                        
# 2025-10-13 16:58:58  0.00B 
/bin/sh -c #(nop) ENTRYPOINT ["container-entrypoint"]
                        
# 2025-10-13 16:58:58  0.00B 
/bin/sh -c #(nop) WORKDIR ${HOME}
                        
# 2025-10-13 16:58:58  0.00B 
/bin/sh -c #(nop) COPY dir:f23a458c7c8dee4bf9d90b6a8e298d543fd64cafb59dc60b4dea23d2814d6a1a in /      
                        
# 2025-10-13 16:58:58  0.00B 
/bin/sh -c . /cachi2/cachi2.env &&     INSTALL_PKGS="bsdtar   findutils   groff-base   glibc-locale-source   glibc-langpack-en   gettext   rsync   scl-utils   tar   unzip   xz   yum" &&   mkdir -p ${HOME}/.pki/nssdb &&   chown -R 1001:0 ${HOME}/.pki &&   yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS &&   rpm -V $INSTALL_PKGS &&   yum -y clean all --enablerepo='*'
                        
# 2025-10-13 16:58:55  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-10-13 16:58:55  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       io.openshift.tags="s2i-core rhel9"       com.redhat.component="s2i-core-container"       name="ubi9/s2i-core"       version="1"       com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-10-13 16:58:55  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."
                        
# 2025-10-13 15:37:08  209.62MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="60d587d1286655c5e777e63959aaae224123ea95" "org.opencontainers.image.revision"="60d587d1286655c5e777e63959aaae224123ea95" "build-date"="2025-10-13T07:36:46Z" "release"="1760340943"org.opencontainers.image.revision=60d587d1286655c5e777e63959aaae224123ea95
                        
# 2025-10-13 15:37:08  0.00B 
/bin/sh -c #(nop) COPY file:a782d4cd79a0c61643bc1cbf3cd5798a42f1495fe330dde8598373d62cac62dd in /root/buildinfo/labels.json      
                        
# 2025-10-13 15:37:08  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2025-10-13 15:37:07  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2025-10-13 15:37:07  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-10-13 15:37:07  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2025-10-13 15:37:07  0.00B 
/bin/sh -c #(nop) COPY dir:91d00d24ce3ba29551746ee5faca2e3a563eef65ecd488882ee5f2d4f984589d in /      
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel9"
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9"
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 9."
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-container"       name="ubi9/ubi"       version="9.6"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."       vendor="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:343c08ef70d645057d9c1a1b6c8ed8c6bb6738876987c51abc7dde79a0141d4c",
    "RepoTags": [
        "apicurio/apicurio-registry-ui:3.1.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apicurio/apicurio-registry-ui:3.1.2"
    ],
    "RepoDigests": [
        "apicurio/apicurio-registry-ui@sha256:ca941cbe8b2b02a6c03ca36fd2f703f0e85ffaed8817aa7a34d4f503a647d754",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apicurio/apicurio-registry-ui@sha256:f5ae3f37388f48c1a89d36f9e3d560519615eb720f15a851229b352644961d3f"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-11-04T13:55:46.5118652Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1001",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "1337/tcp": {},
            "8080/tcp": {},
            "8443/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "container=oci",
            "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",
            "NAME=nginx",
            "NGINX_VERSION=1.22",
            "NGINX_SHORT_VER=122",
            "VERSION=0",
            "SUMMARY=Platform for running nginx 1.22 or building nginx-based application",
            "DESCRIPTION=Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. The container image provides a containerized packaging of the nginx 1.22 daemon. The image can be used as a base image for other applications based on nginx 1.22 web server. Nginx server image can be extended using source-to-image tool.",
            "NGINX_CONFIGURATION_PATH=/opt/app-root/etc/nginx.d",
            "NGINX_CONF_PATH=/etc/nginx/nginx.conf",
            "NGINX_DEFAULT_CONF_PATH=/opt/app-root/etc/nginx.default.d",
            "NGINX_CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/nginx",
            "NGINX_APP_ROOT=/opt/app-root",
            "NGINX_LOG_PATH=/var/log/nginx",
            "NGINX_PERL_MODULE_PATH=/opt/app-root/etc/perl"
        ],
        "Cmd": [
            "/bin/sh",
            "-c",
            "/usr/local/bin/entrypoint.sh"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/app-root/src",
        "Entrypoint": [
            "container-entrypoint"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-10-28T04:21:38Z",
            "com.redhat.component": "nginx-122-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream",
            "description": "Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. The container image provides a containerized packaging of the nginx 1.22 daemon. The image can be used as a base image for other applications based on nginx 1.22 web server. Nginx server image can be extended using source-to-image tool.",
            "distribution-scope": "public",
            "help": "For more information visit https://github.com/sclorg/nginx-container",
            "io.buildah.version": "1.41.4",
            "io.k8s.description": "Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. The container image provides a containerized packaging of the nginx 1.22 daemon. The image can be used as a base image for other applications based on nginx 1.22 web server. Nginx server image can be extended using source-to-image tool.",
            "io.k8s.display-name": "Nginx 1.22",
            "io.openshift.expose-services": "8443:https",
            "io.openshift.s2i.scripts-url": "image:///usr/libexec/s2i",
            "io.openshift.tags": "builder,nginx,nginx-122",
            "io.s2i.scripts-url": "image:///usr/libexec/s2i",
            "maintainer": "SoftwareCollections.org \u003csclorg@redhat.com\u003e",
            "name": "ubi9/nginx-122",
            "org.opencontainers.image.revision": "f59505117b0a342c3c7dd28004ca2c60276eb0cf",
            "release": "1761625269",
            "summary": "Platform for running nginx 1.22 or building nginx-based application",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "usage": "s2i build \u003cSOURCE-REPOSITORY\u003e ubi9/nginx-122:latest \u003cAPP-NAME\u003e",
            "vcs-ref": "f59505117b0a342c3c7dd28004ca2c60276eb0cf",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "1"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 682725514,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/34beea57b7741849ea109c81a720c8ca0a100520ae0457d45886bcb6aa82fe5a/diff:/var/lib/docker/overlay2/62076cdfd1c1aa728f560d824e9c7263e9a4e81cb9c366623c80629e33052bb4/diff:/var/lib/docker/overlay2/36c4ed7f07f7954ffe2564990f5fe6e21b865d4e83fb20df408b85555c99c244/diff:/var/lib/docker/overlay2/6731d8f9e254d79c138b9ddd4a1d0fc1d6fb6d3ccd8ea5ab451e683589af2961/diff:/var/lib/docker/overlay2/47da0493e1e05bc6d06e4732c3324e1f2390ed7fac3ff6814aa6638e9e44c1ce/diff:/var/lib/docker/overlay2/3a5849e85be6d0db90c998ecd4adf012a0623ee17ce0b008035280c62912cbd8/diff:/var/lib/docker/overlay2/deced32de0a2637232ef8faccd6d1c60d95fa41c34e5ddc0b0b6a3fdb30aa570/diff:/var/lib/docker/overlay2/18dbeed8d7f3ecdac72c454d5b57f9bfdbdf2f3a67d7ebb8457cb31f440ab514/diff:/var/lib/docker/overlay2/e3ef80b2c015c95aac8d9df1b6d62a2299673b273f8efcfd9a517114e7ea21e4/diff:/var/lib/docker/overlay2/b982a2f29d72362fe912dbc3e8e60a152a66e3630155c1d001f3747e0bccbc05/diff:/var/lib/docker/overlay2/a4ef44ee4cc9fb33983eded6a2a7c4d8c1f9e014dcc4e47197f10fc25c201a70/diff:/var/lib/docker/overlay2/84a8cc28292b4024bbcee868ffdfa87b2b4156ac96ad0dd6284332cff4b63dd3/diff",
            "MergedDir": "/var/lib/docker/overlay2/2f8fcba9257876be5371c928535a2fb335b0f4574aacb33887847b1a06231e28/merged",
            "UpperDir": "/var/lib/docker/overlay2/2f8fcba9257876be5371c928535a2fb335b0f4574aacb33887847b1a06231e28/diff",
            "WorkDir": "/var/lib/docker/overlay2/2f8fcba9257876be5371c928535a2fb335b0f4574aacb33887847b1a06231e28/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:0f4901ccb7578658aace2064d2e383961722007597c3480301c497c399e66a1d",
            "sha256:7ab3478cd8ed03f55e5595f2561113db5b619d1e0d44b11a32a60c02d1d01770",
            "sha256:4291c234df1f4dcd69645519cf66f1abf440908979da773a040dc3afeb40402f",
            "sha256:801b733b8f8e74bf88822db031b41c2d7782a5aad221af30984db3dde1a7d6a2",
            "sha256:4f8aee24527dfbfcf3b9e891328bbac816bc83c409223019822a8cb267aafef7",
            "sha256:48915b9bc6e0ec1afbd4d8dabd9594c4815333d8f911377fba0b38c0987093ee",
            "sha256:a1f9524b3142715eb892b83d1582a49d296380d7ae3568de24e2e297ad4acf97",
            "sha256:470d175603593cde1715dd41e98506eac1dd15353ad4a9c7d18cc2d0de673281",
            "sha256:b27db07425f97843e14bc0513b42697ad0a83df8306e904f88439840d991e6b0",
            "sha256:d88e5dfda1302f9dc9921e2ea09857b9880937cea8184e27a253f9bb6bfafde4",
            "sha256:cbe915cd9eda618919d642276718bb35a1bd27a5c9f98b64e61d8921b5184963",
            "sha256:f32d874be7fb3ceb0548a7659ad9dd1d30d8501ea4f8146e2cccdcdc1fb4c5b2",
            "sha256:22a52cd6f7d320b104b0cf2d73d328c2a70f2bb57e0dcfc31fd60c442d112f0f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-11-05T14:56:56.625967658+08:00"
    }
}

更多版本

docker.io/apicurio/apicurio-registry-ui:3.1.2

linux/amd64 docker.io682.73MB2025-11-05 14:57
11