docker.io/percona/haproxy:2.8.11 linux/amd64

docker.io/percona/haproxy:2.8.11 - 国内下载镜像源 浏览次数:17

这是一个Percona公司提供的HAProxy的Docker镜像。HAProxy是一个高性能的TCP/HTTP反向代理和负载均衡器,这个镜像包含了预先配置好的HAProxy,方便用户快速部署和使用。

源镜像 docker.io/percona/haproxy:2.8.11
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/haproxy:2.8.11
镜像ID sha256:1729ee7121fe02eefab7d1ff5803ef5c6fd8c92c7b855b1557119ef04054c09e
镜像TAG 2.8.11
大小 326.81MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD haproxy
启动入口 /entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 17 次
贡献者
镜像创建 2024-11-28T09:19:13.281353425Z
同步时间 2025-09-13 18:30
更新时间 2025-09-15 15:20
目录挂载
/etc/haproxy/pxc
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci PERCONA_VERSION=8.4.0-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 TCP proxy loadbalancer for Percona Xtradb Cluster: 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 Red Hat, Inc.: maintainer HAproxy: name info@percona.com: org.opencontainers.image.authors 1552: release TCP proxy for mysql protocol: 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/haproxy:2.8.11
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/haproxy:2.8.11  docker.io/percona/haproxy:2.8.11

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-11-28 17:19:13  0.00B 设置默认要执行的命令
CMD ["haproxy"]
                        
# 2024-11-28 17:19:13  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/entrypoint.sh"]
                        
# 2024-11-28 17:19:13  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/etc/haproxy/pxc]
                        
# 2024-11-28 17:19:13  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2024-11-28 17:19:13  5.46KB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex;     chown 1001:1001 /etc/haproxy/haproxy.cfg /etc/haproxy/haproxy-global.cfg /usr/local/bin/check_pxc.sh # buildkit
                        
# 2024-11-28 17:19:13  3.65MB 复制新文件或目录到容器中
COPY /go/src/github.com/percona/percona-xtradb-cluster-operator/cmd/peer-list /usr/bin/ # buildkit
                        
# 2024-11-28 17:19:13  13.54KB 复制新文件或目录到容器中
COPY dockerdir / # buildkit
                        
# 2024-11-28 17:19:13  2.03KB 执行命令并创建新的镜像层
RUN /bin/sh -c cp /usr/share/licenses/percona-haproxy/LICENSE /licenses/LICENSE.haproxy # buildkit
                        
# 2024-11-28 17:19:12  11.35KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE.Dockerfile # buildkit
                        
# 2024-11-28 17:19:12  3.28KB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex;     mkdir -p /etc/haproxy/pxc /etc/haproxy-custom;     chown -R 1001:1001 /run /etc/haproxy /etc/haproxy/pxc /etc/haproxy-custom # buildkit
                        
# 2024-11-28 17:19:12  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGUSR1
                        
# 2024-11-28 17:19:12  295.65KB 执行命令并创建新的镜像层
RUN /bin/sh -c useradd -u 1001 -r -g 1001 -s /sbin/nologin         -c "Default Application User" mysql # buildkit
                        
# 2024-11-28 17:19:12  1.45KB 执行命令并创建新的镜像层
RUN /bin/sh -c groupadd -g 1001 mysql # buildkit
                        
# 2024-11-28 17:19:12  209.78MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex;     microdnf install -y         shadow-utils         percona-haproxy         percona-xtradb-cluster-client-${PERCONA_VERSION}         which         tar         socat         procps-ng         vim-minimal         policycoreutils;     microdnf update -y glibc              pam              krb5-libs;         microdnf clean all;     rm -rf /var/cache # buildkit
                        
# 2024-11-28 17:18:38  0.00B 设置环境变量 PERCONA_VERSION
ENV PERCONA_VERSION=8.4.0-1.1.el9
                        
# 2024-11-28 17:18:38  17.41MB 执行命令并创建新的镜像层
RUN /bin/sh -c export GNUPGHOME="$(mktemp -d)" 	&& microdnf install -y findutils 	&& gpg --keyserver keyserver.ubuntu.com --recv-keys 4D1BB29D63D98E422B2113B19334A25F8507EFA5 3E6D826D3FBAB389C2F38E34BC4D06A08D8B756F 4D1BB29D63D98E422B2113B19334A25F8507EFA5	&& gpg --export --armor 4D1BB29D63D98E422B2113B19334A25F8507EFA5 > ${GNUPGHOME}/PERCONA-PACKAGING-KEY         && gpg --export --armor 4D1BB29D63D98E422B2113B19334A25F8507EFA5 > ${GNUPGHOME}/PERCONA-PACKAGING-KEY 	&& gpg --export --armor 3E6D826D3FBAB389C2F38E34BC4D06A08D8B756F > ${GNUPGHOME}/RPM-GPG-KEY-oracle 	&& rpmkeys --import ${GNUPGHOME}/PERCONA-PACKAGING-KEY ${GNUPGHOME}/RPM-GPG-KEY-oracle ${GNUPGHOME}/PERCONA-PACKAGING-KEY	&& 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 pdpxc-8.4.0 testing # buildkit
                        
# 2024-11-28 17:18:38  0.00B 添加元数据标签
LABEL name=HAproxy description=TCP proxy loadbalancer for Percona Xtradb Cluster vendor=Percona summary=TCP proxy for mysql protocol org.opencontainers.image.authors=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:1729ee7121fe02eefab7d1ff5803ef5c6fd8c92c7b855b1557119ef04054c09e",
    "RepoTags": [
        "percona/haproxy:2.8.11",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/haproxy:2.8.11"
    ],
    "RepoDigests": [
        "percona/haproxy@sha256:422a210b4170a973f8582ef3d7ddcc879c32bc48f6c66fad8b3154bce4e79b84",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/haproxy@sha256:fc1212af98206e036bd774a43c19f0cb1b69dc34a4b745037f2dd8bbd9fa9e02"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-11-28T09:19:13.281353425Z",
    "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",
            "PERCONA_VERSION=8.4.0-1.1.el9"
        ],
        "Cmd": [
            "haproxy"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/etc/haproxy/pxc": {}
        },
        "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": "TCP proxy loadbalancer for Percona Xtradb Cluster",
            "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": "Red Hat, Inc.",
            "name": "HAproxy",
            "org.opencontainers.image.authors": "info@percona.com",
            "release": "1552",
            "summary": "TCP proxy for mysql protocol",
            "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"
        },
        "StopSignal": "SIGUSR1"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 326811140,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ec7d622231ef69766c6fe09ad9ac45a3ad2f8900fa1c63e271a5e104d1ba17b5/diff:/var/lib/docker/overlay2/568cfcfca9b34ac2f6fef8fd8c782ec1f265678d7f970a0723a838c503095c51/diff:/var/lib/docker/overlay2/c22de6d96b41d806886070d284780ab50bab517288539400e8654603c3cf8c2b/diff:/var/lib/docker/overlay2/c8cc1f39a8bcdc444bbb1c7f2fd8e33df3caaf78bb042922e6031d64b996dc65/diff:/var/lib/docker/overlay2/3ab85ba4776e662c19d0183aa6b3c6e3bc71cd8735c1b616a22a14e6320968d0/diff:/var/lib/docker/overlay2/ca9fd6a722a1d203094d3544f6c6ca13d7aa8cdbcbcfac7edbf56ae00fccd30e/diff:/var/lib/docker/overlay2/f3b82392e3602ee060f428c3a97e936b88506d71490c5e15bfda5fcbc1b7b775/diff:/var/lib/docker/overlay2/9a9d9635671568b01c4c20d315e5c1525d6b42c3e997ad0be4d798dbed9324dd/diff:/var/lib/docker/overlay2/18bf11ae686777d97991e820032205ba3d8f1f32e5473ef69b2397454e0fdb04/diff:/var/lib/docker/overlay2/085f25db1275ca56995764d689525c5af52d881d600276695befd1a7131b1190/diff",
            "MergedDir": "/var/lib/docker/overlay2/77d82ef7bbe501cd9e99ec8480cd54cb78d5e6b74fbce1862c7082765c5bed1d/merged",
            "UpperDir": "/var/lib/docker/overlay2/77d82ef7bbe501cd9e99ec8480cd54cb78d5e6b74fbce1862c7082765c5bed1d/diff",
            "WorkDir": "/var/lib/docker/overlay2/77d82ef7bbe501cd9e99ec8480cd54cb78d5e6b74fbce1862c7082765c5bed1d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b5976a979c30628edfeee0a1f1797362b0c84cf6cb4760776aa64ec8e3e4c2b3",
            "sha256:93440b12673eb00de630cdeaab8f449b4182c886ac29dbafa6e3aa01a38b5308",
            "sha256:3e5984f940e16aee60b09d71ea0e61c3db28675601173608a01833e156fe76cc",
            "sha256:9b1a31a863a8b8695feaf4b6aa0c1e06dc6a32faa26827bc89f68a019866394a",
            "sha256:0cd17adadc74642e1763262fef76982bff39d75e47afbaf37ce840f5c3d8f4fc",
            "sha256:c038b15d06285a76295714967fc1fa77c3373e2247275a5af17486efaa3d2957",
            "sha256:f4a57964185fa713ebf68ac0095a339990843af8d0dc16545af9877adc225323",
            "sha256:8fe0d674c5925c995381767ba76425be1a480ed5f5d95c171356a65769267bdc",
            "sha256:c850b66aad8d27ee380f75392a4f98c924b5d423d14519a9d8dc365284c91276",
            "sha256:e2879bc75d77c05d8e78c62612f093d3260d018922c2f5bd2adb3524629e1625",
            "sha256:88a2ebad0bcac7a989baabe069cbab587ac0e9ead345f39710d26a673e97fe00"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-13T18:30:45.721249704+08:00"
    }
}

更多版本

docker.io/percona/haproxy:2.8.14

linux/amd64 docker.io286.73MB2025-08-21 21:33
54

docker.io/percona/haproxy:2.8.11

linux/amd64 docker.io326.81MB2025-09-13 18:30
16