docker.io/perconalab/percona-toolkit:latest linux/amd64

docker.io/perconalab/percona-toolkit:latest - 国内下载镜像源 浏览次数:12

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

Percona Toolkit是Percona实验室提供的一组开源高级命令行工具集,用于帮助数据库管理员高效管理MySQL、MariaDB和MongoDB等数据库系统。该工具集包含多种实用工具,例如用于分析慢查询日志的pt-query-digest、检查主从数据一致性的pt-table-checksum、在线无锁修改表结构的pt-online-schema-change、以及数据备份与恢复相关工具等,可助力用户进行数据库性能优化、故障诊断、数据同步与管理等任务。

源镜像 docker.io/perconalab/percona-toolkit:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/percona-toolkit:latest
镜像ID sha256:23f39f2ff33ad56a5fe9c8cef778c4b7c3995ace8279d1b06a39ea168a8e0975
镜像TAG latest
大小 397.22MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/bash
启动入口
工作目录 /
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2025-12-16T12:07:52.359406226Z
同步时间 2026-03-03 09:27
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci PS_VERSION=8.0.40-31.1.el9 PT_VERSION=3.7.1-2
镜像标签
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 Toolkit is derived from Maatkit and Aspersa, two of the best-known toolkits for MySQL server administration. It is developed and supported by Percona.: 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 Toolkit: name 2025-12-03T20:36:05Z: org.opencontainers.image.created 1595c1bf15cd4327d529f330e61327764327397e: org.opencontainers.image.revision 3.7.1: release Percona Toolkit is a collection of advanced command-line tools used by Percona: 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/perconalab/percona-toolkit:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/percona-toolkit:latest  docker.io/perconalab/percona-toolkit:latest

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-12-16 20:07:52  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2025-12-16 20:07:52  2.33KB 执行命令并创建新的镜像层
RUN /bin/sh -c useradd -u 1001 -r -g 0 -s /sbin/nologin             -c "Default Application User" perconatoolkit # buildkit
                        
# 2025-12-16 20:07:51  11.34KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE.Dockerfile # buildkit
                        
# 2025-12-16 20:07:51  133.90MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex;       microdnf -y install percona-toolkit;       microdnf clean all;       rm -rf /var/cache/dnf /var/cache/yum # buildkit
                        
# 2025-12-16 20:07:28  110.02MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex;     microdnf -y update;     microdnf -y install          shadow-utils         tar         hostname         percona-server-client-${PS_VERSION} # buildkit
                        
# 2025-12-16 20:07:15  14.52MB 执行命令并创建新的镜像层
RUN /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;     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 ps-80 release;     percona-release enable pt testing # buildkit
                        
# 2025-12-16 20:07:00  0.00B 设置环境变量 PT_VERSION
ENV PT_VERSION=3.7.1-2
                        
# 2025-12-16 20:07:00  0.00B 设置环境变量 PS_VERSION
ENV PS_VERSION=8.0.40-31.1.el9
                        
# 2025-12-16 20:07:00  33.34MB 执行命令并创建新的镜像层
RUN /bin/sh -c microdnf -y update;     microdnf -y install glibc-langpack-en # buildkit
                        
# 2025-12-16 20:07:00  0.00B 添加元数据标签
LABEL name=Percona Toolkit release=3.7.1 vendor=Percona summary=Percona Toolkit is a collection of advanced command-line tools used by Percona description=Percona Toolkit is derived from Maatkit and Aspersa, two of the best-known toolkits for MySQL server administration. It is developed and supported by Percona. 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:23f39f2ff33ad56a5fe9c8cef778c4b7c3995ace8279d1b06a39ea168a8e0975",
    "RepoTags": [
        "perconalab/percona-toolkit:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/percona-toolkit:latest"
    ],
    "RepoDigests": [
        "perconalab/percona-toolkit@sha256:d4965cefe6efc2824ec9e235480facde3fa61cf6c294cf5da4f6a8203a2ebc38",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/percona-toolkit@sha256:897fb946cc88f6a4da94a960f1fadb8106075aaca02e909ce5693da981e0636e"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-16T12:07:52.359406226Z",
    "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",
            "PS_VERSION=8.0.40-31.1.el9",
            "PT_VERSION=3.7.1-2"
        ],
        "Cmd": [
            "/bin/bash"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": null,
        "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 Toolkit is derived from Maatkit and Aspersa, two of the best-known toolkits for MySQL server administration. It is developed and supported by Percona.",
            "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 Toolkit",
            "org.opencontainers.image.created": "2025-12-03T20:36:05Z",
            "org.opencontainers.image.revision": "1595c1bf15cd4327d529f330e61327764327397e",
            "release": "3.7.1",
            "summary": "Percona Toolkit is a collection of advanced command-line tools used by Percona",
            "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": 397220167,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/1eaa7b2fff889a59753508b81f8c1e0707f867b82b634f7a2adf4404261239a1/diff:/var/lib/docker/overlay2/d72567ef0343ca75b1c56772e9a8d3adb3910014c9d633ceba25d50e7e526725/diff:/var/lib/docker/overlay2/fe358673e9296f37baac773d3d6a83ae0945b8f1819423f4452a3de88acfa2dc/diff:/var/lib/docker/overlay2/b64d203e29eec0af01b6fa34d5e0a262a717f4d75332061dd109a09314af8812/diff:/var/lib/docker/overlay2/9e06534d455528a6a0a33773d275e100b5d40468dec2eb54563c0407efe97e92/diff:/var/lib/docker/overlay2/8e734d1aba4dd0f49ea44acaad85f6a7e336618f070d573085864cae6dbe0b17/diff",
            "MergedDir": "/var/lib/docker/overlay2/6dde94076050b6f42a4d836024a12eff13764ecfe0aaf0f41ed446bf73e5add5/merged",
            "UpperDir": "/var/lib/docker/overlay2/6dde94076050b6f42a4d836024a12eff13764ecfe0aaf0f41ed446bf73e5add5/diff",
            "WorkDir": "/var/lib/docker/overlay2/6dde94076050b6f42a4d836024a12eff13764ecfe0aaf0f41ed446bf73e5add5/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:4e140ff8bd9a23afd7615f9a56d0521b539df31404142c6e9fb61e24e5e6cdd4",
            "sha256:b5164147719af261239143c1e02851235791bd15704bb38b418d91e808471060",
            "sha256:5337f006e5735013c33067411790ad5574db8c8e5058dc8b9a2908944fd55058",
            "sha256:d314454bd9fa2eec8d6b751e10f3ed69d40cbdf72e8bb133507caa673efe80de",
            "sha256:30058b1601d3c71ce7d1966853676ddfffaeb37ed271416714926e23002319f5",
            "sha256:fc39da79a4c45cb5108b055068e2c37694944248e3581e8668f4d84952a59c91",
            "sha256:87acb8afb7fc5d205fa1591aecf8230233b85d2ffc1f7afe7c0c6a3137f9533d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-03T09:27:31.683151905+08:00"
    }
}

更多版本

docker.io/perconalab/percona-toolkit:latest

linux/amd64 docker.io397.22MB2026-03-03 09:27
11