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

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

11
浏览次数
318.29MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-xtrabackup:2.4.28
源镜像
docker.io/percona/percona-xtrabackup:2.4.28
镜像ID
sha256:054c995fde0ef08dcb81bcd9334025b11965f9a88b93c0df9ca5fc1e0b0b4b90
镜像 TAG
2.4.28
镜像大小
318.29MB
平台架构
linux/amd64
镜像源
docker.io
CMD
/usr/bin/xtrabackup
启动入口
工作目录
OS/平台
linux/amd64
镜像创建
2023-03-23T11:13:45.162636885Z
同步时间
2026-08-11 09:53
浏览量
11 次
贡献者
📁 目录挂载 1
 /backup
⚙️ 环境变量 7
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
XTRABACKUP_VERSION=2.4.28-1 2
PS_VERSION=5.7.41-44.1 3
OS_VER=el8 4
FULL_PERCONA_VERSION=5.7.41-44.1.el8 5
FULL_PERCONA_XTRABACKUP_VERSION=2.4.28-1.el8 6
🏷️ 镜像标签 21
KeyValue
x86_64 architecture
2022-10-26T11:07:47 build-date
ubi8-minimal-container com.redhat.component
https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI com.redhat.license_terms
The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. description
public distribution-scope
1.26.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 8 Minimal io.k8s.display-name
io.openshift.expose-services
minimal rhel8 io.openshift.tags
Red Hat, Inc. maintainer
ubi8-minimal name
info@percona.com org.opencontainers.image.authors
994 release
Provides the latest release of the minimal Red Hat Universal Base Image 8. summary
https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.6-994 url
50293e4ba66ca2194d8ee5a149a665cb9a375c71 vcs-ref
git vcs-type
Red Hat, Inc. vendor
8.6 version
🛡️ 镜像安全扫描
redhat 8.7 Trivy 2026-08-11 09:53 查看完整报告
257
低危 LOW
330
中危 MEDIUM
55
高危 HIGH
0
严重 CRITICAL
受影响目标 (1)
docker.io/percona/percona-xtrabackup:2.4.28 (redhat 8.7) redhat

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2023-03-23 19:13:45  0.00B 设置默认要执行的命令
CMD ["/usr/bin/xtrabackup"]
                        
# 2023-03-23 19:13:45  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/backup]
                        
# 2023-03-23 19:13:45  115.70MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex;     curl -Lf -o /tmp/libev.rpm https://vault.centos.org/centos/8/AppStream/x86_64/os/Packages/libev-4.24-6.el8.x86_64.rpm;     rpm -i /tmp/libev.rpm;     rm -rf /tmp/libev.rpm;     microdnf -y install         percona-xtrabackup-24-${FULL_PERCONA_XTRABACKUP_VERSION}         Percona-Server-shared-57-${FULL_PERCONA_VERSION}         qpress;         microdnf clean all;     rm -rf /var/cache/dnf /var/cache/yum # buildkit
                        
# 2023-03-23 19:13:21  14.24MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex;     export GNUPGHOME="$(mktemp -d)";     gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A 99DB70FAE1D7CE227FB6488205B555B38483C65D;     gpg --batch --export --armor 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A > ${GNUPGHOME}/RPM-GPG-KEY-Percona;     gpg --batch --export --armor 99DB70FAE1D7CE227FB6488205B555B38483C65D > ${GNUPGHOME}/RPM-GPG-KEY-centosofficial;     rpmkeys --import ${GNUPGHOME}/RPM-GPG-KEY-Percona ${GNUPGHOME}/RPM-GPG-KEY-centosofficial;     microdnf install -y findutils;     curl -Lf -o /tmp/percona-release.rpm https://repo.percona.com/yum/percona-release-latest.noarch.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 enable tools testing # buildkit
                        
# 2023-03-23 19:13:16  0.00B 设置环境变量 FULL_PERCONA_XTRABACKUP_VERSION
ENV FULL_PERCONA_XTRABACKUP_VERSION=2.4.28-1.el8
                        
# 2023-03-23 19:13:16  0.00B 设置环境变量 FULL_PERCONA_VERSION
ENV FULL_PERCONA_VERSION=5.7.41-44.1.el8
                        
# 2023-03-23 19:13:16  0.00B 设置环境变量 OS_VER
ENV OS_VER=el8
                        
# 2023-03-23 19:13:16  0.00B 设置环境变量 PS_VERSION
ENV PS_VERSION=5.7.41-44.1
                        
# 2023-03-23 19:13:16  0.00B 设置环境变量 XTRABACKUP_VERSION
ENV XTRABACKUP_VERSION=2.4.28-1
                        
# 2023-03-23 19:13:16  94.50MB 执行命令并创建新的镜像层
RUN /bin/sh -c microdnf -y update;     microdnf -y install glibc-langpack-en # buildkit
                        
# 2023-03-23 19:13:16  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=info@percona.com
                        
# 2022-10-26 19:22:37  93.85MB 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2022-10-26 19:22:36  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/repo-fb050.repo' '/etc/yum.repos.d/repo-f8884.repo'
                        
# 2022-10-26 19:22:35  0.00B 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2022-10-26T11:07:47" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="50293e4ba66ca2194d8ee5a149a665cb9a375c71" "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." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.6-994"
                        
# 2022-10-26 19:22:35  0.00B 
/bin/sh -c #(nop) ADD file:2d7726bfdc0c51736f3f981af7b9b5e8aedf9552ba95428c0d5c27b475de1643 in /root/buildinfo/Dockerfile-ubi8-minimal-8.6-994 
                        
# 2022-10-26 19:22:35  0.00B 
/bin/sh -c #(nop) ADD file:49a4df8870993b9360596e882843fa86ddf8c6d742f98aafca30d3bffd83bbee in /root/buildinfo/content_manifests/ubi8-minimal-container-8.6-994.json 
                        
# 2022-10-26 19:22:35  0.00B 
/bin/sh -c #(nop) LABEL release=994
                        
# 2022-10-26 19:22:35  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
                        
# 2022-10-26 19:22:34  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."
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container"       name="ubi8-minimal"       version="8.6"
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) ADD multi:dbec71de18a2707b009c84015e6d4bb973e07dafb6c08455831fdc2540443b2c in /etc/yum.repos.d/ 
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem 
                        
# 2022-10-26 19:22:33  0.00B 
/bin/sh -c #(nop) ADD file:9e49c3f585599ac390bb9ca085dda0c3eb4f662e26bc66aa76de128cce4f44e5 in / 
                        
                    

镜像信息

{
    "Id": "sha256:054c995fde0ef08dcb81bcd9334025b11965f9a88b93c0df9ca5fc1e0b0b4b90",
    "RepoTags": [
        "percona/percona-xtrabackup:2.4.28",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-xtrabackup:2.4.28"
    ],
    "RepoDigests": [
        "percona/percona-xtrabackup@sha256:fee7f3d1a8d9943a947af02523e507d05176e5cda0b68201e691950af0429a9b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-xtrabackup@sha256:4d133f3a3923eac3b89327f900f06c8c60b25895a177163ae1700843bd1eeb34"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-03-23T11:13:45.162636885Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "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=2.4.28-1",
            "PS_VERSION=5.7.41-44.1",
            "OS_VER=el8",
            "FULL_PERCONA_VERSION=5.7.41-44.1.el8",
            "FULL_PERCONA_XTRABACKUP_VERSION=2.4.28-1.el8"
        ],
        "Cmd": [
            "/usr/bin/xtrabackup"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/backup": {}
        },
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2022-10-26T11:07:47",
            "com.redhat.component": "ubi8-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "distribution-scope": "public",
            "io.buildah.version": "1.26.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 8 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel8",
            "maintainer": "Red Hat, Inc.",
            "name": "ubi8-minimal",
            "org.opencontainers.image.authors": "info@percona.com",
            "release": "994",
            "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 8.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.6-994",
            "vcs-ref": "50293e4ba66ca2194d8ee5a149a665cb9a375c71",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.6"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 318294856,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/54c4cab06d8df941e63b4c14b8b0f0d44c3fde77c133fb8db779824f60d3525e/diff:/var/lib/docker/overlay2/0a6dfd7fbc700a0e73d0747e8c4900adb9c1f8cca3a9a6cc4a26ae3b79caf641/diff:/var/lib/docker/overlay2/1a5d124f16efcdb9802d545d41a68cdc2d6fad441d7eb2338e021b6b01c4452d/diff",
            "MergedDir": "/var/lib/docker/overlay2/52b17e4ad439162f921bcc272d0aab8ae83fa266a37d44de53d542018608a618/merged",
            "UpperDir": "/var/lib/docker/overlay2/52b17e4ad439162f921bcc272d0aab8ae83fa266a37d44de53d542018608a618/diff",
            "WorkDir": "/var/lib/docker/overlay2/52b17e4ad439162f921bcc272d0aab8ae83fa266a37d44de53d542018608a618/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:9aaca8eae7c07b489cefc9ae800e862332cecf50af417a840007a93709943673",
            "sha256:0a4712cf8af79011d991174e9d2cd4352eb285c81f74a429b3d38cbc5a9c782a",
            "sha256:22025aee0d277d584384598b6c6870911e9f2bb86337193732824d2b5c2a8f63",
            "sha256:949144edb5e91b2a858218af543cd0243e4c4280b085651dbd5dc405b1da3e3c"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-11T09:53:28.015830821+08:00"
    }
}

更多版本

docker.io/percona/percona-xtrabackup:8.0

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

docker.io/percona/percona-xtrabackup:2.4

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

docker.io/percona/percona-xtrabackup:8.4

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

docker.io/percona/percona-xtrabackup:8.3

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

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

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

docker.io/percona/percona-xtrabackup:8.0.32

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

docker.io/percona/percona-xtrabackup:8.0.27

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

docker.io/percona/percona-xtrabackup:2.4.29

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

docker.io/percona/percona-xtrabackup:latest

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

docker.io/percona/percona-xtrabackup:8.0.35

linux/amd64 docker.io1.45GB2026-04-01 16:59
241

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

linux/amd64 docker.io1.78GB2026-07-20 14:48
51

docker.io/percona/percona-xtrabackup:2.4.28

linux/amd64 docker.io318.29MB2026-08-11 09:53
10
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×