镜像构建历史
# 2022-12-01 19:44:55 0.00B
/bin/sh -c #(nop) USER nginx:nginx
# 2022-12-01 19:44:55 0.00B
/bin/sh -c #(nop) EXPOSE 8080
# 2022-12-01 19:44:55 13.67MB
/bin/sh -c chown nginx:nginx '/opt/app-root/src' -R
# 2022-12-01 19:44:54 13.67MB
/bin/sh -c #(nop) COPY dir:9d48df2f71d0f05cb0f720779f33f43ae5375cdd4ce58a1720176c91e0a7925c in /opt/app-root/src/admin/
# 2022-12-01 19:44:53 1.40KB
/bin/sh -c cp '/usr/share/licenses/nginx/LICENSE' '/licenses/nginx'
# 2022-12-01 19:44:53 34.46KB
/bin/sh -c #(nop) COPY file:837789e4188cce73cbcf82cd83de27c95aa82fc63b36734fa5c1f42f1ba35019 in /licenses/stackgres
# 2022-12-01 19:44:52 0.00B
/bin/sh -c #(nop) USER root:root
# 2022-11-01 18:24:58 165.89MB
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
# 2022-11-01 18:24:56 0.00B
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
# 2022-11-01 18:24:55 0.00B
/bin/sh -c rm -f '/etc/yum.repos.d/odcs-1570757-d729e.repo' '/etc/yum.repos.d/repo-48a4d.repo' '/etc/yum.repos.d/repo-b8bb7.repo'
# 2022-11-01 18:24:54 0.00B
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2022-11-01T10:21:53" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="fa0861854370b87066e4df77b25e1792dc05df77" "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/nginx-120/images/1-74"
# 2022-11-01 18:24:54 0.00B
/bin/sh -c #(nop) ADD file:2346a650a1c56a0e51ca0abbbaccf60c11a59c18caa685e8239f3842981eab4d in /root/buildinfo/Dockerfile-ubi8-nginx-120-1-74
# 2022-11-01 18:24:54 0.00B
/bin/sh -c #(nop) ADD file:e86d5cefb95c77fcb096ecb4aacdfa8f8db224efe6474a2cb49e5f0dddf79a37 in /root/buildinfo/content_manifests/nginx-120-container-1-74.json
# 2022-11-01 18:24:53 0.00B
/bin/sh -c #(nop) ADD file:51dca725bdd534db03c691e325832f501593e1bbf1efb609613c645939081755 in /help.1
# 2022-11-01 18:24:53 0.00B
/bin/sh -c #(nop) LABEL release=74
# 2022-11-01 18:24:53 0.00B
/bin/sh -c #(nop) CMD $STI_SCRIPTS_PATH/usage
# 2022-11-01 18:24:53 0.00B
/bin/sh -c 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
# 2022-11-01 18:24:51 0.00B
/bin/sh -c #(nop) COPY dir:1843854a5864c7cea238f3ef2429ac59e7406b53624cc8f80929da88a52b2278 in /
# 2022-11-01 18:24:50 0.00B
/bin/sh -c #(nop) COPY dir:27fbafa21319a42e15d1548af89e13a31452cb6d4b3954a5aca65e6585fa5cd5 in $STI_SCRIPTS_PATH
# 2022-11-01 18:24:50 0.00B
/bin/sh -c yum -y module enable nginx:$NGINX_VERSION && INSTALL_PKGS="nss_wrapper bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && rpm -V $INSTALL_PKGS && yum -y clean all --enablerepo='*'
# 2022-11-01 18:23:47 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
# 2022-11-01 18:23:47 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="ubi8/${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> ubi8/${NAME}-${NGINX_SHORT_VER}:latest <APP-NAME>"
# 2022-11-01 18:23:47 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."
# 2022-11-01 18:23:46 0.00B
/bin/sh -c #(nop) ENV NAME=nginx NGINX_VERSION=1.20 NGINX_SHORT_VER=120 VERSION=0
# 2022-11-01 18:23:46 0.00B
/bin/sh -c #(nop) EXPOSE 8443
# 2022-11-01 18:23:46 0.00B
/bin/sh -c #(nop) EXPOSE 8080
# 2022-11-01 18:23:46 0.00B
/bin/sh -c #(nop) ADD multi:4a28a88e492f49105e5a8003657b9fc863784f92946253f26b6d5490b3b02e1b in /etc/yum.repos.d/
# 2022-11-01 18:23:46 0.00B
/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem
# 2022-11-01 18:23:46 0.00B
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
# 2022-11-01 18:13:08 56.98MB
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
# 2022-11-01 18:13:07 0.00B
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
# 2022-11-01 18:13:06 0.00B
/bin/sh -c rm -f '/etc/yum.repos.d/odcs-1570757-d729e.repo' '/etc/yum.repos.d/repo-b8bb7.repo' '/etc/yum.repos.d/repo-48a4d.repo'
# 2022-11-01 18:13:05 0.00B
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2022-11-01T10:10:01" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="603271b60d585e34646d8c87cf470795e7a62d81" "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/s2i-core/images/1-366"
# 2022-11-01 18:13:05 0.00B
/bin/sh -c #(nop) ADD file:9c8525c52065750421042a2c98ed369a7c1332b9419a86e4f322c3cc38da8d88 in /root/buildinfo/Dockerfile-ubi8-s2i-core-1-366
# 2022-11-01 18:13:05 0.00B
/bin/sh -c #(nop) ADD file:4646e8ca997b9d91c80070f4e149dac3d07ec68f069d521210e8d588b0a8bc47 in /root/buildinfo/content_manifests/s2i-core-container-1-366.json
# 2022-11-01 18:13:05 0.00B
/bin/sh -c #(nop) ADD file:8efd184d9dea739c3baf84928ad6091d437de10971d387a35639ebf64883662b in /help.1
# 2022-11-01 18:13:04 0.00B
/bin/sh -c #(nop) LABEL release=366
# 2022-11-01 18:13:04 0.00B
/bin/sh -c rpm-file-permissions && useradd -u 1001 -r -g 0 -d ${HOME} -s /sbin/nologin -c "Default Application User" default && chown -R 1001:0 ${APP_ROOT}
# 2022-11-01 18:13:02 0.00B
/bin/sh -c #(nop) CMD ["base-usage"]
# 2022-11-01 18:13:02 0.00B
/bin/sh -c #(nop) ENTRYPOINT ["container-entrypoint"]
# 2022-11-01 18:13:02 0.00B
/bin/sh -c #(nop) WORKDIR ${HOME}
# 2022-11-01 18:13:02 0.00B
/bin/sh -c #(nop) COPY dir:bfb8575afe962048c2b3166467243a89bfcd38791f6a1f671f6f8a60fc166c85 in /
# 2022-11-01 18:13:02 0.00B
/bin/sh -c 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='*'
# 2022-11-01 18:12:20 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="el8"
# 2022-11-01 18:12:20 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="s2i-core-container" name="ubi8/s2i-core" version="1" com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
# 2022-11-01 18:12:20 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."
# 2022-11-01 18:12:20 0.00B
/bin/sh -c #(nop) ADD multi:4a28a88e492f49105e5a8003657b9fc863784f92946253f26b6d5490b3b02e1b in /etc/yum.repos.d/
# 2022-11-01 18:12:20 0.00B
/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem
# 2022-11-01 18:12:20 0.00B
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
# 2022-11-01 12:44:10 206.67MB
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
# 2022-11-01 12:44:08 0.00B
/bin/sh -c rm -f '/etc/yum.repos.d/repo-48a4d.repo' '/etc/yum.repos.d/repo-b8bb7.repo'
# 2022-11-01 12:44:07 0.00B
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2022-11-01T04:29:09" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="a995512a05037e3b60bbb1bf9fa6e394063131c3" "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." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.7-929"
# 2022-11-01 12:44:07 0.00B
/bin/sh -c #(nop) ADD file:d20fa97d646115d9983a4793caf0b899a6950581c8799272a93146d85b5daad1 in /root/buildinfo/Dockerfile-ubi8-8.7-929
# 2022-11-01 12:44:07 0.00B
/bin/sh -c #(nop) ADD file:642d0011a2f660ac3236bd118a60cb0eebaa46c7a3ecbd4c0298fe434c2c348c in /root/buildinfo/content_manifests/ubi8-container-8.7-929.json
# 2022-11-01 12:44:07 0.00B
/bin/sh -c #(nop) LABEL release=929
# 2022-11-01 12:44:07 0.00B
/bin/sh -c mkdir -p /var/log/rhsm
# 2022-11-01 12:44:06 0.00B
/bin/sh -c rm -rf /var/log/*
# 2022-11-01 12:44:05 0.00B
/bin/sh -c #(nop) CMD ["/bin/bash"]
# 2022-11-01 12:44:05 0.00B
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# 2022-11-01 12:44:05 0.00B
/bin/sh -c #(nop) ENV container oci
# 2022-11-01 12:44:05 0.00B
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel8"
# 2022-11-01 12:44:05 0.00B
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
# 2022-11-01 12:44:05 0.00B
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8"
# 2022-11-01 12:44:05 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."
# 2022-11-01 12:44:05 0.00B
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 8."
# 2022-11-01 12:44:05 0.00B
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
# 2022-11-01 12:44:05 0.00B
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-container" name="ubi8" version="8.7"
# 2022-11-01 12:44:05 0.00B
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
# 2022-11-01 12:44:05 0.00B
/bin/sh -c #(nop) ADD multi:ed62428592320e9a8d4a26792455dcaf96be4f429e752404b35ace3941c2a7ed in /etc/yum.repos.d/
# 2022-11-01 12:44:05 0.00B
/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem
# 2022-11-01 12:44:05 0.00B
/bin/sh -c #(nop) ADD file:f6ce443e80b250399d9309560119e56473e5fd85bd1900611fa3dc1116659096 in /
镜像信息
{
"Id": "sha256:15ecaad8e655f9ae1f432543fde8386fc60796f99a9f5ecc9c5278976dbef6ef",
"RepoTags": [
"stackgres/admin-ui:main",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/stackgres/admin-ui:main"
],
"RepoDigests": [
"stackgres/admin-ui@sha256:c4610a5d5b4e0b80f3c5d8d64447fcaaa4ed3c9d67962fe9608635f61cadfc49",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/stackgres/admin-ui@sha256:69ea62941efbb345c57b46d378892ead1a601d655692558ad2204b4536345a90"
],
"Parent": "",
"Comment": "",
"Created": "2022-12-01T11:44:55.953485496Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "20.10.21",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "nginx:nginx",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"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=el8",
"NAME=nginx",
"NGINX_VERSION=1.20",
"NGINX_SHORT_VER=120",
"VERSION=0",
"SUMMARY=Platform for running nginx 1.20 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.20 daemon. The image can be used as a base image for other applications based on nginx 1.20 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",
"$STI_SCRIPTS_PATH/usage"
],
"Image": "sha256:28d5ec723528980688e5a03c9b1e30a6cb5f765fe0e44a02ff265009a3cef100",
"Volumes": null,
"WorkingDir": "/opt/app-root/src",
"Entrypoint": [
"container-entrypoint"
],
"OnBuild": null,
"Labels": {
"architecture": "x86_64",
"build-date": "2022-11-01T10:21:53",
"com.redhat.component": "nginx-120-container",
"com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
"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.20 daemon. The image can be used as a base image for other applications based on nginx 1.20 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.26.2",
"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.20 daemon. The image can be used as a base image for other applications based on nginx 1.20 web server. Nginx server image can be extended using source-to-image tool.",
"io.k8s.display-name": "Nginx 1.20",
"io.openshift.expose-services": "8443:https",
"io.openshift.s2i.scripts-url": "image:///usr/libexec/s2i",
"io.openshift.tags": "builder,nginx,nginx-120",
"io.s2i.scripts-url": "image:///usr/libexec/s2i",
"maintainer": "SoftwareCollections.org \u003csclorg@redhat.com\u003e",
"name": "ubi8/nginx-120",
"release": "74",
"summary": "Platform for running nginx 1.20 or building nginx-based application",
"url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/nginx-120/images/1-74",
"usage": "s2i build \u003cSOURCE-REPOSITORY\u003e ubi8/nginx-120:latest \u003cAPP-NAME\u003e",
"vcs-ref": "fa0861854370b87066e4df77b25e1792dc05df77",
"vcs-type": "git",
"vendor": "Red Hat, Inc.",
"version": "1"
}
},
"Architecture": "amd64",
"Os": "linux",
"Size": 456912062,
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/0a37e436d69c9d60a0e96f9a98f972899722665cbc372e3c0bba7731f4e454d4/diff:/var/lib/docker/overlay2/5216101a85ad76fe4381798a1f87a5ce6d41bcb8e41e1a0d54a87abc1e16f71b/diff:/var/lib/docker/overlay2/16788983afc10bf7bb994a26be73c72a3978a7da78994d2d7a8b60842ac45336/diff:/var/lib/docker/overlay2/5732757a5698f4b5825af797528ac4f0e1f4c21e27b21d6d3027899132ddb851/diff:/var/lib/docker/overlay2/5a51d097b9f78b91875f45dbcf5a109cf011fb0416b7d2d0597f0e90a5d6b609/diff:/var/lib/docker/overlay2/541d4356d33f3278371338a4bd9a8f0acc7e546ab666fa5b17cc930d420dc035/diff",
"MergedDir": "/var/lib/docker/overlay2/0b6a4a59fab63c593e0b2da53503d38e149f11bc104c34f7162602c3814c246d/merged",
"UpperDir": "/var/lib/docker/overlay2/0b6a4a59fab63c593e0b2da53503d38e149f11bc104c34f7162602c3814c246d/diff",
"WorkDir": "/var/lib/docker/overlay2/0b6a4a59fab63c593e0b2da53503d38e149f11bc104c34f7162602c3814c246d/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:33204bfe17ee0408ce75330d99e2f997942362bba4f2d3c250e9669b988c8db8",
"sha256:784f7f93393c6b22225807b7ad38da19dc227402886a17bff8975cd47c42d632",
"sha256:fbedbf3050a7c7547801f804a9ff980cd86539dcbaca2c7d35558080c9284107",
"sha256:f57ac9a5d5c0d2d1222419f5cd7529ef3414a23217b63628b23b18214170824d",
"sha256:e17bc5e1f830472aafe809df23318b916d9cb98069ca4594af705025816bf940",
"sha256:3d98789260986dbd6a072dd7368486c6f233ef220db0e7d1671633bc6f3b03c6",
"sha256:2695e6abc55fd15f488428e9b3f5bef92f70b4c54bc603736df1b44c889814aa"
]
},
"Metadata": {
"LastTagTime": "2026-03-21T18:26:43.50838728+08:00"
}
}