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

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

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

源镜像 docker.io/percona/percona-server:8.4
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.4
镜像ID sha256:08698088bf2c819a52a3d76ce044b44817f898c7cab4db08b9d2544a7a36a9af
镜像TAG 8.4
大小 1.65GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD mysqld
启动入口 /docker-entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 14 次
贡献者
镜像创建 2025-12-16T14:48:25.230718735Z
同步时间 2026-03-04 03:15
开放端口
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.4.7-7.1 MYSQL_SHELL_VERSION=8.4.7-1 OS_VER=el9 FULL_PERCONA_VERSION=8.4.7-7.1.el9 FULL_MYSQL_SHELL_VERSION=8.4.7-1.el9 PS_REPO=testing PS_TELEMETRY_VERSION=8.4.7-7-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-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 Percona Server is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of Percona Server are speed, robustness and ease of use.: 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 Percona Development <info@percona.com>: maintainer Percona Server: name info@percona.com: org.opencontainers.image.authors 2025-12-03T20:36:05Z: org.opencontainers.image.created 1595c1bf15cd4327d529f330e61327764327397e: org.opencontainers.image.revision 8.4: release Percona Server database server: summary https://catalog.redhat.com/en/search?searchType=containers: url 1595c1bf15cd4327d529f330e61327764327397e: vcs-ref git: vcs-type Percona: vendor 9.7: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#percona/percona-server:8.4#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.4#' 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.4 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.4  docker.io/percona/percona-server:8.4'

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-12-16 22:48:25  0.00B 设置默认要执行的命令
CMD ["mysqld"]
                        
# 2025-12-16 22:48:25  0.00B 声明容器运行时监听的端口
EXPOSE [3306/tcp 33060/tcp]
                        
# 2025-12-16 22:48:25  0.00B 指定运行容器时使用的用户
USER mysql
                        
# 2025-12-16 22:48:25  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2025-12-16 22:48:25  0.00B 设置环境变量 PERCONA_TELEMETRY_URL
ENV PERCONA_TELEMETRY_URL=https://check.percona.com/v1/telemetry/GenericReport
                        
# 2025-12-16 22:48:25  0.00B 设置环境变量 PERCONA_TELEMETRY_RESEND_INTERVAL
ENV PERCONA_TELEMETRY_RESEND_INTERVAL=60
                        
# 2025-12-16 22:48:25  0.00B 设置环境变量 PERCONA_TELEMETRY_HISTORY_KEEP_INTERVAL
ENV PERCONA_TELEMETRY_HISTORY_KEEP_INTERVAL=604800
                        
# 2025-12-16 22:48:25  0.00B 设置环境变量 PERCONA_TELEMETRY_CHECK_INTERVAL
ENV PERCONA_TELEMETRY_CHECK_INTERVAL=86400
                        
# 2025-12-16 22:48:25  17.32MB 执行命令并创建新的镜像层
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-12-16 22:48:24  62.00B 复制新文件或目录到容器中
COPY dockerdir/ / # buildkit
                        
# 2025-12-16 22:48:24  400.00B 复制新文件或目录到容器中
COPY telemetry-agent-supervisor.sh /usr/bin/ # buildkit
                        
# 2025-12-16 22:48:24  7.66KB 复制新文件或目录到容器中
COPY ps-entry.sh /docker-entrypoint.sh # buildkit
                        
# 2025-12-16 22:48:24  0.00B 设置环境变量 CALL_HOME_OPTIONAL_PARAMS
ENV CALL_HOME_OPTIONAL_PARAMS= -s el9
                        
# 2025-12-16 22:48:24  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-16 22:48:23  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/lib/mysql /var/log/mysql]
                        
# 2025-12-16 22:48:23  11.34KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE.Dockerfile # buildkit
                        
# 2025-12-16 22:48:23  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-16 22:48:23  1.50GB 执行命令并创建新的镜像层
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-16 22:47:28  23.60MB 执行命令并创建新的镜像层
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-84-lts ${PS_REPO};     percona-release enable telemetry ${PS_REPO};     PS_REPO=testing;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-16 22:46:30  0.00B 定义构建参数
ARG PERCONA_TELEMETRY_DISABLE=1
                        
# 2025-12-16 22:46:30  0.00B 设置环境变量 CALL_HOME_VERSION
ENV CALL_HOME_VERSION=0.1
                        
# 2025-12-16 22:46:30  0.00B 设置环境变量 KEY_RPM_DOWNLOAD_SHA256
ENV KEY_RPM_DOWNLOAD_SHA256=fcf0eab4f05a1c0de6363ac4b707600a27a9d774e9b491059e59e6921b255a84
                        
# 2025-12-16 22:46:30  0.00B 设置环境变量 CALL_HOME_DOWNLOAD_SHA256
ENV CALL_HOME_DOWNLOAD_SHA256=5e84d2f1a5d57f44c46e6a1f16794d649d3de09fe8021f0294bc321c89e51068
                        
# 2025-12-16 22:46:30  0.00B 设置环境变量 PS_TELEMETRY_VERSION
ENV PS_TELEMETRY_VERSION=8.4.7-7-1
                        
# 2025-12-16 22:46:30  0.00B 设置环境变量 PS_REPO
ENV PS_REPO=testing
                        
# 2025-12-16 22:46:30  0.00B 设置环境变量 FULL_MYSQL_SHELL_VERSION
ENV FULL_MYSQL_SHELL_VERSION=8.4.7-1.el9
                        
# 2025-12-16 22:46:30  0.00B 设置环境变量 FULL_PERCONA_VERSION
ENV FULL_PERCONA_VERSION=8.4.7-7.1.el9
                        
# 2025-12-16 22:46:30  0.00B 设置环境变量 OS_VER
ENV OS_VER=el9
                        
# 2025-12-16 22:46:30  0.00B 设置环境变量 MYSQL_SHELL_VERSION
ENV MYSQL_SHELL_VERSION=8.4.7-1
                        
# 2025-12-16 22:46:30  0.00B 设置环境变量 PS_VERSION
ENV PS_VERSION=8.4.7-7.1
                        
# 2025-12-16 22:46:30  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-16 22:46:30  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=info@percona.com
                        
# 2025-12-16 22:46:30  0.00B 添加元数据标签
LABEL name=Percona Server release=8.4 vendor=Percona summary=Percona Server database server description=Percona Server is a fast, stable and true multi-user, multi-threaded SQL                    database server. SQL (Structured Query Language) is the most popular database                    query language in the world. The main goals of Percona Server are speed,                    robustness and ease of use. maintainer=Percona Development <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:08698088bf2c819a52a3d76ce044b44817f898c7cab4db08b9d2544a7a36a9af",
    "RepoTags": [
        "percona/percona-server:8.4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.4"
    ],
    "RepoDigests": [
        "percona/percona-server@sha256:48987077ebb6ecc9e0db67cc13ea3364a6d7c9b4239a19aab8cabe80bf3d8ff4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server@sha256:689023a506d703aeaca040d16fa85cbaf1ea7c5cc301b7a4fc0fcc094ebbef6e"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-16T14:48:25.230718735Z",
    "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.4.7-7.1",
            "MYSQL_SHELL_VERSION=8.4.7-1",
            "OS_VER=el9",
            "FULL_PERCONA_VERSION=8.4.7-7.1.el9",
            "FULL_MYSQL_SHELL_VERSION=8.4.7-1.el9",
            "PS_REPO=testing",
            "PS_TELEMETRY_VERSION=8.4.7-7-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-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": "Percona Server is a fast, stable and true multi-user, multi-threaded SQL                    database server. SQL (Structured Query Language) is the most popular database                    query language in the world. The main goals of Percona Server are speed,                    robustness and ease of use.",
            "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": "Percona Development \u003cinfo@percona.com\u003e",
            "name": "Percona Server",
            "org.opencontainers.image.authors": "info@percona.com",
            "org.opencontainers.image.created": "2025-12-03T20:36:05Z",
            "org.opencontainers.image.revision": "1595c1bf15cd4327d529f330e61327764327397e",
            "release": "8.4",
            "summary": "Percona Server database server",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "1595c1bf15cd4327d529f330e61327764327397e",
            "vcs-type": "git",
            "vendor": "Percona",
            "version": "9.7"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1645362970,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6bf45f0d25cc8c240f6c6786f4846ed97f39df89f311d8b7fbb49ec20c29019b/diff:/var/lib/docker/overlay2/3c67b7355221940768c256516ef70e8fe4bb53129a0a8ec7ed251d73d59d34ae/diff:/var/lib/docker/overlay2/6480530e60ec3110e2a7a2b63554eed2c2915971c02935d785f5f92bf1e710dd/diff:/var/lib/docker/overlay2/5803a18ff707933074b65c282f053eeb24def7aaaf6d181a348daed126bea844/diff:/var/lib/docker/overlay2/195d610b71b50dc1566a5111e12b4515bbc906048309a4e0ef1846621ffaa4e0/diff:/var/lib/docker/overlay2/b405c86067669501282c1f0cd6af75278a584e83e99151be27c6135cbb2bcd2e/diff:/var/lib/docker/overlay2/4ea20fda3f0fcc038749bb613438426faaf35543e9390df35e0a258ec55a6d4b/diff:/var/lib/docker/overlay2/6ed94adf885588a6313d777b6023aae4fdba1b8785249708cc85647483b78967/diff:/var/lib/docker/overlay2/f84f5a8e2f0e0a8400568cf73f74f7d3690bcf0502c20ed23b6d7c21261b5985/diff:/var/lib/docker/overlay2/8e734d1aba4dd0f49ea44acaad85f6a7e336618f070d573085864cae6dbe0b17/diff",
            "MergedDir": "/var/lib/docker/overlay2/fd03688adbbfe19c2cfcfdb7369ff8833481b42ae17153ee793e7bfa384a73f3/merged",
            "UpperDir": "/var/lib/docker/overlay2/fd03688adbbfe19c2cfcfdb7369ff8833481b42ae17153ee793e7bfa384a73f3/diff",
            "WorkDir": "/var/lib/docker/overlay2/fd03688adbbfe19c2cfcfdb7369ff8833481b42ae17153ee793e7bfa384a73f3/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:4e140ff8bd9a23afd7615f9a56d0521b539df31404142c6e9fb61e24e5e6cdd4",
            "sha256:a941757c5373a1f2c60fefb60e235d82632138cab4c18e733b9b5d04aef99597",
            "sha256:345b0febf834189cd38d314042a23ca49fd3f2b52c099ba09b27da1544843da8",
            "sha256:356417f39da5ae9fee93b743c83aa6f677550589ff7f26e89522627c78eed7a5",
            "sha256:48f7ca78689780ba22b2168fa73e6c803da199ace7aae454fc7af1a0c763cde9",
            "sha256:a3a454ce18a6c2df5caadefac13f9bbdd28599f1acd8f4be94e7585df546a9f2",
            "sha256:54810a366faf070d830c8c87794a3d1727746f1808000bf03ed6d88efa5be1e7",
            "sha256:9179bf7100e96aaeed6974a72184f68cc73cddc8a09daf347bf26074e49cd562",
            "sha256:cc0c1d73acbe5379217d72c1ea874a9fd9085bdb8af22ef6ccd395bb3ff125a2",
            "sha256:9bfa25785d57bb85d7c41bc4cd6f3350378ed8e7bfb669d9753135b122a88cab",
            "sha256:2ac12b6f7baec911644085d72073a3286b46d70f9822ef9617b07d48ef8ce2bc"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-04T03:14:40.884646381+08:00"
    }
}

更多版本

docker.io/percona/percona-server:8.0

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

docker.io/percona/percona-server:8.0.41

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

docker.io/percona/percona-server:8.0.42

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

docker.io/percona/percona-server:5.7

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

docker.io/percona/percona-server-mongodb:6.0.25

linux/amd64 docker.io710.90MB2026-01-06 10:12
139

docker.io/percona/percona-server:8.4

linux/amd64 docker.io1.65GB2026-03-04 03:15
13