logo
docker.io/percona/percona-server:8.0.46-37.1
linux/amd64 docker.io

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

14
浏览次数
1.53GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.0.46-37.1
源镜像
docker.io/percona/percona-server:8.0.46-37.1
镜像ID
sha256:951719dbe94331de6cea35b5535877a723fd69ccb837e01d9c93db3528142f43
镜像 TAG
8.0.46-37.1
镜像大小
1.53GB
平台架构
linux/amd64
镜像源
docker.io
CMD
mysqld
启动入口
/docker-entrypoint.sh
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-07-23T10:22:44.50705268Z
同步时间
2026-08-28 12:19
浏览量
14 次
贡献者
🔌 开放端口 2
3306/tcp 33060/tcp
📁 目录挂载 2
 /var/lib/mysql  /var/log/mysql
⚙️ 环境变量 17
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
PS_VERSION=8.0.46-37.1 2
MYSQL_SHELL_VERSION=8.0.46-1 3
OS_VER=el9 4
FULL_PERCONA_VERSION=8.0.46-37.1.el9 5
FULL_MYSQL_SHELL_VERSION=8.0.46-1.el9 6
PS_REPO=testing 7
PS_TELEMETRY_VERSION=8.0.46-37-1 8
CALL_HOME_DOWNLOAD_SHA256=5e84d2f1a5d57f44c46e6a1f16794d649d3de09fe8021f0294bc321c89e51068 9
KEY_RPM_DOWNLOAD_SHA256=fcf0eab4f05a1c0de6363ac4b707600a27a9d774e9b491059e59e6921b255a84 10
CALL_HOME_VERSION=0.1 11
CALL_HOME_OPTIONAL_PARAMS= -s el9 12
PERCONA_TELEMETRY_CHECK_INTERVAL=86400 13
PERCONA_TELEMETRY_HISTORY_KEEP_INTERVAL=604800 14
PERCONA_TELEMETRY_RESEND_INTERVAL=60 15
PERCONA_TELEMETRY_URL=https://check.percona.com/v1/telemetry/GenericReport 16
🏷️ 镜像标签 24
KeyValue
x86_64 architecture
2026-07-22T07:34: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.44.0 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
2026-07-22T07:34:05Z org.opencontainers.image.created
9932c86214d5e8b9c79570f3f4ebe16275359bc0 org.opencontainers.image.revision
8.0 release
Percona Server database server summary
https://catalog.redhat.com/en/search?searchType=containers url
9932c86214d5e8b9c79570f3f4ebe16275359bc0 vcs-ref
git vcs-type
Percona vendor
9.8 version
🛡️ 镜像安全扫描
redhat 9.8 Trivy 2026-08-28 12:20 查看完整报告
107
低危 LOW
174
中危 MEDIUM
23
高危 HIGH
0
严重 CRITICAL
受影响目标 (3)
docker.io/percona/percona-server:8.0.46-37.1 (redhat 9.8) redhat Python python-pkg usr/bin/percona-telemetry-agent gobinary

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

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.46-37.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.0.46-37.1  docker.io/percona/percona-server:8.0.46-37.1'

镜像构建历史


# 2026-07-23 18:22:44  0.00B 设置默认要执行的命令
CMD ["mysqld"]
                        
# 2026-07-23 18:22:44  0.00B 声明容器运行时监听的端口
EXPOSE [3306/tcp 33060/tcp]
                        
# 2026-07-23 18:22:44  0.00B 指定运行容器时使用的用户
USER mysql
                        
# 2026-07-23 18:22:44  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2026-07-23 18:22:44  0.00B 设置环境变量 PERCONA_TELEMETRY_URL
ENV PERCONA_TELEMETRY_URL=https://check.percona.com/v1/telemetry/GenericReport
                        
# 2026-07-23 18:22:44  0.00B 设置环境变量 PERCONA_TELEMETRY_RESEND_INTERVAL
ENV PERCONA_TELEMETRY_RESEND_INTERVAL=60
                        
# 2026-07-23 18:22:44  0.00B 设置环境变量 PERCONA_TELEMETRY_HISTORY_KEEP_INTERVAL
ENV PERCONA_TELEMETRY_HISTORY_KEEP_INTERVAL=604800
                        
# 2026-07-23 18:22:44  0.00B 设置环境变量 PERCONA_TELEMETRY_CHECK_INTERVAL
ENV PERCONA_TELEMETRY_CHECK_INTERVAL=86400
                        
# 2026-07-23 18:22:44  17.81MB 执行命令并创建新的镜像层
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
                        
# 2026-07-23 18:22:44  400.00B 复制新文件或目录到容器中
COPY telemetry-agent-supervisor.sh /usr/bin/ # buildkit
                        
# 2026-07-23 18:22:44  7.66KB 复制新文件或目录到容器中
COPY ps-entry.sh /docker-entrypoint.sh # buildkit
                        
# 2026-07-23 18:22:44  0.00B 设置环境变量 CALL_HOME_OPTIONAL_PARAMS
ENV CALL_HOME_OPTIONAL_PARAMS= -s el9
                        
# 2026-07-23 18:22:44  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
                        
# 2026-07-23 18:22:32  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/lib/mysql /var/log/mysql]
                        
# 2026-07-23 18:22:32  11.34KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE.Dockerfile # buildkit
                        
# 2026-07-23 18:22:32  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
                        
# 2026-07-23 18:22:31  1.38GB 执行命令并创建新的镜像层
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
                        
# 2026-07-23 18:22:11  19.57MB 执行命令并创建新的镜像层
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};     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
                        
# 2026-07-23 18:22:04  0.00B 定义构建参数
ARG PERCONA_TELEMETRY_DISABLE=1
                        
# 2026-07-23 18:22:04  0.00B 设置环境变量 CALL_HOME_VERSION
ENV CALL_HOME_VERSION=0.1
                        
# 2026-07-23 18:22:04  0.00B 设置环境变量 KEY_RPM_DOWNLOAD_SHA256
ENV KEY_RPM_DOWNLOAD_SHA256=fcf0eab4f05a1c0de6363ac4b707600a27a9d774e9b491059e59e6921b255a84
                        
# 2026-07-23 18:22:04  0.00B 设置环境变量 CALL_HOME_DOWNLOAD_SHA256
ENV CALL_HOME_DOWNLOAD_SHA256=5e84d2f1a5d57f44c46e6a1f16794d649d3de09fe8021f0294bc321c89e51068
                        
# 2026-07-23 18:22:04  0.00B 设置环境变量 PS_TELEMETRY_VERSION
ENV PS_TELEMETRY_VERSION=8.0.46-37-1
                        
# 2026-07-23 18:22:04  0.00B 设置环境变量 PS_REPO
ENV PS_REPO=testing
                        
# 2026-07-23 18:22:04  0.00B 设置环境变量 FULL_MYSQL_SHELL_VERSION
ENV FULL_MYSQL_SHELL_VERSION=8.0.46-1.el9
                        
# 2026-07-23 18:22:04  0.00B 设置环境变量 FULL_PERCONA_VERSION
ENV FULL_PERCONA_VERSION=8.0.46-37.1.el9
                        
# 2026-07-23 18:22:04  0.00B 设置环境变量 OS_VER
ENV OS_VER=el9
                        
# 2026-07-23 18:22:04  0.00B 设置环境变量 MYSQL_SHELL_VERSION
ENV MYSQL_SHELL_VERSION=8.0.46-1
                        
# 2026-07-23 18:22:04  0.00B 设置环境变量 PS_VERSION
ENV PS_VERSION=8.0.46-37.1
                        
# 2026-07-23 18:22:04  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
                        
# 2026-07-23 18:22:04  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=info@percona.com
                        
# 2026-07-23 18:22:04  0.00B 添加元数据标签
LABEL name=Percona Server release=8.0 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>
                        
# 2026-07-22 15:34:25  106.98MB 
/bin/sh -c #(nop) LABEL "org.opencontainers.image.created"="2026-07-22T07:34:05Z" "org.opencontainers.image.revision"="9932c86214d5e8b9c79570f3f4ebe16275359bc0" "build-date"="2026-07-22T07:34:05Z" "architecture"="x86_64" "vcs-ref"="9932c86214d5e8b9c79570f3f4ebe16275359bc0" "vcs-type"="git" "release"="1784705586"org.opencontainers.image.created=2026-07-22T07:34:05Z,org.opencontainers.image.revision=9932c86214d5e8b9c79570f3f4ebe16275359bc0
                        
# 2026-07-22 15:34:25  0.00B 
/bin/sh -c #(nop) COPY dir:3c57dcdf8d00b61e1e938fb8386fff8fc937e99ea4eadb82d9df5d9aeb4fdee1 in /root/buildinfo/      
                        
# 2026-07-22 15:34:25  0.00B 
/bin/sh -c #(nop) COPY dir:3c57dcdf8d00b61e1e938fb8386fff8fc937e99ea4eadb82d9df5d9aeb4fdee1 in /usr/share/buildinfo/      
                        
# 2026-07-22 15:34:25  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-07-22 15:34:25  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2026-07-22 15:34:25  0.00B 
/bin/sh -c #(nop) COPY dir:6b16b3336a884691d82bd90e5faf7d65fad1354d2664539a143b7bcc0d24b71e in /      
                        
# 2026-07-22 15:34:24  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-07-22 15:34:24  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2026-07-22 15:34:24  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-07-22 15:34:24  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2026-07-22 15:34:24  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."
                        
# 2026-07-22 15:34:24  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."
                        
# 2026-07-22 15:34:24  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2026-07-22 15:34:24  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2026-07-22 15:34:24  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9/ubi-minimal"       version="9.8"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2026-07-22 15:34:24  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-07-22 15:34:24  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2026-07-22 15:34:24  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:951719dbe94331de6cea35b5535877a723fd69ccb837e01d9c93db3528142f43",
    "RepoTags": [
        "percona/percona-server:8.0.46-37.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server:8.0.46-37.1"
    ],
    "RepoDigests": [
        "percona/percona-server@sha256:a4ba7d1afd325f40bc6d65b6455fb4f15388638dfa39e3b85f9755755fd9ec2d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-server@sha256:edbe7644d98e14a9a786fdb372f4d55426a09f8066a2fb1ef0c678b4455e2084"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-07-23T10:22:44.50705268Z",
    "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.46-37.1",
            "MYSQL_SHELL_VERSION=8.0.46-1",
            "OS_VER=el9",
            "FULL_PERCONA_VERSION=8.0.46-37.1.el9",
            "FULL_MYSQL_SHELL_VERSION=8.0.46-1.el9",
            "PS_REPO=testing",
            "PS_TELEMETRY_VERSION=8.0.46-37-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": "2026-07-22T07:34: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.44.0",
            "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": "2026-07-22T07:34:05Z",
            "org.opencontainers.image.revision": "9932c86214d5e8b9c79570f3f4ebe16275359bc0",
            "release": "8.0",
            "summary": "Percona Server database server",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "9932c86214d5e8b9c79570f3f4ebe16275359bc0",
            "vcs-type": "git",
            "vendor": "Percona",
            "version": "9.8"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1529131548,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/92099de2a2ffb810301394227d05c75d7b0d40718b11e19340951b17ac686add/diff:/var/lib/docker/overlay2/6c9b1a9659302473db1e933e6a3eb60e54ce2633c9b0c9037b913f4ded208116/diff:/var/lib/docker/overlay2/5b8e758cbc3b67bb42d1aa81353def061cb845a3d5609f463d33a793d1058b2b/diff:/var/lib/docker/overlay2/0c40a262936b6152cd125e4eef3a982b2d9b891bc15ebbaf11509fcefc7e8391/diff:/var/lib/docker/overlay2/84ba0e70f84888238f22914ae7b475b870cd6cb7fc435756739a12c9d87d9c1c/diff:/var/lib/docker/overlay2/7db5942dd3420237a2c707c437842be0c177fe402d767304eb1f43cf8bd27358/diff:/var/lib/docker/overlay2/abf6b92a8361bd4d544704bf14230cdc6c8aace4791b099613eb0d8da6f15b0d/diff:/var/lib/docker/overlay2/1ab8e48b9b2f63d11b2547ed1a7e6378b1e2b425745d4fdc4934eba491dded14/diff:/var/lib/docker/overlay2/9d91cf33adf142d56dfe5544a488e355717a72c7b17a28df72eb5fee6a85ba13/diff",
            "MergedDir": "/var/lib/docker/overlay2/ab5baa9d8d5aa47fcc83b714c6278a0b47d649323f14645230b3c4c609fd57f4/merged",
            "UpperDir": "/var/lib/docker/overlay2/ab5baa9d8d5aa47fcc83b714c6278a0b47d649323f14645230b3c4c609fd57f4/diff",
            "WorkDir": "/var/lib/docker/overlay2/ab5baa9d8d5aa47fcc83b714c6278a0b47d649323f14645230b3c4c609fd57f4/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:13c344e04a81417091a8c59bc6255275a456ebba923cbed497cc39f6764b201c",
            "sha256:cf9cf617ef7f7584d540fc4d1962e86b21c8b05b807adee7683f4f62f1d30842",
            "sha256:1d306c1875769831e9685df75d4ccb312cec50051c7e4075bc1775ae4600c835",
            "sha256:958da0800aae1bc5354f7e6def929ec14d9b3ef864a067e601bb9a41179466e8",
            "sha256:3ba91c48585d966539ac134624427fff0dbd6e431ca40e1b00c22dcd2f2b9e6d",
            "sha256:b6d7fff0b19c15af7ca3904a4e61b7ee65e6f8b648255102e53ad91655c2a52e",
            "sha256:d49b94b690a721e968562a7ddfba95f116ccc3798b80d939828f618a377d6ff3",
            "sha256:f19e4f8c1aaf58e8456bba173b3404eb6450176b728cf20b8f5c8e81306ad37d",
            "sha256:388b01d053f80fa0f5a0d9fbc0639be480c3210ce5cf2ca3322710cf90a4c8fa",
            "sha256:34ae6a3010b2d7b10188b56963865a1f7901ce50a16673d75e13ff303c1ecbfe"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-28T12:19:01.891561776+08:00"
    }
}

更多版本

docker.io/percona/percona-server:8.0

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

docker.io/percona/percona-server:8.0.41

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

docker.io/percona/percona-server:8.0.42

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

docker.io/percona/percona-server:5.7

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

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

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

docker.io/percona/percona-server:8.4

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

docker.io/percona/percona-server-mongodb-operator:1.22.0

linux/amd64 docker.io211.43MB2026-06-18 21:07
120

docker.io/percona/percona-server-mongodb:6.0.27-21

linux/amd64 docker.io824.60MB2026-06-18 21:09
143

docker.io/percona/percona-server-mongodb:7.0.30-16

linux/amd64 docker.io906.20MB2026-06-18 21:12
152

docker.io/percona/percona-server-mongodb:8.0.19-7

linux/amd64 docker.io997.84MB2026-06-18 21:15
156

docker.io/percona/percona-server-mysql-operator:1.2.0

linux/amd64 docker.io393.20MB2026-08-24 16:52
34

docker.io/percona/percona-server:8.0.46-37.1

linux/amd64 docker.io1.53GB2026-08-28 12:19
13
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×