docker.io/apache/apisix:3.14.1-redhat linux/amd64

docker.io/apache/apisix:3.14.1-redhat - 国内下载镜像源 浏览次数:11 安全受验证的发布者-apache

Apache APISIX

Apache APISix 是一个基于 Apache APACHE APACHE 的API网关实现,它提供了丰富的 API 网关功能,如路由、安全认证、监控等,可以帮助开发者快速构建和部署API接口。

源镜像 docker.io/apache/apisix:3.14.1-redhat
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.14.1-redhat
镜像ID sha256:386313f4364242002a06903ca1d7379e3c1cb8ce618093d1594719161ea00996
镜像TAG 3.14.1-redhat
大小 502.73MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD docker-start
启动入口 /docker-entrypoint.sh
工作目录 /usr/local/apisix
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2025-10-17T05:35:59.896584341Z
同步时间 2025-11-24 17:14
更新时间 2025-11-24 19:22
开放端口
9080/tcp 9443/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin container=oci
镜像标签
3.14.1: apisix_version x86_64: architecture 2025-10-13T07:36:46Z: build-date ubi9-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 The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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.41.4: io.buildah.version The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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: io.k8s.display-name : io.openshift.expose-services base rhel9: io.openshift.tags Red Hat, Inc.: maintainer ubi9/ubi: name 60d587d1286655c5e777e63959aaae224123ea95: org.opencontainers.image.revision 1760340943: release Provides the latest release of Red Hat Universal Base Image 9.: summary https://catalog.redhat.com/en/search?searchType=containers: url 60d587d1286655c5e777e63959aaae224123ea95: vcs-ref git: vcs-type Red Hat, Inc.: vendor 9.6: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.14.1-redhat
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.14.1-redhat  docker.io/apache/apisix:3.14.1-redhat

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.14.1-redhat
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.14.1-redhat  docker.io/apache/apisix:3.14.1-redhat

Shell快速替换命令

sed -i 's#apache/apisix:3.14.1-redhat#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.14.1-redhat#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.14.1-redhat && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.14.1-redhat  docker.io/apache/apisix:3.14.1-redhat'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.14.1-redhat && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.14.1-redhat  docker.io/apache/apisix:3.14.1-redhat'

镜像构建历史


# 2025-10-17 13:35:59  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2025-10-17 13:35:59  0.00B 设置默认要执行的命令
CMD ["docker-start"]
                        
# 2025-10-17 13:35:59  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2025-10-17 13:35:59  1.01KB 复制新文件或目录到容器中
COPY ./check_standalone_config.sh /check_standalone_config.sh # buildkit
                        
# 2025-10-17 13:35:59  2.12KB 复制新文件或目录到容器中
COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
                        
# 2025-10-17 13:35:59  0.00B 声明容器运行时监听的端口
EXPOSE [9080/tcp 9443/tcp]
                        
# 2025-10-17 13:35:59  22.00B 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.14.1 /bin/sh -c ln -sf /dev/stdout /usr/local/apisix/logs/access.log     && ln -sf /dev/stderr /usr/local/apisix/logs/error.log     && rm /usr/local/openresty/bin/etcdctl # buildkit
                        
# 2025-10-17 13:35:59  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin
                        
# 2025-10-17 13:35:59  0.00B 设置工作目录为/usr/local/apisix
WORKDIR /usr/local/apisix
                        
# 2025-10-17 13:35:59  27.51MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.14.1 /bin/sh -c chmod +x /install-brotli.sh     && cd / && ./install-brotli.sh && rm -rf /install-brotli.sh # buildkit
                        
# 2025-10-17 13:35:37  1.04KB 复制新文件或目录到容器中
COPY ./install-brotli.sh /install-brotli.sh # buildkit
                        
# 2025-10-17 13:35:37  265.60MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.14.1 /bin/sh -c yum update -y 	&& yum install -y apisix-${APISIX_VERSION} wget	&& yum clean all 	&& sed -i 's/PASS_MAX_DAYS\t99999/PASS_MAX_DAYS\t60/g' /etc/login.defs # buildkit
                        
# 2025-10-17 13:34:26  267.00B 复制新文件或目录到容器中
COPY ./yum.repos.d/openresty.repo /etc/yum.repos.d/openresty.repo # buildkit
                        
# 2025-10-17 13:34:26  245.00B 复制新文件或目录到容器中
COPY ./yum.repos.d/apache-apisix.repo /etc/yum.repos.d/apache-apisix.repo # buildkit
                        
# 2025-10-17 13:34:26  0.00B 添加元数据标签
LABEL apisix_version=3.14.1
                        
# 2025-10-17 13:34:26  0.00B 定义构建参数
ARG APISIX_VERSION=3.14.1
                        
# 2025-10-13 15:37:08  209.62MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="60d587d1286655c5e777e63959aaae224123ea95" "org.opencontainers.image.revision"="60d587d1286655c5e777e63959aaae224123ea95" "build-date"="2025-10-13T07:36:46Z" "release"="1760340943"org.opencontainers.image.revision=60d587d1286655c5e777e63959aaae224123ea95
                        
# 2025-10-13 15:37:08  0.00B 
/bin/sh -c #(nop) COPY file:a782d4cd79a0c61643bc1cbf3cd5798a42f1495fe330dde8598373d62cac62dd in /root/buildinfo/labels.json      
                        
# 2025-10-13 15:37:08  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2025-10-13 15:37:07  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2025-10-13 15:37:07  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-10-13 15:37:07  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2025-10-13 15:37:07  0.00B 
/bin/sh -c #(nop) COPY dir:91d00d24ce3ba29551746ee5faca2e3a563eef65ecd488882ee5f2d4f984589d in /      
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel9"
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9"
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 9."
                        
# 2025-10-13 15:37:06  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-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-container"       name="ubi9/ubi"       version="9.6"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2025-10-13 15:37:06  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."       vendor="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:386313f4364242002a06903ca1d7379e3c1cb8ce618093d1594719161ea00996",
    "RepoTags": [
        "apache/apisix:3.14.1-redhat",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.14.1-redhat"
    ],
    "RepoDigests": [
        "apache/apisix@sha256:e7bcc11bc8c50879744f9120e8ce03ccbee08a663d6eacc406148ee3dee01fc2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix@sha256:37bec8e37bed4d3a14143fad8460edb24fe5a1454052fbe689039598db6c0e47"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-10-17T05:35:59.896584341Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "9080/tcp": {},
            "9443/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin",
            "container=oci"
        ],
        "Cmd": [
            "docker-start"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/usr/local/apisix",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "apisix_version": "3.14.1",
            "architecture": "x86_64",
            "build-date": "2025-10-13T07:36:46Z",
            "com.redhat.component": "ubi9-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": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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.41.4",
            "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "base rhel9",
            "maintainer": "Red Hat, Inc.",
            "name": "ubi9/ubi",
            "org.opencontainers.image.revision": "60d587d1286655c5e777e63959aaae224123ea95",
            "release": "1760340943",
            "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "60d587d1286655c5e777e63959aaae224123ea95",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.6"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 502730831,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/b55f0955a51a921aa296290d8a4b223945aa9cf193cd26c42c5afa4d70d81766/diff:/var/lib/docker/overlay2/52bdb4c75adcc207b39c9f70fdb579c5cba6916911068e9f7833961847461ddc/diff:/var/lib/docker/overlay2/264eb9e68cb014d79818eab5956ae60235ee21cae8b114fcdd323392d5e573c5/diff:/var/lib/docker/overlay2/c559dd31a0276ee05b3fed74e389fc8584aedf19d7da0dfac740763d5c0ddf53/diff:/var/lib/docker/overlay2/f31f394b1c065e5fffe9c6b1cbbb83d3844764743cd15d7e8e4ebaa02605a46d/diff:/var/lib/docker/overlay2/ff31ffde9379721403cb76c4214d8c4272fa29b70d330914e8a396749360517b/diff:/var/lib/docker/overlay2/e771f09719fb0f97813c54f537ee7ead4e9cc8ce257c954e50832d57aef73ec2/diff:/var/lib/docker/overlay2/7c7a49c419150a7bc9d74945b4558717ad60e6452e3e5ec5edfc736c31f5b327/diff:/var/lib/docker/overlay2/d51f405a6e7907693e617db2b5db2c9b6ae3b88c6dff082f76109a1702d0eaf6/diff",
            "MergedDir": "/var/lib/docker/overlay2/522da7040f7f483bfd3e789202bdabae3426cbba060c2f34afa1356758538b15/merged",
            "UpperDir": "/var/lib/docker/overlay2/522da7040f7f483bfd3e789202bdabae3426cbba060c2f34afa1356758538b15/diff",
            "WorkDir": "/var/lib/docker/overlay2/522da7040f7f483bfd3e789202bdabae3426cbba060c2f34afa1356758538b15/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:0f4901ccb7578658aace2064d2e383961722007597c3480301c497c399e66a1d",
            "sha256:4b2a4fd3dad0bd392d80bc539229289c76d5842c882b3ade5ee0844b08f0aa5f",
            "sha256:85031f0e8ee030e925bfa9320a3a790fbe22bbf5a7fdfe699cdb00dcef839b56",
            "sha256:e31293166c5a8f399f29711c6dd564e3a010d57d766f34c0fed6296244f4e71b",
            "sha256:b72ebb2751067f6b78a9630cfd2c518eb2d82fb1ebc18bc06c03a5823c827ae3",
            "sha256:7acdc6732eddfe26339ad396498bd5da2a30f1d9f314d2cb92add6b76ef4a2f8",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:8725163ad1e73200f6d6da56a8f39c0fea451b306bf92979cba54f7d8f0427ff",
            "sha256:2123a64f49c470d203ac3121f24ce39998c8442d23307cb15e0a5cecfb5c60f3",
            "sha256:592d6d10939058d681db6c4372841bc38c39d1d1668381a8cdea226eb5d23eaa"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-11-24T17:14:20.135294799+08:00"
    }
}

更多版本

docker.io/apache/apisix-ingress-controller:1.6.0

linux/amd64 docker.io69.58MB2024-06-28 01:13
453

docker.io/apache/apisix-ingress-controller:1.8.0

linux/amd64 docker.io76.98MB2024-06-28 01:14
567

docker.io/apache/apisix-dashboard:3.0.0-alpine

linux/amd64 docker.io134.19MB2024-06-28 01:15
828

docker.io/apache/apisix:3.9.1-debian

linux/amd64 docker.io324.84MB2024-07-02 14:34
705

docker.io/apache/apisix-ingress-controller:1.4.1

linux/amd64 docker.io64.41MB2024-08-07 16:45
416

docker.io/apache/apisix-dashboard:2.9.0

linux/amd64 docker.io109.05MB2024-08-30 15:31
435

docker.io/apache/apisix:latest

linux/amd64 docker.io324.84MB2024-09-02 22:46
785

docker.io/apache/apisix:latest

linux/arm64 docker.io317.11MB2024-09-09 13:26
518

docker.io/apache/apisix:3.10.0-debian

linux/arm64 docker.io317.11MB2024-09-09 13:44
380

docker.io/apache/apisix-dashboard:3.0.1-centos

linux/arm64 docker.io398.94MB2024-09-25 10:29
473

docker.io/apache/apisix-dashboard:latest

linux/arm64 docker.io398.94MB2024-09-25 10:30
492

docker.io/apache/apisix-ingress-controller:1.7.0

linux/amd64 docker.io83.41MB2024-10-31 16:02
302

docker.io/apache/apisix:3.2.2-centos

linux/amd64 docker.io439.14MB2024-10-31 16:10
441

docker.io/apache/apisix:3.10.0-debian

linux/amd64 docker.io324.23MB2024-12-04 11:56
239

docker.io/apache/apisix:2.15.3-centos

linux/amd64 docker.io438.56MB2024-12-13 00:22
284

docker.io/apache/apisix-dashboard:2.13-centos

linux/amd64 docker.io335.08MB2024-12-13 03:40
362

docker.io/apache/apisix-dashboard:2.15.1-centos

linux/amd64 docker.io359.74MB2024-12-13 03:42
347

docker.io/apache/apisix:3.11.0-debian

linux/amd64 docker.io387.79MB2024-12-13 17:24
451

docker.io/apache/apisix-dashboard:3.0.1-alpine

linux/amd64 docker.io135.56MB2024-12-20 15:04
582

docker.io/apache/apisix-dashboard:latest

linux/amd64 docker.io359.78MB2025-02-19 18:36
368

docker.io/apache/apisix:3.12.0-debian

linux/amd64 docker.io387.47MB2025-04-16 18:16
412

docker.io/apache/apisix:3.6.0-debian

linux/amd64 docker.io285.86MB2025-04-25 16:08
295

docker.io/apache/apisix:3.8.0-debian

linux/amd64 docker.io320.29MB2025-04-28 11:37
298

docker.io/apache/apisix-ingress-controller:1.7.1

linux/amd64 docker.io517.47MB2025-04-28 12:00
188

docker.io/apache/apisix-ingress-controller:1.8.4

linux/amd64 docker.io77.13MB2025-05-03 21:03
226

docker.io/apache/apisix-ingress-controller:1.8.4

linux/arm64 docker.io74.19MB2025-05-03 21:06
175

docker.io/apache/apisix:3.12.0-debian

linux/arm64 docker.io382.93MB2025-05-03 22:00
254

docker.io/apache/apisix:3.11.0-redhat

linux/amd64 docker.io692.13MB2025-05-14 14:59
195

docker.io/apache/apisix:3.9.1-redhat

linux/amd64 docker.io656.94MB2025-05-14 15:05
272

docker.io/apache/apisix:3.6.0-centos

linux/amd64 docker.io411.53MB2025-06-06 09:34
148

docker.io/apache/apisix:3.7.0-redhat

linux/amd64 docker.io581.34MB2025-06-06 10:20
208

docker.io/apache/apisix:3.4.1-debian

linux/amd64 docker.io332.89MB2025-06-11 16:02
169

docker.io/apache/apisix:3.11.0-debian

linux/arm64 docker.io383.23MB2025-06-14 11:59
200

docker.io/apache/apisix-dashboard:3.0.0-centos

linux/amd64 docker.io358.41MB2025-06-18 16:39
183

docker.io/apache/apisix:3.2.2-debian

linux/amd64 docker.io328.15MB2025-06-20 18:11
245

docker.io/apache/apisix:3.2.2-debian

linux/arm64 docker.io321.02MB2025-06-23 13:59
160

docker.io/apache/apisix:3.13.0-debian

linux/arm64 docker.io393.23MB2025-07-10 11:33
255

docker.io/apache/apisix-dashboard:3.0.1-alpine

linux/arm64 docker.io134.90MB2025-07-10 12:11
206

docker.io/apache/apisix:3.13.0-debian

linux/amd64 docker.io397.74MB2025-07-16 16:04
242

docker.io/apache/apisix:3.5.0-debian

linux/amd64 docker.io336.09MB2025-08-06 18:33
139

docker.io/apache/apisix:3.13.0-ubuntu

linux/amd64 docker.io419.21MB2025-08-07 16:12
228

docker.io/apache/apisix-ingress-controller:2.0.0-rc3

linux/amd64 docker.io229.48MB2025-08-07 16:14
153

docker.io/apache/apisix-ingress-controller:1.6.1

linux/amd64 docker.io69.60MB2025-08-22 14:07
125

docker.io/apache/apisix:3.9.0-debian

linux/amd64 docker.io325.58MB2025-09-02 16:26
125

docker.io/apache/apisix:dev

linux/amd64 docker.io349.61MB2025-09-05 17:24
156

docker.io/apache/apisix-dashboard:3.0.1-centos

linux/amd64 docker.io359.78MB2025-09-05 17:31
150

docker.io/apache/apisix-ingress-controller:2.0.0-rc4

linux/amd64 docker.io98.30MB2025-10-13 16:15
87

docker.io/apache/apisix:3.2.2-centos

linux/arm64 docker.io547.23MB2025-10-14 14:59
70

docker.io/apache/apisix:3.9.1-debian

linux/arm64 docker.io319.63MB2025-10-17 10:32
62

docker.io/apache/apisix:3.14.0-ubuntu

linux/amd64 docker.io423.73MB2025-10-17 15:53
108

docker.io/apache/apisix:3.14.1-debian

linux/amd64 docker.io405.54MB2025-10-27 11:14
138

docker.io/apache/apisix:3.14.1-ubuntu

linux/amd64 docker.io430.90MB2025-10-27 13:35
123

docker.io/apache/apisix-ingress-controller:2.0.0-rc5

linux/amd64 docker.io102.70MB2025-11-04 12:11
53

docker.io/apache/apisix:3.14.1-redhat

linux/amd64 docker.io502.73MB2025-11-24 17:14
10