ℹ️
注意:这是一个 latest 标签镜像

latest 并不代表最新版本,本站同步时间存在延迟,无法保证此镜像与上游最新版本一致
生产环境建议使用明确的版本号(如 v1.2.3),避免因版本不一致导致问题。 了解更多 →

logo
docker.io/percona/percona-xtrabackup:latest
linux/amd64 docker.io

Percona XtraBackup是一个基于MySQL和MariaDB的热备数据备份工具。它提供了热备份、冷备份和partial backup等功能,可以帮助您实现数据库的高可用性和灾难恢复。

220
浏览次数
1.45GB
镜像大小
源镜像
docker.io/percona/percona-xtrabackup:latest
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-xtrabackup:latest
镜像ID
sha256:8bd2c8cb8bd0d3178b18c09c43a01216ebb15c255ee39d636284b28bf166d5c7
镜像 TAG
latest
镜像大小
1.45GB
平台架构
linux/amd64
镜像源
docker.io
CMD
/usr/bin/xtrabackup
启动入口
/docker-entrypoint.sh
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-02-13T09:13:20.536694114Z
同步时间
2026-03-18 16:34
浏览量
220 次
贡献者
📁 目录挂载 1
 /backup
⚙️ 环境变量 16
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
XTRABACKUP_VERSION=8.0.35-35.1 2
PS_VERSION=8.0.44-35.1 3
OS_VER=el9 4
PXC_REPO=release 5
PS_REPO=testing 6
PXB_REPO=testing 7
TOOLS_REPO=testing 8
FULL_PERCONA_VERSION=8.0.44-35.1.el9 9
PXB_TELEMETRY_VERSION=8.0.35-35.1 10
FULL_PERCONA_XTRABACKUP_VERSION=8.0.35-35.1.el9 11
CALL_HOME_DOWNLOAD_SHA256=5e84d2f1a5d57f44c46e6a1f16794d649d3de09fe8021f0294bc321c89e51068 12
KEY_RPM_DOWNLOAD_SHA256=fcf0eab4f05a1c0de6363ac4b707600a27a9d774e9b491059e59e6921b255a84 13
CALL_HOME_VERSION=0.1 14
CALL_HOME_OPTIONAL_PARAMS= -s el9 15
🏷️ 镜像标签 24
KeyValue
x86_64 architecture
2026-02-05T04:57:10Z 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 XtraBackup is an open-source tool that performs hot, non-blocking backups of MySQL and Percona Server databases with minimal downtime description
public distribution-scope
1.42.2 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
XtraBackup name
info@percona.com org.opencontainers.image.authors
2026-02-05T04:57:10Z org.opencontainers.image.created
21849199b7179dc3074812b8e24698ec609d6a5c org.opencontainers.image.revision
1770267347 release
Percona XtraBackup is a powerful backup utility for MySQL and Percona Server summary
https://catalog.redhat.com/en/search?searchType=containers url
21849199b7179dc3074812b8e24698ec609d6a5c 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-xtrabackup:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-xtrabackup:latest  docker.io/percona/percona-xtrabackup:latest

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-02-13 17:13:20  0.00B 设置默认要执行的命令
CMD ["/usr/bin/xtrabackup"]
                        
# 2026-02-13 17:13:20  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2026-02-13 17:13:20  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/backup]
                        
# 2026-02-13 17:13:20  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2026-02-13 17:13:20  805.00B 执行命令并创建新的镜像层
RUN |5 PXC_REPO=release PS_REPO=testing PXB_REPO=testing TOOLS_REPO=testing PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c chmod +x /docker-entrypoint.sh # buildkit
                        
# 2026-02-13 17:13:20  805.00B 复制新文件或目录到容器中
COPY pxb-entry.sh /docker-entrypoint.sh # buildkit
                        
# 2026-02-13 17:13:19  11.34KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE.Dockerfile # buildkit
                        
# 2026-02-13 17:13:19  0.00B 设置环境变量 CALL_HOME_OPTIONAL_PARAMS
ENV CALL_HOME_OPTIONAL_PARAMS= -s el9
                        
# 2026-02-13 17:13:19  12.78KB 执行命令并创建新的镜像层
RUN |5 PXC_REPO=release PS_REPO=testing PXB_REPO=testing TOOLS_REPO=testing 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-02-13 17:13:18  0.00B 执行命令并创建新的镜像层
RUN |5 PXC_REPO=release PS_REPO=testing PXB_REPO=testing TOOLS_REPO=testing PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c install -d -o 1001 -g 0 -m 0775 /backup # buildkit
                        
# 2026-02-13 17:13:17  1.19GB 执行命令并创建新的镜像层
RUN |5 PXC_REPO=release PS_REPO=testing PXB_REPO=testing TOOLS_REPO=testing PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex;     unzip -q /tmp/awscliv2.zip -d /tmp/;     /tmp/aws/install;     rpm -i /tmp/libev.rpm;     rpm -i /tmp/packages-microsoft-prod.rpm;     rm -rf /tmp/libev.rpm /tmp/awscliv2.zip /tmp/awscliv2.sig /tmp/aws /tmp/packages-microsoft-prod.rpm;     microdnf -y install         percona-xtrabackup-80-${FULL_PERCONA_XTRABACKUP_VERSION}         percona-xtradb-cluster-garbd         percona-server-shared-${FULL_PERCONA_VERSION}         percona-server-client-${FULL_PERCONA_VERSION}         socat         hostname         jq         procps-ng         qpress         lz4         azure-cli         zstd;         microdnf clean all;     rm -rf /var/cache/dnf /var/cache/yum # buildkit
                        
# 2026-02-13 17:12:31  66.78MB 执行命令并创建新的镜像层
RUN |5 PXC_REPO=release PS_REPO=testing PXB_REPO=testing TOOLS_REPO=testing PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c if [ "$(uname -m)" = "x86_64" ]; then         curl -o /tmp/awscliv2.zip https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip;         curl -o /tmp/awscliv2.sig https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip.sig;     else         curl -o /tmp/awscliv2.zip https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip;         curl -o /tmp/awscliv2.sig https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip.sig;     fi # buildkit
                        
# 2026-02-13 17:12:28  54.49KB 执行命令并创建新的镜像层
RUN |5 PXC_REPO=release PS_REPO=testing PXB_REPO=testing TOOLS_REPO=testing PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c if [ "$(uname -m)" = "x86_64" ]; then         curl -Lf -o /tmp/libev.rpm https://downloads.percona.com/downloads/packaging/libev-4.33-5.el9.x86_64.rpm;     else         curl -Lf -o /tmp/libev.rpm https://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libev-4.33-5.el9.aarch64.rpm;     fi # buildkit
                        
# 2026-02-13 17:12:27  2.80KB 执行命令并创建新的镜像层
RUN |5 PXC_REPO=release PS_REPO=testing PXB_REPO=testing TOOLS_REPO=testing PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c groupadd -g 1001 mysql;     useradd -u 1001 -r -g 1001 -s /sbin/nologin         -c "Default Application User" mysql # buildkit
                        
# 2026-02-13 17:12:26  45.36MB 执行命令并创建新的镜像层
RUN |5 PXC_REPO=release PS_REPO=testing PXB_REPO=testing TOOLS_REPO=testing PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex;     microdnf -y install         tar         unzip         shadow-utils # buildkit
                        
# 2026-02-13 17:11:50  10.42MB 执行命令并创建新的镜像层
RUN |5 PXC_REPO=release PS_REPO=testing PXB_REPO=testing TOOLS_REPO=testing PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex;     export GNUPGHOME="$(mktemp -d)";     gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 4D1BB29D63D98E422B2113B19334A25F8507EFA5 99DB70FAE1D7CE227FB6488205B555B38483C65D FB5DB77FD5C118B80511ADA8A6310ACC4672475C BC528686B50D79E339D3721CEB3E94ADBE1229CF;     gpg --batch --export --armor 4D1BB29D63D98E422B2113B19334A25F8507EFA5 > ${GNUPGHOME}/PERCONA-PACKAGING-KEY;     gpg --batch --export --armor 99DB70FAE1D7CE227FB6488205B555B38483C65D > ${GNUPGHOME}/RPM-GPG-KEY-centosofficial;     gpg --batch --export --armor FB5DB77FD5C118B80511ADA8A6310ACC4672475C > ${GNUPGHOME}/RPM-GPG-KEY-aws;     gpg --batch --export --armor BC528686B50D79E339D3721CEB3E94ADBE1229CF > ${GNUPGHOME}/RPM-GPG-KEY-Microsoft;     rpmkeys --import ${GNUPGHOME}/PERCONA-PACKAGING-KEY ${GNUPGHOME}/RPM-GPG-KEY-centosofficial ${GNUPGHOME}/RPM-GPG-KEY-aws ${GNUPGHOME}/RPM-GPG-KEY-Microsoft;     microdnf install -y findutils;     curl -Lf -o /tmp/percona-release.rpm https://repo.percona.com/yum/percona-release-latest.noarch.rpm;     curl -Lf -o /tmp/packages-microsoft-prod.rpm https://packages.microsoft.com/config/rhel/9.0/packages-microsoft-prod.rpm;     rpmkeys --checksig /tmp/percona-release.rpm;     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 tools ${TOOLS_REPO};     percona-release enable pxc-80 ${PXC_REPO};     percona-release enable pxb-80 ${PXB_REPO} # buildkit
                        
# 2026-02-13 17:11:09  0.00B 定义构建参数
ARG PERCONA_TELEMETRY_DISABLE=1
                        
# 2026-02-13 17:11:09  0.00B 设置环境变量 CALL_HOME_VERSION
ENV CALL_HOME_VERSION=0.1
                        
# 2026-02-13 17:11:09  0.00B 设置环境变量 KEY_RPM_DOWNLOAD_SHA256
ENV KEY_RPM_DOWNLOAD_SHA256=fcf0eab4f05a1c0de6363ac4b707600a27a9d774e9b491059e59e6921b255a84
                        
# 2026-02-13 17:11:09  0.00B 设置环境变量 CALL_HOME_DOWNLOAD_SHA256
ENV CALL_HOME_DOWNLOAD_SHA256=5e84d2f1a5d57f44c46e6a1f16794d649d3de09fe8021f0294bc321c89e51068
                        
# 2026-02-13 17:11:09  0.00B 设置环境变量 FULL_PERCONA_XTRABACKUP_VERSION
ENV FULL_PERCONA_XTRABACKUP_VERSION=8.0.35-35.1.el9
                        
# 2026-02-13 17:11:09  0.00B 设置环境变量 PXB_TELEMETRY_VERSION
ENV PXB_TELEMETRY_VERSION=8.0.35-35.1
                        
# 2026-02-13 17:11:09  0.00B 设置环境变量 FULL_PERCONA_VERSION
ENV FULL_PERCONA_VERSION=8.0.44-35.1.el9
                        
# 2026-02-13 17:11:09  0.00B 设置环境变量 TOOLS_REPO
ENV TOOLS_REPO=testing
                        
# 2026-02-13 17:11:09  0.00B 设置环境变量 PXB_REPO
ENV PXB_REPO=testing
                        
# 2026-02-13 17:11:09  0.00B 设置环境变量 PS_REPO
ENV PS_REPO=testing
                        
# 2026-02-13 17:11:09  0.00B 设置环境变量 PXC_REPO
ENV PXC_REPO=release
                        
# 2026-02-13 17:11:09  0.00B 设置环境变量 OS_VER
ENV OS_VER=el9
                        
# 2026-02-13 17:11:09  0.00B 设置环境变量 PS_VERSION
ENV PS_VERSION=8.0.44-35.1
                        
# 2026-02-13 17:11:09  0.00B 设置环境变量 XTRABACKUP_VERSION
ENV XTRABACKUP_VERSION=8.0.35-35.1
                        
# 2026-02-13 17:11:09  0.00B 定义构建参数
ARG TOOLS_REPO=testing
                        
# 2026-02-13 17:11:09  0.00B 定义构建参数
ARG PXB_REPO=testing
                        
# 2026-02-13 17:11:09  0.00B 定义构建参数
ARG PS_REPO=testing
                        
# 2026-02-13 17:11:09  0.00B 定义构建参数
ARG PXC_REPO=release
                        
# 2026-02-13 17:11:09  33.37MB 执行命令并创建新的镜像层
RUN /bin/sh -c microdnf -y update;     microdnf -y install glibc-langpack-en # buildkit
                        
# 2026-02-13 17:11:09  0.00B 添加元数据标签
LABEL name=XtraBackup description=Percona XtraBackup is an open-source tool that performs hot, non-blocking backups of MySQL and Percona Server databases with minimal downtime vendor=Percona summary=Percona XtraBackup is a powerful backup utility for MySQL and Percona Server maintainer=Percona Development <info@percona.com> org.opencontainers.image.authors=info@percona.com
                        
# 2026-02-05 12:57:28  105.41MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="21849199b7179dc3074812b8e24698ec609d6a5c" "org.opencontainers.image.revision"="21849199b7179dc3074812b8e24698ec609d6a5c" "build-date"="2026-02-05T04:57:10Z" "org.opencontainers.image.created"="2026-02-05T04:57:10Z" "release"="1770267347"org.opencontainers.image.revision=21849199b7179dc3074812b8e24698ec609d6a5c,org.opencontainers.image.created=2026-02-05T04:57:10Z
                        
# 2026-02-05 12:57:28  0.00B 
/bin/sh -c #(nop) COPY file:0fae80ad6e3e7d633c86e8adf8110f5657a4ca0224252ae63b130effe61540e7 in /root/buildinfo/labels.json      
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) COPY file:0fae80ad6e3e7d633c86e8adf8110f5657a4ca0224252ae63b130effe61540e7 in /usr/share/buildinfo/labels.json      
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) COPY dir:045ee84cbf9f515d46f16866a480828e69331a2895b4a0d38aab70097694b23c in /      
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2026-02-05 12:57:26  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-02-05 12:57:26  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-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2026-02-05 12:57:26  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-02-05 12:57:26  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"
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:8bd2c8cb8bd0d3178b18c09c43a01216ebb15c255ee39d636284b28bf166d5c7",
    "RepoTags": [
        "percona/percona-xtrabackup:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-xtrabackup:latest"
    ],
    "RepoDigests": [
        "percona/percona-xtrabackup@sha256:8662f1e1bc0b9ec44b683092ed7f208bf57ba14a4b956c8237ad1e133b94773e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-xtrabackup@sha256:5681dec00cdcc575824f72f4761056bca50fce618b5dae893288825d06e99329"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-13T09:13:20.536694114Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1001",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "XTRABACKUP_VERSION=8.0.35-35.1",
            "PS_VERSION=8.0.44-35.1",
            "OS_VER=el9",
            "PXC_REPO=release",
            "PS_REPO=testing",
            "PXB_REPO=testing",
            "TOOLS_REPO=testing",
            "FULL_PERCONA_VERSION=8.0.44-35.1.el9",
            "PXB_TELEMETRY_VERSION=8.0.35-35.1",
            "FULL_PERCONA_XTRABACKUP_VERSION=8.0.35-35.1.el9",
            "CALL_HOME_DOWNLOAD_SHA256=5e84d2f1a5d57f44c46e6a1f16794d649d3de09fe8021f0294bc321c89e51068",
            "KEY_RPM_DOWNLOAD_SHA256=fcf0eab4f05a1c0de6363ac4b707600a27a9d774e9b491059e59e6921b255a84",
            "CALL_HOME_VERSION=0.1",
            "CALL_HOME_OPTIONAL_PARAMS= -s el9"
        ],
        "Cmd": [
            "/usr/bin/xtrabackup"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/backup": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2026-02-05T04:57:10Z",
            "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 XtraBackup is an open-source tool that performs hot, non-blocking backups of MySQL and Percona Server databases with minimal downtime",
            "distribution-scope": "public",
            "io.buildah.version": "1.42.2",
            "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": "XtraBackup",
            "org.opencontainers.image.authors": "info@percona.com",
            "org.opencontainers.image.created": "2026-02-05T04:57:10Z",
            "org.opencontainers.image.revision": "21849199b7179dc3074812b8e24698ec609d6a5c",
            "release": "1770267347",
            "summary": "Percona XtraBackup is a powerful backup utility for MySQL and Percona Server",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "21849199b7179dc3074812b8e24698ec609d6a5c",
            "vcs-type": "git",
            "vendor": "Percona",
            "version": "9.7"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1449398784,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/06b723ca68b468554946b3bf676a73d2a8f435784c02513ee928843338e48e70/diff:/var/lib/docker/overlay2/ffbb6cd5f760dd88d48f621be4c7759a832b3bd0011dee09ba4cc83d5b13f318/diff:/var/lib/docker/overlay2/2585389cb7bd662510515e90be65304220b522a49f0f7c686fb0f38476cd727b/diff:/var/lib/docker/overlay2/0db4bd8396d18391bfe80edff0134965d0b80fc2dec3d5af133a212337be4514/diff:/var/lib/docker/overlay2/2b9a7065ed9fa81047e779529f50c78437d298b0b508bc4a79b2389bc99fc696/diff:/var/lib/docker/overlay2/6bbd86aab487af7b243a83ebb394f969779d7236c54f11ae0d983668023b88f3/diff:/var/lib/docker/overlay2/a26f197b18dc788d552900084b2d9c86ea6572efc4de3d2f0c1d0bd279acd5ed/diff:/var/lib/docker/overlay2/6e310ffe247afef285b76cf73e703c4f85972b009cf09d4312fbf9ab181f5098/diff:/var/lib/docker/overlay2/13e53d54dfd75cdb25f785f1790c188f5e92a75e1a2975bd8955ec94293016bc/diff:/var/lib/docker/overlay2/f1e63e9c4bee50905ea26ee340b234a2edd001c39b9212caeed8aacaad88b8b6/diff:/var/lib/docker/overlay2/fa0ee114278d473cf25376316213636f4c61e5687b15914d1ea7db92e701c155/diff:/var/lib/docker/overlay2/a95ec936ef25072ab4c1f6e5c485373b1aab1159046a4e08b521859b14fdc1bb/diff",
            "MergedDir": "/var/lib/docker/overlay2/c7081637c8b002dfe2a67203b18b284ab6064a2d013a20cd16e8edb6a20ef732/merged",
            "UpperDir": "/var/lib/docker/overlay2/c7081637c8b002dfe2a67203b18b284ab6064a2d013a20cd16e8edb6a20ef732/diff",
            "WorkDir": "/var/lib/docker/overlay2/c7081637c8b002dfe2a67203b18b284ab6064a2d013a20cd16e8edb6a20ef732/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e0c81d46f937f1f84faf68fb71f862e4bd868921a7d16384d44790308d98719f",
            "sha256:0b2b2f7d39847cea1d340f4e18d33fdf25cc544d17352c216a7375e91b53dcc6",
            "sha256:920c1a6d3ff6809d7916581ff8e2ed719cdbd1dee76034e9fff9866b69727212",
            "sha256:1fd9cdd3f32870f970b412c50fa1ee30421dfad63745e71e156c103c0dbf0d9e",
            "sha256:492f3232324eea5506c89e2dfccb40f5f5066481126e3ae1e831e0c8d47bd0a9",
            "sha256:6e7295e2a865847c3abe2d3251a56e1abf9e6ef718f4e9054c555be0f577736f",
            "sha256:93aa9a535a35cf051110806684e1415c734ef52c4a71631796841b9e87e4634a",
            "sha256:068f8e68763eb64ae23ccef69aad832c9ca6978ee9eeded39e3327d3bda1656a",
            "sha256:7ba00f5fc4787dea90ea7e7a919fbce80e2e3455b745047b662e67a194ac5a6d",
            "sha256:ea6cba607b6559e18f4309b3fb71bf97d43837270a85f32838d4fc405749b74c",
            "sha256:36fe5e7aa8e3a635ee30db4099fc5fceccb085fbfecb6cac7f2925e6f259cbd7",
            "sha256:ff3a86e21002e041fae66dd1f303385ea20d2e8a0f842068d7c1972a24de910f",
            "sha256:0e24fe861b0313430ea6bc6930f125cd6c12d7034e2377f48c398c85542628bf"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-18T16:33:29.017194822+08:00"
    }
}

更多版本

docker.io/percona/percona-xtrabackup:8.0

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

docker.io/percona/percona-xtrabackup:2.4

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

docker.io/percona/percona-xtrabackup:8.4

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

docker.io/percona/percona-xtrabackup:8.3

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

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

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

docker.io/percona/percona-xtrabackup:8.0.32

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

docker.io/percona/percona-xtrabackup:8.0.27

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

docker.io/percona/percona-xtrabackup:2.4.29

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

docker.io/percona/percona-xtrabackup:latest

linux/amd64 docker.io1.45GB2026-03-18 16:34
219

docker.io/percona/percona-xtrabackup:8.0.35

linux/amd64 docker.io1.45GB2026-04-01 16:59
189
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×