镜像构建历史
# 2023-07-03 22:41:46 0.00B 指定运行容器时使用的用户
USER nginx:nginx
# 2023-07-03 22:41:46 0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c [ -z "$STACKGRES_VERSION" ] || echo "{\"version\":\"$STACKGRES_VERSION\"}" > /opt/app-root/src/admin/info/sg-info.json # buildkit
# 2023-07-03 22:41:45 0.00B 设置环境变量 STACKGRES_VERSION
ENV STACKGRES_VERSION=
# 2023-07-03 22:41:45 0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{}]
# 2023-07-03 22:41:45 18.58MB 执行命令并创建新的镜像层
RUN /bin/sh -c chown nginx:nginx '/opt/app-root/src' -R # buildkit
# 2023-07-03 22:41:45 18.58MB 复制新文件或目录到容器中
COPY ./stackgres-k8s/src/admin-ui/target/public/ /opt/app-root/src/admin/ # buildkit
# 2023-07-03 22:41:45 1.40KB 执行命令并创建新的镜像层
RUN /bin/sh -c cp '/usr/share/licenses/nginx/LICENSE' '/licenses/nginx' # buildkit
# 2023-07-03 22:41:45 34.46KB 复制新文件或目录到容器中
COPY ./stackgres-k8s/src/admin-ui/docker/LICENCE /licenses/stackgres # buildkit
# 2023-07-03 22:41:45 0.00B 指定运行容器时使用的用户
USER root:root
# 2023-03-22 19:47:10 166.06MB
/bin/sh -c #(nop) USER 1001
# 2023-03-22 19:47:09 0.00B
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
# 2023-03-22 19:47:08 0.00B
/bin/sh -c #(nop) USER root
# 2023-03-22 19:47:08 0.00B
/bin/sh -c #(nop) USER 1001
# 2023-03-22 19:47:08 0.00B
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
# 2023-03-22 19:47:07 0.00B
/bin/sh -c rm -f '/etc/yum.repos.d/odcs-1883111-f2bc7.repo'
# 2023-03-22 19:47:06 0.00B
/bin/sh -c #(nop) USER root
# 2023-03-22 19:47:06 0.00B
/bin/sh -c #(nop) LABEL "release"="92.1679484498" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-03-22T11:44:39" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="839a58a6b319abb73a6150174fd1309055e59c21" "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/nginx-120/images/1-92.1679484498"
# 2023-03-22 19:47:06 0.00B
/bin/sh -c #(nop) ADD file:4d65255d09a13679d5479fe3738a7d700e0a12d65412eeabcd8beef927a8c79e in /root/buildinfo/Dockerfile-ubi8-nginx-120-1-92.1679484498
# 2023-03-22 19:47:06 0.00B
/bin/sh -c #(nop) ADD file:f4c716defa981aa4c319585389b86aef93a9cd06fb6b810682cf87a32f4144c6 in /root/buildinfo/content_manifests/nginx-120-container-1-92.1679484498.json
# 2023-03-22 19:47:05 0.00B
/bin/sh -c #(nop) ADD file:ba31382c375ced4b95d3a0ccb4ef6e2bd2d6524db9f4c2a4f99ada94ce2d0049 in /help.1
# 2023-03-22 19:47:05 0.00B
/bin/sh -c #(nop) CMD $STI_SCRIPTS_PATH/usage
# 2023-03-22 19:47:05 0.00B
/bin/sh -c #(nop) USER 1001
# 2023-03-22 19:47:05 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
# 2023-03-22 19:47:03 0.00B
/bin/sh -c #(nop) COPY dir:1843854a5864c7cea238f3ef2429ac59e7406b53624cc8f80929da88a52b2278 in /
# 2023-03-22 19:47:03 0.00B
/bin/sh -c #(nop) COPY dir:27fbafa21319a42e15d1548af89e13a31452cb6d4b3954a5aca65e6585fa5cd5 in $STI_SCRIPTS_PATH
# 2023-03-22 19:47:03 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='*'
# 2023-03-22 19:46:21 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
# 2023-03-22 19:46:21 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>"
# 2023-03-22 19:46:21 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."
# 2023-03-22 19:46:21 0.00B
/bin/sh -c #(nop) ENV NAME=nginx NGINX_VERSION=1.20 NGINX_SHORT_VER=120 VERSION=0
# 2023-03-22 19:46:21 0.00B
/bin/sh -c #(nop) EXPOSE 8443
# 2023-03-22 19:46:15 0.00B
/bin/sh -c #(nop) EXPOSE 8080
# 2023-03-22 19:46:15 0.00B
/bin/sh -c #(nop) ADD file:1b9d62bcb89d5301afeb70e241bb4b924193bac49954ef126ba6a69e5cde0ede in /etc/yum.repos.d/
# 2023-03-22 19:46:15 0.00B
/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem
# 2023-03-22 19:46:14 0.00B
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
# 2023-03-22 19:23:45 57.19MB
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
# 2023-03-22 19:23:44 0.00B
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
# 2023-03-22 19:23:43 0.00B
/bin/sh -c rm -f '/etc/yum.repos.d/odcs-1882978-dd6d0.repo'
# 2023-03-22 19:23:43 0.00B
/bin/sh -c #(nop) LABEL "release"="391.1679483855" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-03-22T11:21:56" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="2dab6c29455d911c342a27c11b78f8d711bc898f" "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/s2i-core/images/1-391.1679483855"
# 2023-03-22 19:23:43 0.00B
/bin/sh -c #(nop) ADD file:6f7cf0c73a3afef6834da2c11ee88a8ef1b6bd97aee74e20c3aaa56b43b0e795 in /root/buildinfo/Dockerfile-ubi8-s2i-core-1-391.1679483855
# 2023-03-22 19:23:42 0.00B
/bin/sh -c #(nop) ADD file:b20982e836ca428ba79d550b718b7dd0101cb9dd5fc2b585a48032d2b1d9749b in /root/buildinfo/content_manifests/s2i-core-container-1-391.1679483855.json
# 2023-03-22 19:23:42 0.00B
/bin/sh -c #(nop) ADD file:7126bccf129813be7e98f5ba0ad07711b5a178e3d2a9edec6505443c3c3b17b5 in /help.1
# 2023-03-22 19:23:42 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}
# 2023-03-22 19:23:40 0.00B
/bin/sh -c #(nop) CMD ["base-usage"]
# 2023-03-22 19:23:40 0.00B
/bin/sh -c #(nop) ENTRYPOINT ["container-entrypoint"]
# 2023-03-22 19:23:40 0.00B
/bin/sh -c #(nop) WORKDIR ${HOME}
# 2023-03-22 19:23:40 0.00B
/bin/sh -c #(nop) COPY dir:bfb8575afe962048c2b3166467243a89bfcd38791f6a1f671f6f8a60fc166c85 in /
# 2023-03-22 19:23:40 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='*'
# 2023-03-22 19:23:09 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"
# 2023-03-22 19:23:09 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"
# 2023-03-22 19:23:09 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."
# 2023-03-22 19:23:09 0.00B
/bin/sh -c #(nop) ADD file:bc5c17f08f66252add8582dcc56bfaeafdf6ee67c2d3d526fe8a6731cdbabb94 in /etc/yum.repos.d/
# 2023-03-22 19:23:09 0.00B
/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem
# 2023-03-22 19:23:09 0.00B
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
# 2023-03-22 19:12:39 206.69MB
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
# 2023-03-22 19:12:38 0.00B
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
# 2023-03-22 19:12:37 0.00B
/bin/sh -c rm -f '/etc/yum.repos.d/odcs-1882701-f1dc6.repo' '/etc/yum.repos.d/gitweb-ab170.repo'
# 2023-03-22 19:12:37 0.00B
/bin/sh -c #(nop) LABEL "release"="1090.1679482075" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-03-22T10:48:33" "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-1090.1679482075"
# 2023-03-22 19:12:37 0.00B
/bin/sh -c #(nop) ADD file:8db4cc6ca294e2dbbe9196a318051a4f7eb19aa38dc1161897bc88f2669cbf50 in /root/buildinfo/Dockerfile-ubi8-8.7-1090.1679482075
# 2023-03-22 19:12:36 0.00B
/bin/sh -c #(nop) ADD file:1449de6b1e723e8fda352215082730fe8533736e43cb7000f58aa2cd8b112c3c in /root/buildinfo/content_manifests/ubi8-container-8.7-1090.1679482075.json
# 2023-03-22 19:12:36 0.00B
/bin/sh -c mkdir -p /var/log/rhsm
# 2023-03-22 19:12:36 0.00B
/bin/sh -c rm -rf /var/log/*
# 2023-03-22 19:12:35 0.00B
/bin/sh -c #(nop) CMD ["/bin/bash"]
# 2023-03-22 19:12:35 0.00B
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# 2023-03-22 19:12:35 0.00B
/bin/sh -c #(nop) ENV container oci
# 2023-03-22 19:12:35 0.00B
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel8"
# 2023-03-22 19:12:35 0.00B
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
# 2023-03-22 19:12:35 0.00B
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8"
# 2023-03-22 19:12:35 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."
# 2023-03-22 19:12:35 0.00B
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 8."
# 2023-03-22 19:12:35 0.00B
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
# 2023-03-22 19:12:35 0.00B
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-container" name="ubi8" version="8.7"
# 2023-03-22 19:12:35 0.00B
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
# 2023-03-22 19:12:35 0.00B
/bin/sh -c #(nop) ADD multi:49d47433cdcc2974e01a3c05513e7a2d844d801883f1a23d89e046d7a4c3cbcf in /etc/yum.repos.d/
# 2023-03-22 19:12:35 0.00B
/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem
# 2023-03-22 19:12:34 0.00B
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
# 2023-03-22 19:12:34 0.00B
/bin/sh -c #(nop) ADD file:2891b5c10a894fd033e754e2d4ff5ea12b28c1541a70ab573a038fd1e49b71b3 in /
镜像信息
{
"Id": "sha256:933c502a2fa5acd26152cb2fd43c4a3c9915a02f9664a91ea6b59d1076f1deb1",
"RepoTags": [
"stackgres/admin-ui:latest",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/stackgres/admin-ui:latest"
],
"RepoDigests": [
"stackgres/admin-ui@sha256:8e220c6817c0fd456d3de82c648f731742cc46133ba9c703c09b2edda833ec4c",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/stackgres/admin-ui@sha256:8e220c6817c0fd456d3de82c648f731742cc46133ba9c703c09b2edda833ec4c"
],
"Parent": "",
"Comment": "buildkit.dockerfile.v0",
"Created": "2023-07-03T14:41:46.085002484Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "",
"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",
"STACKGRES_VERSION="
],
"Cmd": [
"/bin/sh",
"-c",
"$STI_SCRIPTS_PATH/usage"
],
"Image": "",
"Volumes": null,
"WorkingDir": "/opt/app-root/src",
"Entrypoint": [
"container-entrypoint"
],
"OnBuild": null,
"Labels": {
"architecture": "x86_64",
"build-date": "2023-03-22T11:44:39",
"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.27.3",
"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": "92.1679484498",
"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-92.1679484498",
"usage": "s2i build \u003cSOURCE-REPOSITORY\u003e ubi8/nginx-120:latest \u003cAPP-NAME\u003e",
"vcs-ref": "839a58a6b319abb73a6150174fd1309055e59c21",
"vcs-type": "git",
"vendor": "Red Hat, Inc.",
"version": "1"
}
},
"Architecture": "amd64",
"Os": "linux",
"Size": 467131653,
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/7362008076dfd743e83836a4a67242aebc3d83e2dc366989f7025213bf477307/diff:/var/lib/docker/overlay2/6fe357c8915e847fca2b1160979b27fdad1e961098f78f180f47738601739d9d/diff:/var/lib/docker/overlay2/e87e9514962898447bd2aac3c2a3d49d2eb72edd59979931965f94cc72652daf/diff:/var/lib/docker/overlay2/b8dbe37688cfa4df8fe8680a552e98d4803b0d9ecca763e8e912a239ea47e3fe/diff:/var/lib/docker/overlay2/87c5c78c97fcb708156eddd26768cda2fb7a1b0744f5a7beb1af3433d43fcf6d/diff:/var/lib/docker/overlay2/b07a328670f2d3a739eaf7331f234a6a85130dd822da08cce9c24a3b2b110cb6/diff:/var/lib/docker/overlay2/94fa9841c237f2593c10b8945c42a7fe0cde7141972ef16d27d4967d65e9fb6a/diff",
"MergedDir": "/var/lib/docker/overlay2/d08252a75e9ce1631b749ee632fbf51b68029ec839447894e030ce080d5c307c/merged",
"UpperDir": "/var/lib/docker/overlay2/d08252a75e9ce1631b749ee632fbf51b68029ec839447894e030ce080d5c307c/diff",
"WorkDir": "/var/lib/docker/overlay2/d08252a75e9ce1631b749ee632fbf51b68029ec839447894e030ce080d5c307c/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:efa8b1bea25f2f12563212d283f99066f6f871e27a69c0fbd571938a3c587421",
"sha256:136a80a3696f7ad61b9704b8ef3a6848916347d6c6cd32308058fef2780e3bc1",
"sha256:8f82fd327b1bcbd147db5cefc5c7ec8687abca0474f62948cb4b2b67ec5db2bf",
"sha256:a6c50e64e6d347620ea3e87323f29fe60dd969d380c06e591320257271d3e09f",
"sha256:e87acb7726a9c0cdf58e3d54fb62403a7e032352e1293027b9c14274056f99a3",
"sha256:472dfb585dca7255a52cb5f199772707fcd51a16ba7c8a27212fc3bd011b9fa2",
"sha256:87ef039ab060553cc05d593936f2be570476f486ce648237bf17d4c50b1a6df6",
"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
]
},
"Metadata": {
"LastTagTime": "2026-03-21T18:15:54.256503618+08:00"
}
}