docker.io/percona:8.0 linux/amd64

docker.io/percona:8.0 - 国内下载镜像源 浏览次数:13
源镜像 docker.io/percona:8.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona:8.0
镜像ID sha256:200dc5129f2e08f3238a83b7951ab35303364cd0696c49919422028e547439a2
镜像TAG 8.0
大小 1.54GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD mysqld
启动入口 /docker-entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 13 次
贡献者
镜像创建 2025-12-04T19:47:11.590816515Z
同步时间 2025-12-23 11:14
更新时间 2025-12-23 23:29
开放端口
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.44-35.1 MYSQL_SHELL_VERSION=8.0.44-1 OS_VER=el9 FULL_PERCONA_VERSION=8.0.44-35.1.el9 FULL_MYSQL_SHELL_VERSION=8.0.44-1.el9 PS_REPO=testing PS_TELEMETRY_VERSION=8.0.44-35-1 CALL_HOME_DOWNLOAD_SHA256=5e84d2f1a5d57f44c46e6a1f16794d649d3de09fe8021f0294bc321c89e51068 KEY_RPM_DOWNLOAD_SHA256=fcf0eab4f05a1c0de6363ac4b707600a27a9d774e9b491059e59e6921b255a84 CALL_HOME_VERSION=0.1 CALL_HOME_OPTIONAL_PARAMS= -s el9
镜像标签
x86_64: architecture 2025-12-03T20:36:05Z: 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 cpe:/a:redhat:enterprise_linux:9::appstream: cpe 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.41.4: 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/ubi-minimal: name info@percona.com: org.opencontainers.image.authors 2025-12-03T20:36:05Z: org.opencontainers.image.created 1595c1bf15cd4327d529f330e61327764327397e: org.opencontainers.image.revision 1764794109: release Provides the latest release of the minimal Red Hat Universal Base Image 9.: summary https://catalog.redhat.com/en/search?searchType=containers: url 1595c1bf15cd4327d529f330e61327764327397e: vcs-ref git: vcs-type Red Hat, Inc.: vendor 9.7: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-12-05 03:47:11  0.00B 设置默认要执行的命令
CMD ["mysqld"]
                        
# 2025-12-05 03:47:11  0.00B 声明容器运行时监听的端口
EXPOSE map[3306/tcp:{} 33060/tcp:{}]
                        
# 2025-12-05 03:47:11  0.00B 指定运行容器时使用的用户
USER mysql
                        
# 2025-12-05 03:47:11  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2025-12-05 03:47:11  7.64KB 复制新文件或目录到容器中
COPY ps-entry-dockerhub.sh /docker-entrypoint.sh # buildkit
                        
# 2025-12-05 03:47:11  0.00B 设置环境变量 CALL_HOME_OPTIONAL_PARAMS
ENV CALL_HOME_OPTIONAL_PARAMS= -s el9
                        
# 2025-12-05 03:47:11  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-12-05 03:47:11  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/lib/mysql /var/log/mysql]
                        
# 2025-12-05 03:47:11  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-12-05 03:47:10  1.41GB 执行命令并创建新的镜像层
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-12-05 03:46:41  23.62MB 执行命令并创建新的镜像层
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 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-12-05 03:46:35  0.00B 定义构建参数
ARG PERCONA_TELEMETRY_DISABLE=1
                        
# 2025-12-05 03:46:35  0.00B 设置环境变量 CALL_HOME_VERSION
ENV CALL_HOME_VERSION=0.1
                        
# 2025-12-05 03:46:35  0.00B 设置环境变量 KEY_RPM_DOWNLOAD_SHA256
ENV KEY_RPM_DOWNLOAD_SHA256=fcf0eab4f05a1c0de6363ac4b707600a27a9d774e9b491059e59e6921b255a84
                        
# 2025-12-05 03:46:35  0.00B 设置环境变量 CALL_HOME_DOWNLOAD_SHA256
ENV CALL_HOME_DOWNLOAD_SHA256=5e84d2f1a5d57f44c46e6a1f16794d649d3de09fe8021f0294bc321c89e51068
                        
# 2025-12-05 03:46:35  0.00B 设置环境变量 PS_TELEMETRY_VERSION
ENV PS_TELEMETRY_VERSION=8.0.44-35-1
                        
# 2025-12-05 03:46:35  0.00B 设置环境变量 PS_REPO
ENV PS_REPO=testing
                        
# 2025-12-05 03:46:35  0.00B 设置环境变量 FULL_MYSQL_SHELL_VERSION
ENV FULL_MYSQL_SHELL_VERSION=8.0.44-1.el9
                        
# 2025-12-05 03:46:35  0.00B 设置环境变量 FULL_PERCONA_VERSION
ENV FULL_PERCONA_VERSION=8.0.44-35.1.el9
                        
# 2025-12-05 03:46:35  0.00B 设置环境变量 OS_VER
ENV OS_VER=el9
                        
# 2025-12-05 03:46:35  0.00B 设置环境变量 MYSQL_SHELL_VERSION
ENV MYSQL_SHELL_VERSION=8.0.44-1
                        
# 2025-12-05 03:46:35  0.00B 设置环境变量 PS_VERSION
ENV PS_VERSION=8.0.44-35.1
                        
# 2025-12-05 03:46:35  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-12-05 03:46:35  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=info@percona.com
                        
# 2025-12-04 04:36:21  105.42MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="1595c1bf15cd4327d529f330e61327764327397e" "org.opencontainers.image.revision"="1595c1bf15cd4327d529f330e61327764327397e" "build-date"="2025-12-03T20:36:05Z" "org.opencontainers.image.created"="2025-12-03T20:36:05Z" "release"="1764794109"org.opencontainers.image.revision=1595c1bf15cd4327d529f330e61327764327397e,org.opencontainers.image.created=2025-12-03T20:36:05Z
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:94153b6833d6f050d8e2572e9c332f16148f47aceac72aaf42af4d08feb01e61 in /root/buildinfo/labels.json      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:94153b6833d6f050d8e2572e9c332f16148f47aceac72aaf42af4d08feb01e61 in /usr/share/buildinfo/labels.json      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY dir:be2a521f68bf56126048c385ab01382fd10aa537a578d817938c3b4ce9ee2ae8 in /      
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-12-04 04:36:20  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-12-04 04:36:20  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-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-12-04 04:36:20  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-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9/ubi-minimal"       version="9.7"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:200dc5129f2e08f3238a83b7951ab35303364cd0696c49919422028e547439a2",
    "RepoTags": [
        "percona:8.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona:8.0"
    ],
    "RepoDigests": [
        "percona@sha256:bfdd8dfe8193b468add8a4ed8a8480f11c640177625ee865d7174827c85e824f",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona@sha256:591bfcd052fdd2e8e2db01ea597ae489a4ec9599be724d510fa584cf48874251"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-04T19:47:11.590816515Z",
    "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.44-35.1",
            "MYSQL_SHELL_VERSION=8.0.44-1",
            "OS_VER=el9",
            "FULL_PERCONA_VERSION=8.0.44-35.1.el9",
            "FULL_MYSQL_SHELL_VERSION=8.0.44-1.el9",
            "PS_REPO=testing",
            "PS_TELEMETRY_VERSION=8.0.44-35-1",
            "CALL_HOME_DOWNLOAD_SHA256=5e84d2f1a5d57f44c46e6a1f16794d649d3de09fe8021f0294bc321c89e51068",
            "KEY_RPM_DOWNLOAD_SHA256=fcf0eab4f05a1c0de6363ac4b707600a27a9d774e9b491059e59e6921b255a84",
            "CALL_HOME_VERSION=0.1",
            "CALL_HOME_OPTIONAL_PARAMS= -s el9"
        ],
        "Cmd": [
            "mysqld"
        ],
        "Image": "",
        "Volumes": {
            "/var/lib/mysql": {},
            "/var/log/mysql": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-12-03T20:36:05Z",
            "com.redhat.component": "ubi9-minimal-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": "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.41.4",
            "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/ubi-minimal",
            "org.opencontainers.image.authors": "info@percona.com",
            "org.opencontainers.image.created": "2025-12-03T20:36:05Z",
            "org.opencontainers.image.revision": "1595c1bf15cd4327d529f330e61327764327397e",
            "release": "1764794109",
            "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "1595c1bf15cd4327d529f330e61327764327397e",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.7"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1535135067,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8c4a5eb189434f6da7b355b4574a6eb92187edac085f866b8b5164a0347e2f8a/diff:/var/lib/docker/overlay2/d99aa91b575c5a482a6e450870c5a40241a13188139d08f1faec2f6a5651ab1c/diff:/var/lib/docker/overlay2/5d552c7ba41320e75ed5c3b817ae0413f28d61fdc8f39dd5d32d6fd57f533b0a/diff:/var/lib/docker/overlay2/ae3c187278e85c0399cbac1cff3578f36e311584e344692a00f1267a0e73114a/diff:/var/lib/docker/overlay2/b1c88198e0bf6b1aa84ae2a503f925fc5ce1cc06ca5de0aea342dac42c10b088/diff:/var/lib/docker/overlay2/8e734d1aba4dd0f49ea44acaad85f6a7e336618f070d573085864cae6dbe0b17/diff",
            "MergedDir": "/var/lib/docker/overlay2/ff8adc27d9ea30a4dc0b023186c8d53923c6e663bb0593c63367b4d754f8c9fd/merged",
            "UpperDir": "/var/lib/docker/overlay2/ff8adc27d9ea30a4dc0b023186c8d53923c6e663bb0593c63367b4d754f8c9fd/diff",
            "WorkDir": "/var/lib/docker/overlay2/ff8adc27d9ea30a4dc0b023186c8d53923c6e663bb0593c63367b4d754f8c9fd/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:4e140ff8bd9a23afd7615f9a56d0521b539df31404142c6e9fb61e24e5e6cdd4",
            "sha256:5c643d70a713596355f71d41a9f6851bf3c96a95e1fe6b47779dac8bb551bf13",
            "sha256:bdd89902dadd7bf0cb901b1568d490cd2ac4497b2b303cb50a3a8ed582eaca36",
            "sha256:d31ce3949398bfc72789a85ccb93a18751746fb51622745ee65a834eed646740",
            "sha256:cbad9d746927ec80e4077ca167ed03e5e68948608aefd7db49afb2db3dab781e",
            "sha256:6ea6102dcd3b9127d9e07fbed4a8c11fb4393784ee59f4cf0a1f641007be697a",
            "sha256:6772b057f893cdaf2fe90f34571fc37d76f2c2caa202d1b83436ea7e59f06847"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-23T11:13:22.65946764+08:00"
    }
}

更多版本

docker.io/percona/percona-xtrabackup:8.0

linux/amd64 docker.io732.27MB2024-06-20 14:04
981

docker.io/percona/percona-xtrabackup:2.4

linux/amd64 docker.io402.12MB2024-06-24 20:52
523

docker.io/percona/percona-xtradb-cluster:latest

linux/amd64 docker.io708.31MB2024-09-02 13:51
379

docker.io/percona/pmm-server:2

linux/amd64 docker.io3.00GB2024-10-09 10:13
531

docker.io/percona/mongodb_exporter:0.41.2

linux/amd64 docker.io23.12MB2024-10-25 18:56
393

docker.io/percona/percona-xtrabackup:8.4

linux/amd64 docker.io559.42MB2024-10-28 16:21
525

docker.io/percona/percona-xtrabackup:8.3

linux/amd64 docker.io584.07MB2024-10-29 01:13
494

docker.io/percona/percona-xtrabackup:8.0.35-aarch64

linux/arm64 docker.io932.42MB2024-12-20 14:52
424

docker.io/percona/mongodb_exporter:0.43.1

linux/amd64 docker.io20.69MB2024-12-31 10:42
307

docker.io/percona/percona-xtrabackup:8.0.32

linux/amd64 docker.io515.43MB2025-01-21 23:36
282

docker.io/percona/percona-xtradb-cluster:5.7

linux/amd64 docker.io309.86MB2025-02-20 16:59
396

docker.io/percona/percona-xtradb-cluster:8.4

linux/amd64 docker.io859.77MB2025-02-21 09:14
279

docker.io/percona/pmm-server:3

linux/amd64 docker.io2.65GB2025-02-24 14:16
421

docker.io/percona/pmm-client:3

linux/amd64 docker.io712.78MB2025-02-24 14:32
367

docker.io/percona/percona-xtradb-cluster:8.0.40

linux/amd64 docker.io681.66MB2025-03-03 09:25
269

docker.io/percona/proxysql2:2.6

linux/amd64 docker.io415.27MB2025-03-03 13:51
198

docker.io/percona/percona-xtradb-cluster-operator:1.14.0

linux/amd64 docker.io165.68MB2025-03-16 15:56
171

docker.io/percona/percona-xtradb-cluster-operator:1.14.0-haproxy

linux/amd64 docker.io274.32MB2025-03-16 15:59
201

docker.io/percona/percona-xtradb-cluster:8.0.36-28.1

linux/amd64 docker.io711.34MB2025-03-16 16:01
225

docker.io/perconalab/version-service:production-2048c1f

linux/amd64 docker.io29.63MB2025-03-19 21:20
210

docker.io/percona/percona-server:8.0

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

docker.io/percona/percona-server:8.0.41

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

docker.io/percona/percona-xtrabackup:8.0.27

linux/amd64 docker.io296.70MB2025-05-10 15:00
156

docker.io/percona/mongodb_exporter:0.44.0

linux/amd64 docker.io20.82MB2025-05-22 13:29
283

docker.io/percona/percona-server:8.0.42

linux/amd64 docker.io1.55GB2025-05-26 08:46
242

docker.io/percona/percona-xtrabackup:2.4.29

linux/amd64 docker.io1.15GB2025-05-29 18:40
256

docker.io/percona/percona-server:5.7

linux/amd64 docker.io730.09MB2025-06-26 10:08
220

docker.io/percona/percona-xtradb-cluster:8.0.30

linux/amd64 docker.io467.37MB2025-06-26 10:54
184

docker.io/percona/percona-xtradb-cluster-operator:1.14.1

linux/amd64 docker.io171.39MB2025-06-26 11:05
161

docker.io/percona/percona-xtradb-cluster-operator:1.14.1-haproxy

linux/amd64 docker.io274.32MB2025-06-26 11:08
188

docker.io/percona/percona-xtradb-cluster:8.0.41-32.1

linux/amd64 docker.io641.08MB2025-08-21 14:42
116

docker.io/percona/haproxy:2.8.14

linux/amd64 docker.io286.73MB2025-08-21 21:33
144

docker.io/percona/percona-xtradb-cluster-operator:1.17.0

linux/amd64 docker.io227.39MB2025-08-21 21:41
133

docker.io/percona/proxysql2:2.7.1

linux/amd64 docker.io383.22MB2025-08-21 21:55
118

docker.io/percona/percona-xtradb-cluster-operator:1.12.0

linux/amd64 docker.io136.77MB2025-09-02 16:50
106

docker.io/percona/percona-xtradb-cluster:8.0.29-21.1

linux/amd64 docker.io463.94MB2025-09-02 16:55
96

docker.io/percona/percona-xtradb-cluster-operator:1.12.0-haproxy

linux/amd64 docker.io280.72MB2025-09-02 16:58
124

docker.io/percona/percona-xtradb-cluster-operator:1.12.0-logcollector

linux/amd64 docker.io372.62MB2025-09-02 17:00
124

docker.io/percona/percona-xtradb-cluster-operator:1.12.0-proxysql

linux/amd64 docker.io275.71MB2025-09-02 17:02
113

docker.io/percona/percona-xtradb-cluster-operator:1.12.0-pxc8.0-backup

linux/amd64 docker.io330.60MB2025-09-02 17:04
144

docker.io/percona/watchtower:3.3.1

linux/amd64 docker.io23.54MB2025-09-07 11:00
127

docker.io/percona/pmm-server:3.3.1

linux/amd64 docker.io2.70GB2025-09-07 11:06
132

docker.io/percona/pmm-client:2.44

linux/amd64 docker.io489.74MB2025-09-07 11:09
122

docker.io/percona/pmm-client:3.3.1

linux/amd64 docker.io590.14MB2025-09-07 18:02
116

docker.io/percona/percona-xtradb-cluster-operator:1.16.1

linux/amd64 docker.io211.76MB2025-09-10 22:01
111

docker.io/percona/haproxy:2.8.11

linux/amd64 docker.io326.81MB2025-09-13 18:30
107

docker.io/percona/percona-pgbackrest:2.56.0

linux/amd64 docker.io390.72MB2025-10-13 23:45
92

docker.io/percona/percona-distribution-postgresql:17.6-1

linux/amd64 docker.io1.22GB2025-10-14 18:43
156

docker.io/percona/mongodb_exporter:0.47.1

linux/arm64 docker.io35.08MB2025-10-23 18:23
120

docker.io/percona/mongodb_exporter:0.47.1

linux/amd64 docker.io36.62MB2025-11-25 14:25
53

docker.io/percona:5.7.35-centos

linux/amd64 docker.io657.71MB2025-12-10 15:23
47

docker.io/percona:8.0

linux/amd64 docker.io1.54GB2025-12-23 11:14
12

docker.io/percona:latest

linux/amd64 docker.io657.71MB2025-12-23 11:16
13