docker.io/percona/proxysql2:2.6 linux/amd64

docker.io/percona/proxysql2:2.6 - 国内下载镜像源 浏览次数:61
```html

这是一个Percona公司提供的Proxysql数据库代理的Docker镜像。Proxysql是一个高性能的MySQL代理,可以提供连接池、查询缓存、读写分离等功能,提升MySQL数据库的性能和可用性。

```
源镜像 docker.io/percona/proxysql2:2.6
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/proxysql2:2.6
镜像ID sha256:ac10f9ba8fa3d03672830a749297043ef250f82c4de3763ac80469a84988b145
镜像TAG 2.6
大小 415.27MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/bin/proxysql -f -c /etc/proxysql/proxysql.cnf --reload
启动入口 /entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 61 次
贡献者 ba*b@skeqi.com
镜像创建 2024-09-09T15:27:17.411537842Z
同步时间 2025-03-03 13:51
更新时间 2025-04-18 06:38
开放端口
3306/tcp 6032/tcp
目录挂载
/var/lib/proxysql
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci PXC_VERSION=8.0.36-28.1 PROXYSQL_VERSION=2.6.5-1.1 OS_VER=el9 FULL_PERCONA_VERSION=8.0.36-28.1.el9 FULL_PROXYSQL_VERSION=2.6.5-1.1.el9
镜像标签
x86_64: architecture 2024-01-17T19:05:39: 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 ProxySQL is a high performance, high availability, protocol aware proxy for MySQL and forks (like Percona Server and MariaDB). All the while getting the unlimited freedom that comes with a GPL license.: 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 9 Minimal: io.k8s.display-name : io.openshift.expose-services minimal rhel9: io.openshift.tags Percona Development <info@percona.com>: maintainer ProxySQL: name 2.6.5-1.1: org.label-schema.schema-version info@percona.com: org.opencontainers.image.authors ProxySQL is a high performance, high availability, protocol aware proxy for MySQL and forks (like Percona Server and MariaDB). All the while getting the unlimited freedom that comes with a GPL license.: org.opencontainers.image.description GPL+: org.opencontainers.image.license ProxySQL: org.opencontainers.image.title Percona: org.opencontainers.image.vendor 2.6.5-1.1: org.opencontainers.image.version 2.0: release High-performance MySQL proxy with a GPL license: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.3-1552: url e8510c65a9be4b0635372fd09bee126ce7e08bc7: vcs-ref git: vcs-type Percona: vendor 9.3: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-09-09 23:27:17  0.00B 设置默认要执行的命令
CMD ["/usr/bin/proxysql" "-f" "-c" "/etc/proxysql/proxysql.cnf" "--reload"]
                        
# 2024-09-09 23:27:17  0.00B 声明容器运行时监听的端口
EXPOSE map[3306/tcp:{} 6032/tcp:{}]
                        
# 2024-09-09 23:27:17  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/entrypoint.sh"]
                        
# 2024-09-09 23:27:17  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/lib/proxysql]
                        
# 2024-09-09 23:27:17  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2024-09-09 23:27:17  2.59KB 执行命令并创建新的镜像层
RUN /bin/sh -c chown 1001:1001 /etc/proxysql/proxysql.cnf /etc/proxysql-admin.cnf;     chmod 664 /etc/proxysql/proxysql.cnf /etc/proxysql-admin.cnf # buildkit
                        
# 2024-09-09 23:27:17  3.65MB 复制新文件或目录到容器中
COPY /go/src/github.com/percona/percona-xtradb-cluster-operator/cmd/peer-list /usr/bin/ # buildkit
                        
# 2024-09-09 23:27:17  11.08KB 复制新文件或目录到容器中
COPY dockerdir / # buildkit
                        
# 2024-09-09 23:27:17  35.12KB 执行命令并创建新的镜像层
RUN /bin/sh -c cp /usr/share/doc/proxysql2/LICENSE /licenses/LICENSE.proxysql # buildkit
                        
# 2024-09-09 23:27:17  11.34KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE.Dockerfile # buildkit
                        
# 2024-09-09 23:27:17  123.88MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex;     curl -Lf -o /tmp/proxysql2-${FULL_PROXYSQL_VERSION}.rpm http://repo.percona.com/proxysql/yum/testing/9/RPMS/x86_64/proxysql2-${FULL_PROXYSQL_VERSION}.x86_64.rpm;     curl -Lf -o /tmp/percona-xtradb-cluster-server-${FULL_PERCONA_VERSION}.rpm http://repo.percona.com/pxc-80/yum/release/9/RPMS/x86_64/percona-xtradb-cluster-server-${FULL_PERCONA_VERSION}.x86_64.rpm;     rpmkeys --checksig /tmp/percona-xtradb-cluster-server-${FULL_PERCONA_VERSION}.rpm /tmp/proxysql2-${FULL_PROXYSQL_VERSION}.rpm;     rpm -iv /tmp/proxysql2-${FULL_PROXYSQL_VERSION}.rpm --nodeps;     rm -rf /tmp/proxysql2-${FULL_PROXYSQL_VERSION}.rpm;     microdnf clean all;     rm -rf /var/cache/dnf /var/cache/yum /etc/proxysql /var/lib/proxysql;     rpm -ql percona-xtradb-cluster-client | egrep -v "mysql$|mysqldump$" | xargs rm -rf;     install -o 1001 -g 0 -m 775 -d /etc/proxysql /var/lib/proxysql;     rpm2cpio /tmp/percona-xtradb-cluster-server-${FULL_PERCONA_VERSION}.rpm | cpio -idv ./usr/bin/my_print_defaults;     rm -rf /tmp/percona-xtradb-cluster-server-${FULL_PERCONA_VERSION}.rpm # buildkit
                        
# 2024-09-09 23:26:53  2.91KB 执行命令并创建新的镜像层
RUN /bin/sh -c groupadd -g 1001 proxysql;     useradd -u 1001 -r -g 1001 -s /sbin/nologin         -c "Default Application User" proxysql # buildkit
                        
# 2024-09-09 23:26:53  175.01MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex;     microdnf install -y jq         util-linux         percona-xtradb-cluster-client-${FULL_PERCONA_VERSION}         shadow-utils         which         hostname         procps-ng         perl-DBD-MySQL         perl-DBI         krb5-libs         cpio         tar;     microdnf update -y glibc;     microdnf clean all;     rm -rf /var/cache/dnf /var/cache/yum # buildkit
                        
# 2024-09-09 23:26:33  17.03MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex;     export GNUPGHOME="$(mktemp -d)";     gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 4D1BB29D63D98E422B2113B19334A25F8507EFA5 94E279EB8D8F25B21810ADF121EA45AB2F86D6A1;     gpg --batch --export --armor 4D1BB29D63D98E422B2113B19334A25F8507EFA5 > ${GNUPGHOME}/PERCONA-PACKAGING-KEY;     gpg --batch --export --armor 94E279EB8D8F25B21810ADF121EA45AB2F86D6A1 > ${GNUPGHOME}/RPM-GPG-KEY-EPEL-9;     rpmkeys --import ${GNUPGHOME}/PERCONA-PACKAGING-KEY ${GNUPGHOME}/RPM-GPG-KEY-EPEL-9;     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 setup pxc80;     percona-release enable tools testing # buildkit
                        
# 2024-09-09 23:26:33  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=info@percona.com
                        
# 2024-09-09 23:26:33  0.00B 添加元数据标签
LABEL org.opencontainers.image.version=2.6.5-1.1
                        
# 2024-09-09 23:26:33  0.00B 添加元数据标签
LABEL org.label-schema.schema-version=2.6.5-1.1
                        
# 2024-09-09 23:26:33  0.00B 设置环境变量 FULL_PROXYSQL_VERSION
ENV FULL_PROXYSQL_VERSION=2.6.5-1.1.el9
                        
# 2024-09-09 23:26:33  0.00B 设置环境变量 FULL_PERCONA_VERSION
ENV FULL_PERCONA_VERSION=8.0.36-28.1.el9
                        
# 2024-09-09 23:26:33  0.00B 设置环境变量 OS_VER
ENV OS_VER=el9
                        
# 2024-09-09 23:26:33  0.00B 设置环境变量 PROXYSQL_VERSION
ENV PROXYSQL_VERSION=2.6.5-1.1
                        
# 2024-09-09 23:26:33  0.00B 设置环境变量 PXC_VERSION
ENV PXC_VERSION=8.0.36-28.1
                        
# 2024-09-09 23:26:33  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=info@percona.com
                        
# 2024-09-09 23:26:33  0.00B 添加元数据标签
LABEL org.opencontainers.image.license=GPL+
                        
# 2024-09-09 23:26:33  0.00B 添加元数据标签
LABEL org.opencontainers.image.description=ProxySQL is a high performance, high availability, protocol aware proxy for MySQL and forks (like Percona Server and MariaDB). All the while getting the unlimited freedom that comes with a GPL license.
                        
# 2024-09-09 23:26:33  0.00B 添加元数据标签
LABEL org.opencontainers.image.vendor=Percona
                        
# 2024-09-09 23:26:33  0.00B 添加元数据标签
LABEL org.opencontainers.image.title=ProxySQL
                        
# 2024-09-09 23:26:33  0.00B 添加元数据标签
LABEL name=ProxySQL release=2.0 vendor=Percona summary=High-performance MySQL proxy with a GPL license description=ProxySQL is a high performance, high availability, protocol aware proxy for MySQL and forks (like Percona Server and MariaDB). All the while getting the unlimited freedom that comes with a GPL license. maintainer=Percona Development <info@percona.com>
                        
# 2024-01-18 03:18:31  95.64MB 
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
                        
# 2024-01-18 03:18:29  0.00B 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2024-01-18 03:18:29  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/repo-cbf3a.repo' '/etc/yum.repos.d/repo-a4968.repo'
                        
# 2024-01-18 03:18:28  0.00B 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-01-17T19:05:39" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="e8510c65a9be4b0635372fd09bee126ce7e08bc7" "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/ubi9-minimal/images/9.3-1552"
                        
# 2024-01-18 03:18:28  0.00B 
/bin/sh -c #(nop) ADD file:75532600b86e8dbdc355d76b86fe28e825754c0d0a529f9282427ca23ab066ef in /root/buildinfo/Dockerfile-ubi9-minimal-9.3-1552 
                        
# 2024-01-18 03:18:28  0.00B 
/bin/sh -c #(nop) ADD file:ef91ccf9344b424c8ead898c7856a891de97edf7461478fa846b6deffe2e8379 in /root/buildinfo/content_manifests/ubi9-minimal-container-9.3-1552.json 
                        
# 2024-01-18 03:18:28  0.00B 
/bin/sh -c #(nop) LABEL release=1552
                        
# 2024-01-18 03:18:28  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2024-01-18 03:18:27  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2024-01-18 03:18:27  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-01-18 03:18:27  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2024-01-18 03:18:27  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2024-01-18 03:18:27  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2024-01-18 03:18:27  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2024-01-18 03:18:27  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."
                        
# 2024-01-18 03:18:27  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2024-01-18 03:18:27  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2024-01-18 03:18:27  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.3"
                        
# 2024-01-18 03:18:27  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2024-01-18 03:18:27  0.00B 
/bin/sh -c #(nop) ADD multi:655128808f9801300e5f5790b55c073636035214aee6c75e0582afd288da8973 in /etc/yum.repos.d/ 
                        
# 2024-01-18 03:18:27  0.00B 
/bin/sh -c #(nop) ADD file:ecc29a1455ca1b7c82018555e16e2e802135974523df6748e431f8707e759ddd in /tmp/tls-ca-bundle.pem 
                        
# 2024-01-18 03:18:26  0.00B 
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
                        
# 2024-01-18 03:18:25  0.00B 
/bin/sh -c #(nop) ADD file:f74dfa5d345e76f1f4d9df6077b0cdeaa5b5171f6b548ed1cac475f14515a809 in / 
                        
                    

镜像信息

{
    "Id": "sha256:ac10f9ba8fa3d03672830a749297043ef250f82c4de3763ac80469a84988b145",
    "RepoTags": [
        "percona/proxysql2:2.6",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/proxysql2:2.6"
    ],
    "RepoDigests": [
        "percona/proxysql2@sha256:f7e17cad690de383216e78ddeda9e5c28ba03491a45075274b24fb5b1ffa75ef",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/proxysql2@sha256:1e9fd43421e60b9ba94df26d071a458cdada2e20bfd03b262b72dec778f8d83c"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-09-09T15:27:17.411537842Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1001",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "3306/tcp": {},
            "6032/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",
            "PROXYSQL_VERSION=2.6.5-1.1",
            "OS_VER=el9",
            "FULL_PERCONA_VERSION=8.0.36-28.1.el9",
            "FULL_PROXYSQL_VERSION=2.6.5-1.1.el9"
        ],
        "Cmd": [
            "/usr/bin/proxysql",
            "-f",
            "-c",
            "/etc/proxysql/proxysql.cnf",
            "--reload"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/var/lib/proxysql": {}
        },
        "WorkingDir": "",
        "Entrypoint": [
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2024-01-17T19:05:39",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "ProxySQL is a high performance, high availability, protocol aware proxy for MySQL and forks (like Percona Server and MariaDB). All the while getting the unlimited freedom that comes with a GPL license.",
            "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 9 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "maintainer": "Percona Development \u003cinfo@percona.com\u003e",
            "name": "ProxySQL",
            "org.label-schema.schema-version": "2.6.5-1.1",
            "org.opencontainers.image.authors": "info@percona.com",
            "org.opencontainers.image.description": "ProxySQL is a high performance, high availability, protocol aware proxy for MySQL and forks (like Percona Server and MariaDB). All the while getting the unlimited freedom that comes with a GPL license.",
            "org.opencontainers.image.license": "GPL+",
            "org.opencontainers.image.title": "ProxySQL",
            "org.opencontainers.image.vendor": "Percona",
            "org.opencontainers.image.version": "2.6.5-1.1",
            "release": "2.0",
            "summary": "High-performance MySQL proxy with a GPL license",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.3-1552",
            "vcs-ref": "e8510c65a9be4b0635372fd09bee126ce7e08bc7",
            "vcs-type": "git",
            "vendor": "Percona",
            "version": "9.3"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 415267862,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/127fb21c7234389e915005b00a4e1325f3ba8bb21ffc89025b7695a9541aa86a/diff:/var/lib/docker/overlay2/e54ecf4b9746ff2471df7e82ff3bcc0ce22c82394428e87d5e1728b274040fa0/diff:/var/lib/docker/overlay2/0f94337a0c0a9a6919e0a2e6efa0a255565628057b8cbb7a3bc727ebabebf123/diff:/var/lib/docker/overlay2/142d2d1fbf9ff67f14e0d42e2e56bc6f3bbce2e679207896e1c077fdfe154d39/diff:/var/lib/docker/overlay2/7fc6763897162ece5d57cf47ca4010207c68e923940931e060d5237bdf412e28/diff:/var/lib/docker/overlay2/657718a1f4adc73c3bfd8acbd5e38d7fadee179f166656b35d2b8f891e896412/diff:/var/lib/docker/overlay2/d39f71442ca3c3aae2f5f4a2e17d68682590e564b3b6528a8bf3282029bc0db0/diff:/var/lib/docker/overlay2/3314d7e7d7c5d5fcd05662e295ed5f24f86c944da62577af6f49aa76b6ff5383/diff:/var/lib/docker/overlay2/acaf9cd5d69b0c412488e0629e56b0b578447f33fcdbdad99600167aea08db1f/diff",
            "MergedDir": "/var/lib/docker/overlay2/af8a8898eb06c9081c3fb5f2540ae115e9f1f2545741a2eba5a1e7d8b9c77b08/merged",
            "UpperDir": "/var/lib/docker/overlay2/af8a8898eb06c9081c3fb5f2540ae115e9f1f2545741a2eba5a1e7d8b9c77b08/diff",
            "WorkDir": "/var/lib/docker/overlay2/af8a8898eb06c9081c3fb5f2540ae115e9f1f2545741a2eba5a1e7d8b9c77b08/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b5976a979c30628edfeee0a1f1797362b0c84cf6cb4760776aa64ec8e3e4c2b3",
            "sha256:63f7654ab6d010b31a580ae39371a2f26f20c898fbb9bc997c2de022ac4340ce",
            "sha256:87b3855881d7478af154c5bbabdb973ac76efcf87d78ef0701ebda4349c1502f",
            "sha256:fc56f196c61187daa77488570092b39f404e50f4347815270e829cceed925550",
            "sha256:6f5d75126891c832ac53adb8a7b96cab6fa02f89bf2bc66b432b6c8e9a1ed33a",
            "sha256:68b4e017c36a6da4462f6a0c942feb8b432e4cf316d3448bb081a5bb65b7a9eb",
            "sha256:12214b94ab34f359ce10e9639a9695f5d1949ed9b118b6f6b1bf97a3468574ea",
            "sha256:087193f21a13e839a48bbfb029cf2b15e8b43d482053435a922a27ee10fe194c",
            "sha256:110a289b061229b4af8e07972721c3c643d8fc3083a9ccaa4b2c459106b01ba0",
            "sha256:5fc198a5dfa812c1899195be268529687f02ac637f6bde43dc90979674a0fd70"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-03T13:51:24.083146868+08:00"
    }
}

更多版本

docker.io/percona/proxysql2:2.6

linux/amd64 docker.io415.27MB2025-03-03 13:51
60