docker.io/percona/percona-xtrabackup:8.0.32 linux/amd64

docker.io/percona/percona-xtrabackup:8.0.32 - 国内下载镜像源 浏览次数:39

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

源镜像 docker.io/percona/percona-xtrabackup:8.0.32
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-xtrabackup:8.0.32
镜像ID sha256:1d17f296a6e2db423d1981a7274aa2891697914e44f7d6cd679bdcc6fb14aed9
镜像TAG 8.0.32
大小 515.43MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/bin/xtrabackup
启动入口
工作目录
OS/平台 linux/amd64
浏览量 39 次
贡献者
镜像创建 2023-03-24T09:00:51.658626696Z
同步时间 2025-01-21 23:36
更新时间 2025-02-05 03:12
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci XTRABACKUP_VERSION=8.0.32-26.1 PS_VERSION=8.0.32-24.1 OS_VER=el8 FULL_PERCONA_VERSION=8.0.32-24.1.el8 FULL_PERCONA_XTRABACKUP_VERSION=8.0.32-26.1.el8
镜像标签
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
镜像安全扫描 查看Trivy扫描报告

系统OS: redhat 8.7 扫描引擎: Trivy 扫描时间: 2025-01-21 23:38

低危漏洞:147 中危漏洞:93 高危漏洞:21 严重漏洞:0

Docker拉取命令 无权限下载?点我修复

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2023-03-24 17:00:51  0.00B 设置默认要执行的命令
CMD ["/usr/bin/xtrabackup"]
                        
# 2023-03-24 17:00:51  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2023-03-24 17:00:51  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/backup]
                        
# 2023-03-24 17:00:51  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c install -d -o 1001 -g 0 -m 0775 /backup # buildkit
                        
# 2023-03-24 17:00:51  273.88MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex;     curl -Lf -o /tmp/libev.rpm http://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-80-${FULL_PERCONA_XTRABACKUP_VERSION}         percona-server-shared-${FULL_PERCONA_VERSION}         percona-server-client-${FULL_PERCONA_VERSION}         socat         procps-ng         qpress         lz4         zstd;         microdnf clean all;     rm -rf /var/cache/dnf /var/cache/yum # buildkit
                        
# 2023-03-24 17:00:25  2.80KB 执行命令并创建新的镜像层
RUN /bin/sh -c groupadd -g 1001 mysql;     useradd -u 1001 -r -g 1001 -s /sbin/nologin         -c "Default Application User" mysql # buildkit
                        
# 2023-03-24 17:00:25  38.96MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex;     microdnf -y install         tar         shadow-utils # buildkit
                        
# 2023-03-24 17:00:15  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 disable all;     percona-release enable ps-80 release;     percona-release enable tools testing # buildkit
                        
# 2023-03-24 17:00:09  0.00B 设置环境变量 FULL_PERCONA_XTRABACKUP_VERSION
ENV FULL_PERCONA_XTRABACKUP_VERSION=8.0.32-26.1.el8
                        
# 2023-03-24 17:00:09  0.00B 设置环境变量 FULL_PERCONA_VERSION
ENV FULL_PERCONA_VERSION=8.0.32-24.1.el8
                        
# 2023-03-24 17:00:09  0.00B 设置环境变量 OS_VER
ENV OS_VER=el8
                        
# 2023-03-24 17:00:09  0.00B 设置环境变量 PS_VERSION
ENV PS_VERSION=8.0.32-24.1
                        
# 2023-03-24 17:00:09  0.00B 设置环境变量 XTRABACKUP_VERSION
ENV XTRABACKUP_VERSION=8.0.32-26.1
                        
# 2023-03-24 17:00:09  94.50MB 执行命令并创建新的镜像层
RUN /bin/sh -c microdnf -y update;     microdnf -y install glibc-langpack-en # buildkit
                        
# 2023-03-24 17:00:09  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:1d17f296a6e2db423d1981a7274aa2891697914e44f7d6cd679bdcc6fb14aed9",
    "RepoTags": [
        "percona/percona-xtrabackup:8.0.32",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-xtrabackup:8.0.32"
    ],
    "RepoDigests": [
        "percona/percona-xtrabackup@sha256:68aefdea08054803053e486c2fdf96666b56a1264e734897066a146ed8191441",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-xtrabackup@sha256:3ebfc92f0c91129a275e8c65b1c419263bd5b851c6cb1c580fd7d90d0cc70a37"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-03-24T09:00:51.658626696Z",
    "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.32-26.1",
            "PS_VERSION=8.0.32-24.1",
            "OS_VER=el8",
            "FULL_PERCONA_VERSION=8.0.32-24.1.el8",
            "FULL_PERCONA_XTRABACKUP_VERSION=8.0.32-26.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": 515434032,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/423ed68f974a8a6c9b8b97a1ca0b7ad4c2f39ab73ef6f6b40075a4b602ca8fd2/diff:/var/lib/docker/overlay2/9be923aa312e35ddc700feebe46953fd9522e5e678e78a30f808181f60dd5f5c/diff:/var/lib/docker/overlay2/be12869e74d047c3b984e7c52320ce9fc2cabb16eb7090f6ec6cf746a207c0a1/diff:/var/lib/docker/overlay2/2771584d764e3d3b6888c4b7eb29723d9fa1055018d0cbf0d956c9222ddd2123/diff:/var/lib/docker/overlay2/5fa60ddab5d7c1b0ffe4156ddf936d7b12b5b8420133c7e57e83be747e0953d2/diff:/var/lib/docker/overlay2/cc203abcab5886415874efae943fb9ea9fe1e17709af14527155bb6618f1bbf5/diff",
            "MergedDir": "/var/lib/docker/overlay2/3dc6f0c203f129d56759004bea29a348d6eadfd49f15d52eee23f3f64d6f6fca/merged",
            "UpperDir": "/var/lib/docker/overlay2/3dc6f0c203f129d56759004bea29a348d6eadfd49f15d52eee23f3f64d6f6fca/diff",
            "WorkDir": "/var/lib/docker/overlay2/3dc6f0c203f129d56759004bea29a348d6eadfd49f15d52eee23f3f64d6f6fca/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:9aaca8eae7c07b489cefc9ae800e862332cecf50af417a840007a93709943673",
            "sha256:23bc09c5c7febc7e5d48fc3b1c03774a2a6bb8bcd91837f0ecd790c68db8bf6b",
            "sha256:6cc19ae864c9fa8607e6829a423505ae3e3edad52eb11e8218462dc700ddbe80",
            "sha256:3e3460d23a69161b1d3820ca4e339959a30dbf36e74df9e5733d486b08a3b033",
            "sha256:c34a439a13a4249889babb1ca7269f367b0915da41f4de2d78440ca8cb24b052",
            "sha256:6e7acb30fd63439b6a0797592cbc9f3a336a9cd524923f45a2e05f7d648a3bbc",
            "sha256:f46da7c21c14a6c0897d8b60ad919ac491555ed42b539d7868869a4550cbdaf9"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-21T23:36:27.847724928+08:00"
    }
}

更多版本

docker.io/percona/percona-xtrabackup:8.0

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

docker.io/percona/percona-xtrabackup:2.4

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

docker.io/percona/percona-xtrabackup:8.4

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

docker.io/percona/percona-xtrabackup:8.3

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

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

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

docker.io/percona/percona-xtrabackup:8.0.32

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