logo
docker.io/apache/apisix:3.9.1-redhat
linux/amd64 docker.io 已验证 · apache

Apache APISIX

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

628
浏览次数
656.94MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.9.1-redhat
源镜像
docker.io/apache/apisix:3.9.1-redhat
镜像ID
sha256:d868e2039a417ecc644ae0cb80fb30321387c64d7d95a4a33a80becca6e60ef7
镜像 TAG
3.9.1-redhat
镜像大小
656.94MB
平台架构
linux/amd64
镜像源
docker.io
CMD
docker-start
启动入口
/docker-entrypoint.sh
工作目录
/usr/local/apisix
OS/平台
linux/amd64
镜像创建
2024-04-29T08:40:41.113948056Z
同步时间
2025-05-14 15:05
浏览量
628 次
贡献者
🔌 开放端口 2
9080/tcp 9443/tcp
⚙️ 环境变量 2
KeyValue
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 0
container=oci 1
🏷️ 镜像标签 21
KeyValue
3.9.1 apisix_version
x86_64 architecture
2022-10-26T11:06:57 build-date
ubi8-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 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.26.2 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 8 io.k8s.display-name
io.openshift.expose-services
base rhel8 io.openshift.tags
Red Hat, Inc. maintainer
ubi8 name
990 release
Provides the latest release of Red Hat Universal Base Image 8. summary
https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.6-990 url
f1ee6e37554363ec55e0035aba1a693d3627fdeb vcs-ref
git vcs-type
Red Hat, Inc. vendor
8.6 version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#apache/apisix:3.9.1-redhat#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.9.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.9.1-redhat && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.9.1-redhat  docker.io/apache/apisix:3.9.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.9.1-redhat && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.9.1-redhat  docker.io/apache/apisix:3.9.1-redhat'

镜像构建历史


# 2024-04-29 16:40:41  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2024-04-29 16:40:41  0.00B 设置默认要执行的命令
CMD ["docker-start"]
                        
# 2024-04-29 16:40:41  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2024-04-29 16:40:41  2.38KB 复制新文件或目录到容器中
COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
                        
# 2024-04-29 16:40:41  0.00B 声明容器运行时监听的端口
EXPOSE map[9080/tcp:{} 9443/tcp:{}]
                        
# 2024-04-29 16:40:41  22.00B 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.9.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
                        
# 2024-04-29 16:40:41  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
                        
# 2024-04-29 16:40:41  0.00B 设置工作目录为/usr/local/apisix
WORKDIR /usr/local/apisix
                        
# 2024-04-29 16:40:40  37.19MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.9.1 /bin/sh -c chmod +x /install-brotli.sh     && cd / && ./install-brotli.sh && rm -rf /install-brotli.sh # buildkit
                        
# 2024-04-29 16:40:14  1.09KB 复制新文件或目录到容器中
COPY ./install-brotli.sh /install-brotli.sh # buildkit
                        
# 2024-04-29 16:40:14  412.44MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.9.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
                        
# 2024-04-29 16:39:39  267.00B 复制新文件或目录到容器中
COPY ./yum.repos.d/openresty.repo /etc/yum.repos.d/openresty.repo # buildkit
                        
# 2024-04-29 16:39:39  245.00B 复制新文件或目录到容器中
COPY ./yum.repos.d/apache-apisix.repo /etc/yum.repos.d/apache-apisix.repo # buildkit
                        
# 2024-04-29 16:39:39  0.00B 添加元数据标签
LABEL apisix_version=3.9.1
                        
# 2024-04-29 16:39:39  0.00B 定义构建参数
ARG APISIX_VERSION=3.9.1
                        
# 2022-10-26 19:23:27  207.30MB 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2022-10-26 19:23:24  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/repo-fb050.repo' '/etc/yum.repos.d/repo-f8884.repo'
                        
# 2022-10-26 19:23:17  0.00B 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2022-10-26T11:06:57" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="f1ee6e37554363ec55e0035aba1a693d3627fdeb" "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." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.6-990"
                        
# 2022-10-26 19:23:17  0.00B 
/bin/sh -c #(nop) ADD file:96914ab019b8f465c9a012e264ec0317e4ea9eb3cdbac3d7bcb66c804e0e6496 in /root/buildinfo/Dockerfile-ubi8-8.6-990 
                        
# 2022-10-26 19:23:16  0.00B 
/bin/sh -c #(nop) ADD file:db7f66ec8925d4aac11df37936414a007ebb3a316c1f182ca52b3f3f2069fd64 in /root/buildinfo/content_manifests/ubi8-container-8.6-990.json 
                        
# 2022-10-26 19:23:15  0.00B 
/bin/sh -c #(nop) LABEL release=990
                        
# 2022-10-26 19:23:15  0.00B 
/bin/sh -c mkdir -p /var/log/rhsm
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel8"
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8"
                        
# 2022-10-26 19:23:13  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."
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 8."
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-container"       name="ubi8"       version="8.6"
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) ADD multi:dbec71de18a2707b009c84015e6d4bb973e07dafb6c08455831fdc2540443b2c in /etc/yum.repos.d/ 
                        
# 2022-10-26 19:23:12  0.00B 
/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem 
                        
# 2022-10-26 19:23:12  0.00B 
/bin/sh -c #(nop) ADD file:63123fc1a5488771177a28f78764ec9675cb5b5691f4f1ec301b9c64aa52aa94 in / 
                        
                    

镜像信息

{
    "Id": "sha256:d868e2039a417ecc644ae0cb80fb30321387c64d7d95a4a33a80becca6e60ef7",
    "RepoTags": [
        "apache/apisix:3.9.1-redhat",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.9.1-redhat"
    ],
    "RepoDigests": [
        "apache/apisix@sha256:a9d3b0601e842154c98b1495362d73acb72d939244541fdeebb116bbfe76ede5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix@sha256:5a0913978b2957ed0d1e46bcda2af7c34971950e5d8ff392926c1353322c6afd"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-04-29T08:40:41.113948056Z",
    "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.9.1",
            "architecture": "x86_64",
            "build-date": "2022-10-26T11:06:57",
            "com.redhat.component": "ubi8-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "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.26.2",
            "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 8",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "base rhel8",
            "maintainer": "Red Hat, Inc.",
            "name": "ubi8",
            "release": "990",
            "summary": "Provides the latest release of Red Hat Universal Base Image 8.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.6-990",
            "vcs-ref": "f1ee6e37554363ec55e0035aba1a693d3627fdeb",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.6"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 656942755,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/99078c685976ef15954c71eb6780378486e2cba05a815d9cd690e9a92ed7483f/diff:/var/lib/docker/overlay2/e34855febb4ea256b62b10e9ec37821b85d61b672e1372aba21bb05dc8087c3d/diff:/var/lib/docker/overlay2/18162b4d8021228910620410f31a74b0bf4ccd9e005d354462a5e70067cda9f6/diff:/var/lib/docker/overlay2/6ba017f41fd7e61510bab30decb78361ef9d722c7dc43e5e17bc720c4c89ce25/diff:/var/lib/docker/overlay2/1c9d6be693094b6d03149d44a89b0bf225a6d747830845493fcc38a52713b415/diff:/var/lib/docker/overlay2/e8104ceaa27fd42ffb41f324ae0c8db402e0ccdc82bb9947e5268eecba02961d/diff:/var/lib/docker/overlay2/ffd6870730ee93325c8e02bdcf44c3dcfd06108c76bc5e3283015fc2516d0f38/diff:/var/lib/docker/overlay2/ae64dbe0c9b2621fba260058ecb57faa642c3895109a6c9b5f9c57c3e669ebcf/diff",
            "MergedDir": "/var/lib/docker/overlay2/5201e04a09d28155c8f324e3a68e93b81119993177e2ca356a3b1f7d4c3a4a43/merged",
            "UpperDir": "/var/lib/docker/overlay2/5201e04a09d28155c8f324e3a68e93b81119993177e2ca356a3b1f7d4c3a4a43/diff",
            "WorkDir": "/var/lib/docker/overlay2/5201e04a09d28155c8f324e3a68e93b81119993177e2ca356a3b1f7d4c3a4a43/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b4e347eee7c876da2779518fb5010b891a329a5075a04508e6adaaa51ce306b6",
            "sha256:5c9775007d1fba082db920693cf5f50927ba6f6bdf6dbf269b13e68a86ff8721",
            "sha256:7cf005b64ebfbdb83bab9bb1da02423e33863b5608e24dbedaddc468d61a9810",
            "sha256:768d57ec4b92d96dda8941cc0308349130a0b914de33f5d4c1552d0fbd84a65a",
            "sha256:cd9bca1f1e7e06a37135ca27c56b4e6a8246009f3d8260a007870dbfceefad31",
            "sha256:56cf29a97f6b56c252ac132a27412537988c92598b7b562b945e37c3b0b211cc",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:16786ddd651982f96a6f31ecabb1bbfbc80d879876929a91391038e7272fd61e",
            "sha256:aec459035303c510746d3ac8f5004b20dbfcd1338bee083879d8ce7ab889ae4d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-14T15:05:22.546310013+08:00"
    }
}

更多版本

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

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

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

linux/amd64 docker.io135.52MB2025-12-08 13:33
368

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

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

docker.io/apache/apisix-dashboard:2.9.0

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/apache/apisix-dashboard:latest

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

docker.io/apache/apisix-dashboard:latest

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io103.14MB2026-04-13 18:34
258

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

linux/amd64 docker.io103.57MB2026-07-28 11:50
138

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

linux/amd64 docker.io104.18MB2026-09-03 09:39
64

docker.io/apache/apisix:2.15.3-centos

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

docker.io/apache/apisix:2.6-alpine

linux/amd64 docker.io107.43MB2025-12-01 17:23
379

docker.io/apache/apisix:3.10.0-debian

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

docker.io/apache/apisix:3.10.0-debian

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

docker.io/apache/apisix:3.11.0-debian

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

docker.io/apache/apisix:3.11.0-debian

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

docker.io/apache/apisix:3.11.0-redhat

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.13.0-debian

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

docker.io/apache/apisix:3.13.0-debian

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

docker.io/apache/apisix:3.13.0-ubuntu

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

docker.io/apache/apisix:3.14.0-ubuntu

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

docker.io/apache/apisix:3.14.1-debian

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

docker.io/apache/apisix:3.14.1-debian

linux/arm64 docker.io401.00MB2026-01-07 14:49
310

docker.io/apache/apisix:3.14.1-redhat

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

docker.io/apache/apisix:3.14.1-ubuntu

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

docker.io/apache/apisix:3.14.1-ubuntu

linux/arm64 docker.io465.05MB2025-12-21 15:29
410

docker.io/apache/apisix:3.15.0-debian

linux/amd64 docker.io406.80MB2026-02-11 12:04
428

docker.io/apache/apisix:3.15.0-ubuntu

linux/amd64 docker.io458.24MB2026-04-04 22:19
320

docker.io/apache/apisix:3.16.0-debian

linux/amd64 docker.io404.68MB2026-05-06 13:12
323

docker.io/apache/apisix:3.16.0-ubuntu

linux/amd64 docker.io444.94MB2026-04-18 15:27
468

docker.io/apache/apisix:3.17.0-debian

linux/amd64 docker.io398.12MB2026-06-24 22:22
287

docker.io/apache/apisix:3.17.0-debian

linux/arm64 docker.io468.96MB2026-08-10 17:32
99

docker.io/apache/apisix:3.17.0-ubuntu

linux/amd64 docker.io429.80MB2026-07-28 11:48
196

docker.io/apache/apisix:3.17.0-ubuntu

linux/arm64 docker.io499.09MB2026-08-20 11:32
67

docker.io/apache/apisix:3.18.0-debian

linux/amd64 docker.io438.73MB2026-09-03 18:19
66

docker.io/apache/apisix:3.18.0-ubuntu

linux/amd64 docker.io466.27MB2026-09-03 09:38
65

docker.io/apache/apisix:3.2.2-centos

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

docker.io/apache/apisix:3.2.2-centos

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

docker.io/apache/apisix:3.2.2-debian

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

docker.io/apache/apisix:3.2.2-debian

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

docker.io/apache/apisix:3.4.1-debian

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

docker.io/apache/apisix:3.5.0-debian

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

docker.io/apache/apisix:3.6.0-centos

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

docker.io/apache/apisix:3.6.0-debian

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

docker.io/apache/apisix:3.7.0-redhat

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

docker.io/apache/apisix:3.8.0-debian

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

docker.io/apache/apisix:3.9.0-debian

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

docker.io/apache/apisix:3.9.1-debian

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

docker.io/apache/apisix:3.9.1-debian

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

docker.io/apache/apisix:3.9.1-redhat

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

docker.io/apache/apisix:dev

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:latest

linux/arm64 docker.io317.11MB2024-09-09 13:26
1112
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×