docker.io/percona/percona-xtradb-cluster:latest linux/amd64

docker.io/percona/percona-xtradb-cluster:latest - 国内下载镜像源 浏览次数:23

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

**Percona XtraDB Cluster 镜像**

Percona XtraDB Cluster 是一个开源的分布式数据库系统,基于 MySQL 的 XtraDB 引擎。该镜像是用于创建 Percona XtraDB Cluster 实例的 Docker 容器。

使用这个镜像,可以轻松地在 Docker 环境中部署和管理 Percona XtraDB Cluster 实例。它支持高可用性、扩展性和数据恢复等功能,适合用于大规模数据库应用场景。

源镜像 docker.io/percona/percona-xtradb-cluster:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-xtradb-cluster:latest
镜像ID sha256:d8c2952f659d44bd9a5f5ba989d9da0deadc6fc775a2cb0cbeb9809e55e0488a
镜像TAG latest
大小 708.31MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD mysqld
启动入口 /entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 23 次
贡献者
镜像创建 2024-04-01T20:14:13.497845309Z
同步时间 2024-09-02 13:51
更新时间 2024-09-20 09:13
开放端口
3306/tcp 33060/tcp 4567/tcp 4568/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci PXC_VERSION=8.0.36-28.1 PXC_REPO=testing OS_VER=el8 FULL_PERCONA_XTRADBCLUSTER_VERSION=8.0.36-28.1.el8 PXC_TELEMETRY_VERSION=8.0.36-28-1 CALL_HOME_OPTIONAL_PARAMS= -s el8
镜像标签
x86_64: architecture 2024-02-01T13:45:18: 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.29.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 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 1108.1706795067: 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.9-1108.1706795067: url 7e7670a8c8c9a3be83beaa2787f3703b404d4a1d: vcs-ref git: vcs-type Red Hat, Inc.: vendor 8.9: version

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-xtradb-cluster:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-xtradb-cluster:latest  docker.io/percona/percona-xtradb-cluster:latest

Containerd拉取命令

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

Shell快速替换命令

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

镜像历史

大小 创建时间 层信息
0.00B 2024-04-02 04:14:13 /bin/sh -c #(nop) CMD ["mysqld"]
0.00B 2024-04-02 04:14:13 /bin/sh -c #(nop) EXPOSE 3306 33060 4567 4568
0.00B 2024-04-02 04:14:13 /bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]
0.00B 2024-04-02 04:14:13 /bin/sh -c #(nop) VOLUME [/var/lib/mysql /var/log/mysql]
0.00B 2024-04-02 04:14:13 /bin/sh -c #(nop) USER 1001
0.00B 2024-04-02 04:14:13 /bin/sh -c #(nop) ENV CALL_HOME_OPTIONAL_PARAMS= -s el8
0.00B 2024-04-02 04:14:13 |1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c chown mysql:mysql /usr/local/percona
0.00B 2024-04-02 04:14:12 |1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c mkdir -p /usr/local/percona
12.78KB 2024-04-02 04:14:12 |1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c chmod a+rx call-home.sh
12.78KB 2024-04-02 04:14:11 /bin/sh -c #(nop) ADD 6b7f44bac26f68951bef14a202c62a6b4d59502a2ba9a22a59c124380a6ff309 in /call-home.sh
0.00B 2024-04-02 04:14:11 |1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c if [[ -n $DEBUG ]] ; then set -ex; sed -i '/\[mysqld\]/a wsrep_log_conflicts\nlog_error_verbosity=3\nwsrep_debug=1' /etc/mysql/node.cnf; mv /usr/sbin/mysqld /usr/sbin/mysqld-ps; cp /usr/local/bin/mysqld-debug /usr/sbin/mysqld; percona-release enable pdpxc-8.0 ${PXC_REPO}; microdnf install -y net-tools nc percona-toolkit gdb; percona-release disable pdpxc-8.0 ${PXC_REPO}; curl -Lf -o /tmp/telnet.rpm http://vault.centos.org/centos/8/AppStream/x86_64/os/Packages/telnet-0.17-76.el8.x86_64.rpm; curl -Lf -o /tmp/tcpdump.rpm http://vault.centos.org/centos/8/AppStream/x86_64/os/Packages/tcpdump-4.9.3-2.el8.x86_64.rpm; curl -Lf -o /tmp/perf.rpm https://repo.almalinux.org/almalinux/8/BaseOS/x86_64/os/Packages/perf-4.18.0-513.18.1.el8_9.x86_64.rpm; curl -Lf -o /tmp/strace.rpm http://vault.centos.org/centos/8/BaseOS/x86_64/os/Packages/strace-5.7-3.el8.x86_64.rpm; curl -Lf -o /tmp/percona-xtradb-cluster-debuginfo.rpm https://repo.percona.com/pxc-80/yum/${PXC_REPO}/8/RPMS/x86_64/percona-xtradb-cluster-debuginfo-${FULL_PERCONA_XTRADBCLUSTER_VERSION}.x86_64.rpm; curl -Lf -o /tmp/percona-xtradb-cluster-server-debuginfo.rpm https://repo.percona.com/pxc-80/yum/${PXC_REPO}/8/RPMS/x86_64/percona-xtradb-cluster-server-debuginfo-${FULL_PERCONA_XTRADBCLUSTER_VERSION}.x86_64.rpm; rpmkeys --checksig /tmp/telnet.rpm /tmp/tcpdump.rpm /tmp/perf.rpm /tmp/strace.rpm /tmp/percona-xtradb-cluster-debuginfo.rpm /tmp/percona-xtradb-cluster-server-debuginfo.rpm; rpm -i /tmp/telnet.rpm /tmp/tcpdump.rpm /tmp/perf.rpm /tmp/strace.rpm /tmp/percona-xtradb-cluster-debuginfo.rpm /tmp/percona-xtradb-cluster-server-debuginfo.rpm --nodeps; rm -rf /tmp/telnet.rpm /tmp/tcpdump.rpm /tmp/perf.rpm /tmp/strace.rpm /tmp/percona-xtradb-cluster-debuginfo.rpm /tmp/percona-xtradb-cluster-server-debuginfo.rpm; microdnf clean all; rm -rf /var/cache/dnf /var/cache/yum; fi
0.00B 2024-04-02 04:14:10 /bin/sh -c #(nop) ARG DEBUG
672.00B 2024-04-02 04:14:10 |1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex; mkdir -p /etc/mysql/conf.d/ /var/log/mysql /var/lib/mysql /docker-entrypoint-initdb.d /etc/percona-xtradb-cluster.conf.d; chown -R 1001:1001 /etc/mysql/ /var/log/mysql /var/lib/mysql /docker-entrypoint-initdb.d /etc/percona-xtradb-cluster.conf.d; chmod -R g=u /etc/mysql/ /var/log/mysql /var/lib/mysql /docker-entrypoint-initdb.d /etc/percona-xtradb-cluster.conf.d
121.00B 2024-04-02 04:14:10 |1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex; rmdir /etc/my.cnf.d; ln -s /etc/mysql/conf.d /etc/my.cnf.d; rm -f /etc/percona-xtradb-cluster.conf.d/*.cnf; echo '!include /etc/mysql/node.cnf' > /etc/my.cnf; echo '!includedir /etc/my.cnf.d/' >> /etc/my.cnf; echo '!includedir /etc/percona-xtradb-cluster.conf.d/' >> /etc/my.cnf
3.28MB 2024-04-02 04:14:09 /bin/sh -c #(nop) COPY dir:b104a02f09404ed808e7cc9cc974fd5aed17694a6e3321be18b6822ce181682d in /usr/bin/
26.81KB 2024-04-02 04:14:09 /bin/sh -c #(nop) COPY dir:1d8d13948830942f970595bf3170d26349be442a9de255554b14ec7472066a93 in /
2.83KB 2024-04-02 04:14:09 |1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c cp /usr/share/doc/percona-xtradb-cluster-galera/COPYING /licenses/LICENSE.galera; cp /usr/share/doc/percona-xtradb-cluster-galera/LICENSE.* /licenses/
11.34KB 2024-04-02 04:14:09 /bin/sh -c #(nop) COPY file:aa150c585f9c4e86971220bf66156e55095040f8df1d4748c95ca553fce9149f in /licenses/LICENSE.Dockerfile
526.23MB 2024-04-02 04:14:06 |1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex; curl -Lf -o /tmp/nss-pam-ldapd.rpm http://vault.centos.org/centos/8/AppStream/x86_64/os/Packages/nss-pam-ldapd-0.9.9-3.el8.x86_64.rpm; rpmkeys --checksig /tmp/nss-pam-ldapd.rpm; rpm -iv /tmp/nss-pam-ldapd.rpm --nodeps; rm -rf /tmp/nss-pam-ldapd.rpm; curl -Lf -o /tmp/percona-xtradb-cluster-server.rpm https://repo.percona.com/pxc-80/yum/${PXC_REPO}/8/RPMS/x86_64/percona-xtradb-cluster-server-${FULL_PERCONA_XTRADBCLUSTER_VERSION}.x86_64.rpm; curl -Lf -o /tmp/percona-xtradb-cluster-shared.rpm https://repo.percona.com/pxc-80/yum/${PXC_REPO}/8/RPMS/x86_64/percona-xtradb-cluster-shared-${FULL_PERCONA_XTRADBCLUSTER_VERSION}.x86_64.rpm; curl -Lf -o /tmp/percona-xtradb-cluster-client.rpm https://repo.percona.com/pxc-80/yum/${PXC_REPO}/8/RPMS/x86_64/percona-xtradb-cluster-client-${FULL_PERCONA_XTRADBCLUSTER_VERSION}.x86_64.rpm; curl -Lf -o /tmp/percona-xtradb-cluster-shared-compat.rpm https://repo.percona.com/pxc-80/yum/${PXC_REPO}/8/RPMS/x86_64/percona-xtradb-cluster-shared-compat-${FULL_PERCONA_XTRADBCLUSTER_VERSION}.x86_64.rpm; curl -Lf -o /tmp/percona-xtradb-cluster-icu-data-files.rpm https://repo.percona.com/pxc-80/yum/${PXC_REPO}/8/RPMS/x86_64/percona-xtradb-cluster-icu-data-files-${FULL_PERCONA_XTRADBCLUSTER_VERSION}.x86_64.rpm; rpmkeys --checksig /tmp/percona-xtradb-cluster-shared-compat.rpm /tmp/percona-xtradb-cluster-server.rpm /tmp/percona-xtradb-cluster-shared.rpm /tmp/percona-xtradb-cluster-client.rpm; rpm -iv /tmp/percona-xtradb-cluster-shared-compat.rpm /tmp/percona-xtradb-cluster-server.rpm /tmp/percona-xtradb-cluster-shared.rpm /tmp/percona-xtradb-cluster-client.rpm /tmp/percona-xtradb-cluster-icu-data-files.rpm --nodeps; microdnf clean all; rm -rf /tmp/percona-xtradb-cluster-shared-compat.rpm /tmp/percona-xtradb-cluster-server.rpm /tmp/percona-xtradb-cluster-shared.rpm /tmp/percona-xtradb-cluster-client.rpm /tmp/percona-xtradb-cluster-icu-data-files.rpm; rm -rf /usr/bin/mysqltest /usr/bin/perror /usr/bin/replace /usr/bin/resolve_stack_dump /usr/bin/resolveip; rm -rf /var/cache/dnf /var/cache/yum /var/lib/mysql /usr/lib64/mysql/plugin/debug /usr/sbin/mysqld-debug /usr/lib64/mecab /usr/lib64/mysql/mecab /usr/bin/myisam*; rpm -ql percona-xtradb-cluster-client | egrep -v "mysql$|mysqldump$|mysqladmin$|mysqlbinlog$" | xargs rm -rf
2.80KB 2024-04-02 04:13:35 |1 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
61.03MB 2024-04-02 04:13:34 |1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex; rpm -e --nodeps tzdata; microdnf install -y jemalloc numactl-libs jq socat krb5-libs openssl shadow-utils hostname curl tzdata diffutils libaio which pam procps-ng cracklib-dicts tar; microdnf update -y libksba; microdnf update -y krb5-libs; microdnf update -y libnghttp2; microdnf update -y glibc; microdnf clean all; rm -rf /var/cache/dnf /var/cache/yum
7.71MB 2024-04-02 04:13:24 |1 PERCONA_TELEMETRY_DISABLE=1 /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; curl -Lf -o /tmp/pv.rpm http://download.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/p/pv-1.6.6-7.el8.x86_64.rpm; rpmkeys --checksig /tmp/libev.rpm /tmp/pv.rpm; rpm -i /tmp/libev.rpm /tmp/pv.rpm; rm -rf /tmp/libev.rpm /tmp/pv.rpm
16.76MB 2024-04-02 04:13:22 |1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 76FD3DB13AB67410B89DB10E82562EA9AD986DA3 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A 99DB70FAE1D7CE227FB6488205B555B38483C65D 94E279EB8D8F25B21810ADF121EA45AB2F86D6A1 BC5EDDCADF502C077F1582882AE81E8ACED7258B; gpg --batch --export --armor 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A > ${GNUPGHOME}/RPM-GPG-KEY-Percona; gpg --batch --export --armor 99DB70FAE1D7CE227FB6488205B555B38483C65D > ${GNUPGHOME}/RPM-GPG-KEY-centosofficial; gpg --batch --export --armor 94E279EB8D8F25B21810ADF121EA45AB2F86D6A1 > ${GNUPGHOME}/RPM-GPG-KEY-EPEL-8; gpg --batch --export --armor BC5EDDCADF502C077F1582882AE81E8ACED7258B > ${GNUPGHOME}/RPM-GPG-KEY-AlmaLinux; gpg --batch --export --armor 76FD3DB13AB67410B89DB10E82562EA9AD986DA3 > ${GNUPGHOME}/RPM-GPG-KEY-oracle; rpmkeys --import ${GNUPGHOME}/RPM-GPG-KEY-Percona ${GNUPGHOME}/RPM-GPG-KEY-centosofficial ${GNUPGHOME}/RPM-GPG-KEY-EPEL-8 ${GNUPGHOME}/RPM-GPG-KEY-AlmaLinux ${GNUPGHOME}/RPM-GPG-KEY-oracle; 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
0.00B 2024-04-02 04:13:19 /bin/sh -c #(nop) ARG PERCONA_TELEMETRY_DISABLE=1
0.00B 2024-04-02 04:13:19 /bin/sh -c #(nop) ENV PXC_TELEMETRY_VERSION=8.0.36-28-1
0.00B 2024-04-02 04:13:19 /bin/sh -c #(nop) ENV FULL_PERCONA_XTRADBCLUSTER_VERSION=8.0.36-28.1.el8
0.00B 2024-04-02 04:13:19 /bin/sh -c #(nop) ENV OS_VER=el8
0.00B 2024-04-02 04:13:19 /bin/sh -c #(nop) ENV PXC_REPO=testing
0.00B 2024-04-02 04:13:19 /bin/sh -c #(nop) ENV PXC_VERSION=8.0.36-28.1
0.00B 2024-04-02 04:13:19 /bin/sh -c #(nop) LABEL org.opencontainers.image.authors=info@percona.com
93.23MB 2024-02-01 21:56:39 /bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
0.00B 2024-02-01 21:56:38 /bin/sh -c rm -f /tmp/tls-ca-bundle.pem
0.00B 2024-02-01 21:56:37 /bin/sh -c rm -f '/etc/yum.repos.d/odcs-2729145-b7022.repo' '/etc/yum.repos.d/rhel-8.9-compose-157cb.repo'
0.00B 2024-02-01 21:56:37 /bin/sh -c #(nop) LABEL "release"="1108.1706795067" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-02-01T13:45:18" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="7e7670a8c8c9a3be83beaa2787f3703b404d4a1d" "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.9-1108.1706795067"
0.00B 2024-02-01 21:56:37 /bin/sh -c #(nop) ADD file:9244dfecc1ccc589806dbe0b81ee5c8360c820b1c07153efd91e8cf84b69cb86 in /root/buildinfo/Dockerfile-ubi8-minimal-8.9-1108.1706795067
0.00B 2024-02-01 21:56:36 /bin/sh -c #(nop) ADD file:b294072ffb946ca555767a8e3a17c9da6090d3220d076f41c17cff409732ce22 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.9-1108.1706795067.json
0.00B 2024-02-01 21:56:36 /bin/sh -c rm -rf /var/log/*
0.00B 2024-02-01 21:56:36 /bin/sh -c #(nop) CMD ["/bin/bash"]
0.00B 2024-02-01 21:56:36 /bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0.00B 2024-02-01 21:56:36 /bin/sh -c #(nop) ENV container oci
0.00B 2024-02-01 21:56:36 /bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
0.00B 2024-02-01 21:56:36 /bin/sh -c #(nop) LABEL io.openshift.expose-services=""
0.00B 2024-02-01 21:56:36 /bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
0.00B 2024-02-01 21:56:36 /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."
0.00B 2024-02-01 21:56:36 /bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
0.00B 2024-02-01 21:56:36 /bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
0.00B 2024-02-01 21:56:36 /bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container" name="ubi8-minimal" version="8.9"
0.00B 2024-02-01 21:56:36 /bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
0.00B 2024-02-01 21:56:36 /bin/sh -c #(nop) ADD multi:5517a2f729975b00cfd83a35ef413a761bc184b02db52c20f7fd822bcc95df48 in /etc/yum.repos.d/
0.00B 2024-02-01 21:56:35 /bin/sh -c #(nop) ADD file:ecc29a1455ca1b7c82018555e16e2e802135974523df6748e431f8707e759ddd in /tmp/tls-ca-bundle.pem
0.00B 2024-02-01 21:56:35 /bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
0.00B 2024-02-01 21:56:35 /bin/sh -c #(nop) ADD file:b73c26168286b88f0cbea018aa5d2ae2d6ccdccabab07720055cafeee0ec53f2 in /

镜像信息

{
    "Id": "sha256:d8c2952f659d44bd9a5f5ba989d9da0deadc6fc775a2cb0cbeb9809e55e0488a",
    "RepoTags": [
        "percona/percona-xtradb-cluster:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-xtradb-cluster:latest"
    ],
    "RepoDigests": [
        "percona/percona-xtradb-cluster@sha256:ed99f585a27257726a985fee5f50cd957f94f5b9ae70a5d2f0fa1e68336f3abe",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-xtradb-cluster@sha256:f609e0e9c2fad0248a8ce74ed34254b92574ead1ba118a7d880acae1a176b0cb"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2024-04-01T20:14:13.497845309Z",
    "Container": "44ebb8804a28f31091548163b772f52d72542e2e597ac6b2ed9c9b8e36a4126a",
    "ContainerConfig": {
        "Hostname": "44ebb8804a28",
        "Domainname": "",
        "User": "1001",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "3306/tcp": {},
            "33060/tcp": {},
            "4567/tcp": {},
            "4568/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "PXC_VERSION=8.0.36-28.1",
            "PXC_REPO=testing",
            "OS_VER=el8",
            "FULL_PERCONA_XTRADBCLUSTER_VERSION=8.0.36-28.1.el8",
            "PXC_TELEMETRY_VERSION=8.0.36-28-1",
            "CALL_HOME_OPTIONAL_PARAMS= -s el8"
        ],
        "Cmd": [
            "/bin/sh",
            "-c",
            "#(nop) ",
            "CMD [\"mysqld\"]"
        ],
        "Image": "sha256:62c59fadf9d9f8f9ff149d880b4ea386f7a1463a49d4838aa0c9ab2cda15ab10",
        "Volumes": {
            "/var/lib/mysql": {},
            "/var/log/mysql": {}
        },
        "WorkingDir": "",
        "Entrypoint": [
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2024-02-01T13:45:18",
            "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.29.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 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": "1108.1706795067",
            "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.9-1108.1706795067",
            "vcs-ref": "7e7670a8c8c9a3be83beaa2787f3703b404d4a1d",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.9"
        }
    },
    "DockerVersion": "24.0.5",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1001",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "3306/tcp": {},
            "33060/tcp": {},
            "4567/tcp": {},
            "4568/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "PXC_VERSION=8.0.36-28.1",
            "PXC_REPO=testing",
            "OS_VER=el8",
            "FULL_PERCONA_XTRADBCLUSTER_VERSION=8.0.36-28.1.el8",
            "PXC_TELEMETRY_VERSION=8.0.36-28-1",
            "CALL_HOME_OPTIONAL_PARAMS= -s el8"
        ],
        "Cmd": [
            "mysqld"
        ],
        "Image": "sha256:62c59fadf9d9f8f9ff149d880b4ea386f7a1463a49d4838aa0c9ab2cda15ab10",
        "Volumes": {
            "/var/lib/mysql": {},
            "/var/log/mysql": {}
        },
        "WorkingDir": "",
        "Entrypoint": [
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2024-02-01T13:45:18",
            "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.29.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 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": "1108.1706795067",
            "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.9-1108.1706795067",
            "vcs-ref": "7e7670a8c8c9a3be83beaa2787f3703b404d4a1d",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.9"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 708313206,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/38522ef996972b30cd0b8f90f799a6d0f3fbd6aebba80d6db2681ddfb0fe49bd/diff:/var/lib/docker/overlay2/1d5dcaabb84236f5d6269ed3153d1b531b32655dfc916b96b4393b054d4c00f4/diff:/var/lib/docker/overlay2/1d0bee6a579a3787fd4c3802a3d9cd07e6136242d4199fa95014512a77cc5fe4/diff:/var/lib/docker/overlay2/205b9bc1bb6db6e10834e079053c9384524476a221f90202647fea5e184a8a8f/diff:/var/lib/docker/overlay2/22ec4da94a332ab6152ac72bb3ea3714ad61e30769ee3c20aeedbcbb4ca2f06d/diff:/var/lib/docker/overlay2/022a20c80bac02c7738a4c4382b8c439f3aab974216e8628e0922f2600b71483/diff:/var/lib/docker/overlay2/8bd805abc785fe66f712c6eb61734d487a13b222ca644a93de70bd25889e0077/diff:/var/lib/docker/overlay2/e9a49df37a518800bb3689489ed8e3f11264b277e7e71adb987e0f69d7a1a38e/diff:/var/lib/docker/overlay2/0170fb8d58081db0292bf6db4b29a00dbfec8329142d3b43299a4f58c7595d11/diff:/var/lib/docker/overlay2/fe1c0e3e117b26ba257c9ca313276da60c180a43c121047464b267ea1d4ef0e0/diff:/var/lib/docker/overlay2/92202f03f282ce4cde9a8e8ff7d1bf5518e50aaa81f89ebe5e02b65c7282a547/diff:/var/lib/docker/overlay2/a2a237f9f314bf4b211fa940bdb7ff512a2cdc07d0b920e17c398e56873f54b4/diff:/var/lib/docker/overlay2/be3e6a9268ae811e8cea2163e6b2acce22c070e58974fc6451191ccaf29e7882/diff:/var/lib/docker/overlay2/516444613adc97f0fe49f81bbc188410c5191d679ad5fe64b1c996844a6c98a2/diff:/var/lib/docker/overlay2/86da7a499c72b7be13df8b37d620f46fea0376be1bdec8b7cd764ff6d7c7fb69/diff",
            "MergedDir": "/var/lib/docker/overlay2/c14f2ece916adb6208992e55d86234e942730976c0792e8520d593aa78efb0f0/merged",
            "UpperDir": "/var/lib/docker/overlay2/c14f2ece916adb6208992e55d86234e942730976c0792e8520d593aa78efb0f0/diff",
            "WorkDir": "/var/lib/docker/overlay2/c14f2ece916adb6208992e55d86234e942730976c0792e8520d593aa78efb0f0/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f61c43e793f68bde6557f1f0662ea7c8c9078c66a1b69840d48b14a6ea79d724",
            "sha256:aa44226a0af6d028239a6a96a992507b64e8f6ca33c04d100cdb0b97e6f2061f",
            "sha256:802cc688d0619f65750aabd92747e63cbaf1a725c8333ed82ec2ae86dfcc3848",
            "sha256:c9c1f938a0ed150193bdb980ba5de4170bcf8fb65dcd2a7385f5ac5eb0e69e83",
            "sha256:ed2c8a15e3df9668295ee5187962d97022556f47ac2589fb43ec6472e62ad653",
            "sha256:462743072351d7747b8798aaaa60ff238d26f828827d45d8c8632749e205364b",
            "sha256:bf09573f27051a486103fcf13ccb0548be5fa02070b8cb3c7ea61137d14be908",
            "sha256:f6622b063e3320eec5fdba25f69884db3decc6ad41ce5a4700be1f3abcb02701",
            "sha256:2f5a35608f1ec70c84b7fc3cf2c99d804a9812027d4c4d969782088d3628cb14",
            "sha256:dd996723d39f316276eb8c96ecac1a2279e50476f58aa34527a8adb522e55dd7",
            "sha256:b1dea41c6a69881320b0fa9e5b917a5a8d9a4ccec878a3bea0cffacadb8e1059",
            "sha256:127ef378fdb7ff725c51eb59063164033ac7ae4cd6cb844e8629ce1b2bcfec45",
            "sha256:fbe47f7a995ece28815cc25564061e180d9de6f39c15a733a44eec73955ddde4",
            "sha256:2eaf2e14e15b7aa5b70ef9a0b26beac306eaaa3537a67abdbdfda27a94b59edb",
            "sha256:0185838c8d99a716aaf0ba7bd8a709a044c46b1a55a99b1a5e72ecd4932ba2dd",
            "sha256:8f51cd4346a013b0913011432e8d1ca7d614c6591bd609ed17f91d0243c00698"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-09-02T05:50:35.555237567Z"
    }
}

更多版本