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

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

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

源镜像 docker.io/percona/haproxy:2.8.14
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/haproxy:2.8.14
镜像ID sha256:b0d8fd1a563e416675fd4b548d17d57860a9293162e3d1d8e339195fe985b81c
镜像TAG 2.8.14
大小 286.73MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD haproxy
启动入口 /entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 34 次
贡献者
镜像创建 2025-04-11T07:20:54.392304053Z
同步时间 2025-08-21 21:33
更新时间 2025-08-25 20:06
目录挂载
/etc/haproxy/pxc
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci PERCONA_VERSION=8.0.41-32.1.el9
镜像标签
x86_64: architecture 2025-03-13T07:15:09Z: 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.39.0-dev: 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 HAproxy: name info@percona.com: org.opencontainers.image.authors 1741850109: release TCP proxy for mysql protocol: summary https://www.redhat.com: url 7865437f00d10c54ee1c3a6268b5ff65b38afba5: vcs-ref git: vcs-type Percona: vendor 9.5: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#percona/haproxy:2.8.14#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/haproxy:2.8.14#' 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.14 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/haproxy:2.8.14  docker.io/percona/haproxy:2.8.14'

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-04-11 15:20:54  0.00B 设置默认要执行的命令
CMD ["haproxy"]
                        
# 2025-04-11 15:20:54  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/entrypoint.sh"]
                        
# 2025-04-11 15:20:54  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/etc/haproxy/pxc]
                        
# 2025-04-11 15:20:54  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2025-04-11 15:20:54  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
                        
# 2025-04-11 15:20:54  13.54KB 复制新文件或目录到容器中
COPY dockerdir / # buildkit
                        
# 2025-04-11 15:20:54  2.03KB 执行命令并创建新的镜像层
RUN /bin/sh -c cp /usr/share/licenses/percona-haproxy/LICENSE /licenses/LICENSE.haproxy # buildkit
                        
# 2025-04-11 15:20:54  11.35KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE.Dockerfile # buildkit
                        
# 2025-04-11 15:20:54  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
                        
# 2025-04-11 15:20:53  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGUSR1
                        
# 2025-04-11 15:20:53  295.65KB 执行命令并创建新的镜像层
RUN /bin/sh -c useradd -u 1001 -r -g 1001 -s /sbin/nologin         -c "Default Application User" mysql # buildkit
                        
# 2025-04-11 15:20:53  1.45KB 执行命令并创建新的镜像层
RUN /bin/sh -c groupadd -g 1001 mysql # buildkit
                        
# 2025-04-11 15:20:53  168.52MB 执行命令并创建新的镜像层
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
                        
# 2025-04-11 15:20:39  0.00B 设置环境变量 PERCONA_VERSION
ENV PERCONA_VERSION=8.0.41-32.1.el9
                        
# 2025-04-11 15:20:39  17.75MB 执行命令并创建新的镜像层
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.0.41 testing # buildkit
                        
# 2025-04-11 15:20:39  0.00B 添加元数据标签
LABEL name=HAproxy description=TCP proxy loadbalancer for Percona Xtradb Cluster vendor=Percona summary=TCP proxy for mysql protocol maintainer=Percona Development <info@percona.com> org.opencontainers.image.authors=info@percona.com
                        
# 2025-03-13 15:20:34  939.00B 
/bin/sh
                        
# 2025-03-13 15:20:28  100.12MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-03-13T07:20:00" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="7865437f00d10c54ee1c3a6268b5ff65b38afba5" "build-date"="2025-03-13T07:15:09Z" "release"="1741850109"
                        
# 2025-03-13 15:20:28  0.00B 
/bin/sh -c . /cachi2/cachi2.env &&     rm -rf /var/log/*
                        
# 2025-03-13 15:20:27  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-03-13 15:20:27  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2025-03-13 15:20:27  0.00B 
/bin/sh -c #(nop) COPY dir:15b23b07af120e2e0a5f4d490f44d738ca8fb631feddbf3564dd5d54104ea356 in / 
                        
# 2025-03-13 15:20:27  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-03-13 15:20:27  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-03-13 15:20:27  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-03-13 15:20:27  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-03-13 15:20:27  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-03-13 15:20: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."
                        
# 2025-03-13 15:20:26  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-03-13 15:20:26  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-03-13 15:20:26  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.5"       distribution-scope="public"
                        
# 2025-03-13 15:20:26  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-03-13 15:20:26  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-03-13 15:20:26  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:b0d8fd1a563e416675fd4b548d17d57860a9293162e3d1d8e339195fe985b81c",
    "RepoTags": [
        "percona/haproxy:2.8.14",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/haproxy:2.8.14"
    ],
    "RepoDigests": [
        "percona/haproxy@sha256:6de8c402d83b88dae7403c05183fd75100774defa887c05a57ec04bc25be2305",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/haproxy@sha256:959c1d3eb0b53c41b4c806dc5209467e8f0178d410024bb7f379ff6f14c7ef21"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-11T07:20:54.392304053Z",
    "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.0.41-32.1.el9"
        ],
        "Cmd": [
            "haproxy"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/etc/haproxy/pxc": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-03-13T07:15:09Z",
            "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.39.0-dev",
            "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": "HAproxy",
            "org.opencontainers.image.authors": "info@percona.com",
            "release": "1741850109",
            "summary": "TCP proxy for mysql protocol",
            "url": "https://www.redhat.com",
            "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
            "vcs-type": "git",
            "vendor": "Percona",
            "version": "9.5"
        },
        "StopSignal": "SIGUSR1"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 286725712,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/bf57ae698ea7e7ff079e920b18c80877e68181bbfbf13c37f4d0fa5f0d96fee0/diff:/var/lib/docker/overlay2/9a5aae6efd2f2046d044fbd5fa6401ba319caad0e33df68b2a795a8957aad3cb/diff:/var/lib/docker/overlay2/33f4573c9b73e800f1f23822a8b35503635fef1504d25d0164735a72fd6a170b/diff:/var/lib/docker/overlay2/c1e76f75a15b055addce87ea72b81f08c90b6c3d92a01e0aceb6ab767f8302d2/diff:/var/lib/docker/overlay2/b8c188b6d1a3a07d424eb9defc218688cd31f67ec3d25e6b03e4411f4f80014a/diff:/var/lib/docker/overlay2/30bd35e94348733135fd71fd930ee47c816538d67665eba71a659f7ae933d475/diff:/var/lib/docker/overlay2/cfb380a026b126233eb476506976b269a5e5af304d51ec5bccba39c1015ecd52/diff:/var/lib/docker/overlay2/5266e246340bde161503c32332dae5cd984b2083cb7a2545506cdedf5ab748a5/diff:/var/lib/docker/overlay2/22d71640b9a4a73d25c3440db82b573e36e2c6b5c5bec5412341874e39a5f978/diff:/var/lib/docker/overlay2/68afd5f110ff3f95b165bddd8e57d758f31a5c2a5bc070cc5771ed6b5e9aee32/diff",
            "MergedDir": "/var/lib/docker/overlay2/025b5e9a7df49363de473c0a3de61b43daff818bf1fe81d2980a5298703739e8/merged",
            "UpperDir": "/var/lib/docker/overlay2/025b5e9a7df49363de473c0a3de61b43daff818bf1fe81d2980a5298703739e8/diff",
            "WorkDir": "/var/lib/docker/overlay2/025b5e9a7df49363de473c0a3de61b43daff818bf1fe81d2980a5298703739e8/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:45c00d6e135e1efede5f576d5aff6e014fc6bde10cacbf029f997e813b065984",
            "sha256:92fbf195d637e13740d85ce41924342656958e221857bfe269c296b63fe94ee0",
            "sha256:2bcc8dba4dd22083e033e0b4b81c1ee4b1a46797fe22519b5c18e56ac8219033",
            "sha256:400fe2176ecc26f414235c2ff1c1246791c6b386d7f7fc0e6dca4af13861befe",
            "sha256:87028e2bec89701b1f19a0e6aa75710c4ff3707b6e95e68dae82eed80e69bb70",
            "sha256:e01763f51cad9b7e64db17055fefa7dfd137b37449b1f436f286153ffaa28bd3",
            "sha256:7dde5cc63d36ef8942a239f163347335f31767c5440c4d325d385790d43ce536",
            "sha256:94874a3a8b7edcf44116eb0e6d77ffd0c25ac73b4304ab0deb78d28a1785ee05",
            "sha256:0a19c6481805d9014203c35bd81af7c9f5a6bd13d4c558fb7c39a58daf65dbef",
            "sha256:d8996c4677b49ea74c14973281efff035c00c71c40efd08203697a43cc42e232",
            "sha256:ad541073cb59b2ee47ea060b58a66dcb73625001d99669148817d1fa8d887d18"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-21T21:33:45.601876906+08:00"
    }
}

更多版本

docker.io/percona/haproxy:2.8.14

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