docker.io/percona/percona-server:8.0.41 linux/amd64

docker.io/percona/percona-server:8.0.41 - 国内下载镜像源 浏览次数:26

这是一个Percona Server MySQL数据库的Docker镜像。Percona Server是MySQL的一个分支,包含许多性能增强和附加功能。此镜像提供了一个方便易用的方法来在Docker容器中运行Percona Server数据库。

源镜像 docker.io/percona/percona-server:8.0.41
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.0.41
镜像ID sha256:37257b6f23d060f70090ca267df87ffab20bedd5d065e1414dcd5e67015ae6c0
镜像TAG 8.0.41
大小 1.40GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD mysqld
启动入口 /docker-entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 26 次
贡献者
镜像创建 2025-02-26T11:39:54.464066506Z
同步时间 2025-05-06 16:32
更新时间 2025-05-13 01:44
开放端口
3306/tcp 33060/tcp
目录挂载
/var/lib/mysql /var/log/mysql
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci PS_VERSION=8.0.41-32.1 MYSQL_SHELL_VERSION=8.0.40-1 OS_VER=el9 FULL_PERCONA_VERSION=8.0.41-32.1.el9 FULL_MYSQL_SHELL_VERSION=8.0.40-1.el9 PS_REPO=testing PS_TELEMETRY_VERSION=8.0.41-32-1 CALL_HOME_DOWNLOAD_SHA256=5e84d2f1a5d57f44c46e6a1f16794d649d3de09fe8021f0294bc321c89e51068 KEY_RPM_DOWNLOAD_SHA256=fcf0eab4f05a1c0de6363ac4b707600a27a9d774e9b491059e59e6921b255a84 CALL_HOME_VERSION=0.1 CALL_HOME_OPTIONAL_PARAMS= -s el9 PERCONA_TELEMETRY_CHECK_INTERVAL=86400 PERCONA_TELEMETRY_HISTORY_KEEP_INTERVAL=604800 PERCONA_TELEMETRY_RESEND_INTERVAL=60 PERCONA_TELEMETRY_URL=https://check.percona.com/v1/telemetry/GenericReport
镜像标签
x86_64: architecture 2025-01-09T06:29:15Z: build-date ubi9-minimal-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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.: description public: distribution-scope 1.38.0-dev: io.buildah.version The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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.: io.k8s.description Red Hat Universal Base Image 9 Minimal: io.k8s.display-name : io.openshift.expose-services minimal rhel9: io.openshift.tags Red Hat, Inc.: maintainer ubi9-minimal: name info@percona.com: org.opencontainers.image.authors 1736404155: release Provides the latest release of the minimal Red Hat Universal Base Image 9.: summary https://www.redhat.com: url 98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132: vcs-ref git: vcs-type Red Hat, Inc.: vendor 9.5: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.0.41
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.0.41  docker.io/percona/percona-server:8.0.41

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.0.41
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.0.41  docker.io/percona/percona-server:8.0.41

Shell快速替换命令

sed -i 's#percona/percona-server:8.0.41#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.0.41#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.0.41 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.0.41  docker.io/percona/percona-server:8.0.41'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.0.41 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.0.41  docker.io/percona/percona-server:8.0.41'

镜像构建历史


# 2025-02-26 19:39:54  0.00B 设置默认要执行的命令
CMD ["mysqld"]
                        
# 2025-02-26 19:39:54  0.00B 声明容器运行时监听的端口
EXPOSE map[3306/tcp:{} 33060/tcp:{}]
                        
# 2025-02-26 19:39:54  0.00B 指定运行容器时使用的用户
USER mysql
                        
# 2025-02-26 19:39:54  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2025-02-26 19:39:54  0.00B 设置环境变量 PERCONA_TELEMETRY_URL
ENV PERCONA_TELEMETRY_URL=https://check.percona.com/v1/telemetry/GenericReport
                        
# 2025-02-26 19:39:54  0.00B 设置环境变量 PERCONA_TELEMETRY_RESEND_INTERVAL
ENV PERCONA_TELEMETRY_RESEND_INTERVAL=60
                        
# 2025-02-26 19:39:54  0.00B 设置环境变量 PERCONA_TELEMETRY_HISTORY_KEEP_INTERVAL
ENV PERCONA_TELEMETRY_HISTORY_KEEP_INTERVAL=604800
                        
# 2025-02-26 19:39:54  0.00B 设置环境变量 PERCONA_TELEMETRY_CHECK_INTERVAL
ENV PERCONA_TELEMETRY_CHECK_INTERVAL=86400
                        
# 2025-02-26 19:39:54  16.10MB 执行命令并创建新的镜像层
RUN |1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex;     chown  mysql /usr/bin/telemetry-agent-supervisor.sh;     chown  mysql /usr/bin/percona-telemetry-agent;     chown  mysql /usr/local/percona/telemetry/history;     chmod ug+rwx /usr/bin/telemetry-agent-supervisor.sh;     chmod -R go+w /var/log/percona # buildkit
                        
# 2025-02-26 19:39:54  400.00B 复制新文件或目录到容器中
COPY telemetry-agent-supervisor.sh /usr/bin/ # buildkit
                        
# 2025-02-26 19:39:54  7.66KB 复制新文件或目录到容器中
COPY ps-entry.sh /docker-entrypoint.sh # buildkit
                        
# 2025-02-26 19:39:54  0.00B 设置环境变量 CALL_HOME_OPTIONAL_PARAMS
ENV CALL_HOME_OPTIONAL_PARAMS= -s el9
                        
# 2025-02-26 19:39:54  12.78KB 执行命令并创建新的镜像层
RUN |1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -eux;     curl -fL "https://github.com/Percona-Lab/telemetry-agent/archive/refs/tags/phase-$CALL_HOME_VERSION.tar.gz" -o "phase-$CALL_HOME_VERSION.tar.gz";     echo "$CALL_HOME_DOWNLOAD_SHA256 phase-$CALL_HOME_VERSION.tar.gz" | sha256sum --strict --check;     tar -xvf phase-$CALL_HOME_VERSION.tar.gz;     cp telemetry-agent-phase-$CALL_HOME_VERSION/call-home.sh .;    rm -rf telemetry-agent-phase-$CALL_HOME_VERSION phase-$CALL_HOME_VERSION.tar.gz;     chmod a+rx /call-home.sh;     mkdir -p /usr/local/percona;     chown mysql:mysql /usr/local/percona # buildkit
                        
# 2025-02-26 19:39:52  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/lib/mysql /var/log/mysql]
                        
# 2025-02-26 19:39:52  1.42KB 执行命令并创建新的镜像层
RUN |1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex;     /usr/bin/install -m 0775 -o mysql -g root -d /var/lib/mysql /var/run/mysqld /docker-entrypoint-initdb.d; 	find /etc/my.cnf /etc/my.cnf.d -name '*.cnf' -print0 		| xargs -0 grep -lZE '^(bind-address|log|user)' 		| xargs -rt -0 sed -Ei 's/^(bind-address|log|user)/#&/'; 	echo '!includedir /etc/my.cnf.d' >> /etc/my.cnf; 	printf '[mysqld]\nhost_cache_size=0\nskip-name-resolve\n' > /etc/my.cnf.d/docker.cnf; 	/usr/bin/install -m 0664 -o mysql -g root /dev/null /etc/sysconfig/mysql; 	echo "LD_PRELOAD=/usr/lib64/libjemalloc.so.1" >> /etc/sysconfig/mysql; 	echo "THP_SETTING=never" >> /etc/sysconfig/mysql; 	chown -R mysql:root /etc/my.cnf /etc/my.cnf.d; 	chmod -R ug+rwX /etc/my.cnf /etc/my.cnf.d # buildkit
                        
# 2025-02-26 19:39:52  1.27GB 执行命令并创建新的镜像层
RUN |1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex;     rpm -e --nodeps tzdata;     microdnf -y install         hostname         tzdata         jemalloc         which         cracklib-dicts         tar         policycoreutils;     microdnf -y update         libnghttp2         openssh         python3-setuptools-wheel         krb5-libs         pam         python3;         microdnf -y install         percona-server-server-${FULL_PERCONA_VERSION}         percona-server-devel-${FULL_PERCONA_VERSION}         percona-server-rocksdb-${FULL_PERCONA_VERSION}         percona-icu-data-files-${FULL_PERCONA_VERSION}         percona-mysql-shell-${FULL_MYSQL_SHELL_VERSION};     microdnf clean all;     rm -rf /var/cache/dnf /var/cache/yum /var/lib/mysql # buildkit
                        
# 2025-02-26 19:38:42  18.82MB 执行命令并创建新的镜像层
RUN |1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex;     export GNUPGHOME="$(mktemp -d)";     gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 4D1BB29D63D98E422B2113B19334A25F8507EFA5 99DB70FAE1D7CE227FB6488205B555B38483C65D;     gpg --batch --export --armor 4D1BB29D63D98E422B2113B19334A25F8507EFA5 > ${GNUPGHOME}/PERCONA-PACKAGING-KEY;     gpg --batch --export --armor 99DB70FAE1D7CE227FB6488205B555B38483C65D > ${GNUPGHOME}/RPM-GPG-KEY-centosofficial;     rpmkeys --import ${GNUPGHOME}/PERCONA-PACKAGING-KEY ${GNUPGHOME}/RPM-GPG-KEY-centosofficial;     curl -Lf -o /tmp/percona-release.rpm https://repo.percona.com/yum/percona-release-latest.noarch.rpm;     rpmkeys --checksig /tmp/percona-release.rpm;     microdnf install -y findutils;     rpm -i /tmp/percona-release.rpm;     rm -rf "$GNUPGHOME" /tmp/percona-release.rpm;     rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY;     percona-release disable all;     percona-release enable ps-80 ${PS_REPO};     percona-release enable telemetry ${PS_REPO};     percona-release enable mysql-shell ${PS_REPO};     curl -O https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9;     echo "$KEY_RPM_DOWNLOAD_SHA256 RPM-GPG-KEY-EPEL-9" | sha256sum --strict --check;     rpm --import RPM-GPG-KEY-EPEL-9;     curl -Lf -o /tmp/jemalloc.rpm https://rpmfind.net/linux/epel/9/Everything/x86_64/Packages/j/jemalloc-5.2.1-2.el9.x86_64.rpm;     curl -Lf -o /tmp/gflags.rpm https://rpmfind.net/linux/epel/9/Everything/x86_64/Packages/g/gflags-2.2.2-9.el9.x86_64.rpm;     rpmkeys --checksig /tmp/gflags.rpm /tmp/jemalloc.rpm;     rpm -i /tmp/jemalloc.rpm;     rpm -i /tmp/gflags.rpm;     rm -f /tmp/gflags.rpm /tmp/jemalloc.rpm # buildkit
                        
# 2025-02-26 19:38:22  0.00B 定义构建参数
ARG PERCONA_TELEMETRY_DISABLE=1
                        
# 2025-02-26 19:38:22  0.00B 设置环境变量 CALL_HOME_VERSION
ENV CALL_HOME_VERSION=0.1
                        
# 2025-02-26 19:38:22  0.00B 设置环境变量 KEY_RPM_DOWNLOAD_SHA256
ENV KEY_RPM_DOWNLOAD_SHA256=fcf0eab4f05a1c0de6363ac4b707600a27a9d774e9b491059e59e6921b255a84
                        
# 2025-02-26 19:38:22  0.00B 设置环境变量 CALL_HOME_DOWNLOAD_SHA256
ENV CALL_HOME_DOWNLOAD_SHA256=5e84d2f1a5d57f44c46e6a1f16794d649d3de09fe8021f0294bc321c89e51068
                        
# 2025-02-26 19:38:22  0.00B 设置环境变量 PS_TELEMETRY_VERSION
ENV PS_TELEMETRY_VERSION=8.0.41-32-1
                        
# 2025-02-26 19:38:22  0.00B 设置环境变量 PS_REPO
ENV PS_REPO=testing
                        
# 2025-02-26 19:38:22  0.00B 设置环境变量 FULL_MYSQL_SHELL_VERSION
ENV FULL_MYSQL_SHELL_VERSION=8.0.40-1.el9
                        
# 2025-02-26 19:38:22  0.00B 设置环境变量 FULL_PERCONA_VERSION
ENV FULL_PERCONA_VERSION=8.0.41-32.1.el9
                        
# 2025-02-26 19:38:22  0.00B 设置环境变量 OS_VER
ENV OS_VER=el9
                        
# 2025-02-26 19:38:22  0.00B 设置环境变量 MYSQL_SHELL_VERSION
ENV MYSQL_SHELL_VERSION=8.0.40-1
                        
# 2025-02-26 19:38:22  0.00B 设置环境变量 PS_VERSION
ENV PS_VERSION=8.0.41-32.1
                        
# 2025-02-26 19:38:22  3.45KB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex;     groupadd -g 1001 mysql;     useradd -u 1001 -r -g 1001 -s /sbin/nologin         -m -c "Default Application User" mysql # buildkit
                        
# 2025-02-26 19:38:22  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=info@percona.com
                        
# 2025-01-09 14:41:20  387.00B 
/bin/sh
                        
# 2025-01-09 14:41:16  100.15MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-01-09T06:40:34" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132" "build-date"="2025-01-09T06:29:15Z" "release"="1736404155"
                        
# 2025-01-09 14:41:16  0.00B 
/bin/sh -c . /cachi2/cachi2.env &&     rm -rf /var/log/*
                        
# 2025-01-09 14:41:15  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-01-09 14:41:15  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2025-01-09 14:41:15  0.00B 
/bin/sh -c #(nop) COPY dir:ca56c4399f153561fdce7628edce358895393e72057424065cc9920dd3bc2dfc in / 
                        
# 2025-01-09 14:41:15  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-01-09 14:41:15  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-01-09 14:41:15  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-01-09 14:41:15  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-01-09 14:41:15  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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-01-09 14:41:15  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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-01-09 14:41:15  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-01-09 14:41:15  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-01-09 14:41:15  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.5"       distribution-scope="public"
                        
# 2025-01-09 14:41:15  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-01-09 14:41:15  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-01-09 14:41:15  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:37257b6f23d060f70090ca267df87ffab20bedd5d065e1414dcd5e67015ae6c0",
    "RepoTags": [
        "percona/percona-server:8.0",
        "percona/percona-server:8.0.41",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.0.41"
    ],
    "RepoDigests": [
        "percona/percona-server@sha256:dafe99b298e699478f31c8030982b3d54129a4a89e6a8954e1eed528345fb3a3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server@sha256:14b7d944887ecfd1ca094b4741e89d02d62ba4a00574acbcd373e6a38ad3b7ed"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-02-26T11:39:54.464066506Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "mysql",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "3306/tcp": {},
            "33060/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "PS_VERSION=8.0.41-32.1",
            "MYSQL_SHELL_VERSION=8.0.40-1",
            "OS_VER=el9",
            "FULL_PERCONA_VERSION=8.0.41-32.1.el9",
            "FULL_MYSQL_SHELL_VERSION=8.0.40-1.el9",
            "PS_REPO=testing",
            "PS_TELEMETRY_VERSION=8.0.41-32-1",
            "CALL_HOME_DOWNLOAD_SHA256=5e84d2f1a5d57f44c46e6a1f16794d649d3de09fe8021f0294bc321c89e51068",
            "KEY_RPM_DOWNLOAD_SHA256=fcf0eab4f05a1c0de6363ac4b707600a27a9d774e9b491059e59e6921b255a84",
            "CALL_HOME_VERSION=0.1",
            "CALL_HOME_OPTIONAL_PARAMS= -s el9",
            "PERCONA_TELEMETRY_CHECK_INTERVAL=86400",
            "PERCONA_TELEMETRY_HISTORY_KEEP_INTERVAL=604800",
            "PERCONA_TELEMETRY_RESEND_INTERVAL=60",
            "PERCONA_TELEMETRY_URL=https://check.percona.com/v1/telemetry/GenericReport"
        ],
        "Cmd": [
            "mysqld"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/var/lib/mysql": {},
            "/var/log/mysql": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-01-09T06:29:15Z",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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.",
            "distribution-scope": "public",
            "io.buildah.version": "1.38.0-dev",
            "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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.",
            "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "maintainer": "Red Hat, Inc.",
            "name": "ubi9-minimal",
            "org.opencontainers.image.authors": "info@percona.com",
            "release": "1736404155",
            "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
            "url": "https://www.redhat.com",
            "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.5"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1403462380,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d07034731d610f21d801f37188b765d83ac32e5b2f7cb07c121170991a2c605f/diff:/var/lib/docker/overlay2/a55948c72308594435783328eda71112cc0b035ff436194fb69b17c25c06c033/diff:/var/lib/docker/overlay2/d5158436c4e8d6dbae0927d171933c9573f209c2fb692db4d3b9d8e801fe9269/diff:/var/lib/docker/overlay2/b37d216e9dbe8a5fc5544c3316c735dcaaf74235690942eb108f50009a6d2df9/diff:/var/lib/docker/overlay2/e1a3652766659c3ed6d2b7fbec282de4856be9fe2b6493120ab41b5e96b0e84c/diff:/var/lib/docker/overlay2/98a24e7c43087d26949dd57781dc29546ee2241005e704a1afdd801b1ca18de5/diff:/var/lib/docker/overlay2/f9adb29ce9360c4927b405b13945d0dab7e40e957cb52befbaa854a52cb723d3/diff:/var/lib/docker/overlay2/0a43a3d25b9082431d68126efa106fb9a0b0b3e1d8e3b4ff6a983d26ea907066/diff:/var/lib/docker/overlay2/5834d43575286356b7be9272d8b9639a1a1d733a349354ad456009431fbbc259/diff",
            "MergedDir": "/var/lib/docker/overlay2/80ada22bc78c455c905971dbad3469b710d5149a91d27a6aa6527fa6ae4bd456/merged",
            "UpperDir": "/var/lib/docker/overlay2/80ada22bc78c455c905971dbad3469b710d5149a91d27a6aa6527fa6ae4bd456/diff",
            "WorkDir": "/var/lib/docker/overlay2/80ada22bc78c455c905971dbad3469b710d5149a91d27a6aa6527fa6ae4bd456/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a377c2e7ffb99f8889e322b1fadcb448dc1c3c59615414d11218ddf1bd83671d",
            "sha256:d86d133cdf1d91f5873c025ac25f0baf9c448e4c8fd588f74dc5bcab92758733",
            "sha256:b15a07c3558f42759e59f207cb386ee795aaaf8ba72498e30d97f2cd493ddb0f",
            "sha256:c18896c925aee14e65397a359670799f4ca35d3e3e8ef3265b9a524d07d87236",
            "sha256:ed644c2664c4ed4488217384f62c8a3d7fe8259cbed0a20e7f38fb0c1fb4b7d7",
            "sha256:f2c0bcccc68abbc21c5f3b795ecd3c9a1326b8a9fa3c998608302c7edc576715",
            "sha256:2aa4c0abedf5c5d5055abb8375f17eddb44ecf86a9d900bf9ae171f5ddc30569",
            "sha256:e6309a32b54ab541546543da81bfea5341bf36ae4d5dfe1ca3b2ea8e7aaf9c31",
            "sha256:146b54da2374e260f16823c693c661e2c3ab2402b74df69d007966e6f06b5245",
            "sha256:fc2f3ebf424424295dc647270e966405462fc984ff117600e2857a31f95f9f08"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-06T16:32:21.471798321+08:00"
    }
}

更多版本

docker.io/percona/percona-server:8.0

linux/amd64 docker.io1.40GB2025-05-06 14:24
30

docker.io/percona/percona-server:8.0.41

linux/amd64 docker.io1.40GB2025-05-06 16:32
25