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

Apache APISIX

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

500
浏览次数
692.13MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.11.0-redhat
源镜像
docker.io/apache/apisix:3.11.0-redhat
镜像ID
sha256:515f6f9a8920c99ba02b1a155d68ba8efe93ffeaaebc8b21eca10a30f1caebdf
镜像 TAG
3.11.0-redhat
镜像大小
692.13MB
平台架构
linux/amd64
镜像源
docker.io
CMD
docker-start
启动入口
/docker-entrypoint.sh
工作目录
/usr/local/apisix
OS/平台
linux/amd64
镜像创建
2024-10-18T03:21:38.325211068Z
同步时间
2025-05-14 14:59
浏览量
500 次
贡献者
🔌 开放端口 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.11.0 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.11.0-redhat
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.11.0-redhat  docker.io/apache/apisix:3.11.0-redhat

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-10-18 11:21:38  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2024-10-18 11:21:38  0.00B 设置默认要执行的命令
CMD ["docker-start"]
                        
# 2024-10-18 11:21:38  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2024-10-18 11:21:38  2.38KB 复制新文件或目录到容器中
COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
                        
# 2024-10-18 11:21:38  0.00B 声明容器运行时监听的端口
EXPOSE map[9080/tcp:{} 9443/tcp:{}]
                        
# 2024-10-18 11:21:38  22.00B 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.11.0 /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-10-18 11:21:38  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-10-18 11:21:38  0.00B 设置工作目录为/usr/local/apisix
WORKDIR /usr/local/apisix
                        
# 2024-10-18 11:21:38  37.79MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.11.0 /bin/sh -c chmod +x /install-brotli.sh     && cd / && ./install-brotli.sh && rm -rf /install-brotli.sh # buildkit
                        
# 2024-10-18 11:17:49  1.09KB 复制新文件或目录到容器中
COPY ./install-brotli.sh /install-brotli.sh # buildkit
                        
# 2024-10-18 11:17:48  447.03MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.11.0 /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-10-18 11:16:22  267.00B 复制新文件或目录到容器中
COPY ./yum.repos.d/openresty.repo /etc/yum.repos.d/openresty.repo # buildkit
                        
# 2024-10-18 11:16:22  245.00B 复制新文件或目录到容器中
COPY ./yum.repos.d/apache-apisix.repo /etc/yum.repos.d/apache-apisix.repo # buildkit
                        
# 2024-10-18 11:16:22  0.00B 添加元数据标签
LABEL apisix_version=3.11.0
                        
# 2024-10-18 11:16:22  0.00B 定义构建参数
ARG APISIX_VERSION=3.11.0
                        
# 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:515f6f9a8920c99ba02b1a155d68ba8efe93ffeaaebc8b21eca10a30f1caebdf",
    "RepoTags": [
        "apache/apisix:3.11.0-redhat",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.11.0-redhat"
    ],
    "RepoDigests": [
        "apache/apisix@sha256:d3c86dc739ade96bdcd0acaee0ab36b846a3ea2ce21ecf78c897d15500d19db0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix@sha256:7fd006de7cc723e7a2916c84e6124e21e3f3670ae500118818fb3b295080bf76"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-10-18T03:21:38.325211068Z",
    "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.11.0",
            "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": 692125551,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c1c26a3cded65298076eeabed05bab826658471eb1f8de83dc5841846f7881d0/diff:/var/lib/docker/overlay2/854f157a47fc36835c22dba1bcbcc8e1c62cd1d21c40b6f8aa0ebfd30f13a1fe/diff:/var/lib/docker/overlay2/157551e8cc17f33c48afe5be1b7b6bf5adc785169fca468176040678fa5ef3e8/diff:/var/lib/docker/overlay2/b11cbe180b97b031e69d2df094b7c704f351bea3b4fbdb7cf6e854ca5eed0227/diff:/var/lib/docker/overlay2/c6fbfbd95b76d852ed0e30d5254f15ef89b1a8f820195c34acee542cc04ad0c6/diff:/var/lib/docker/overlay2/09e4d8cb58a9b916273909cf67bcdcf689a74980e1eda47087f6bf4fa9bfad00/diff:/var/lib/docker/overlay2/8a9e83baf51f29e4a72c2e624cdbf2ed3bc3a5478294a70e764bd9ae54722d0a/diff:/var/lib/docker/overlay2/ae64dbe0c9b2621fba260058ecb57faa642c3895109a6c9b5f9c57c3e669ebcf/diff",
            "MergedDir": "/var/lib/docker/overlay2/69f1fa75398aae25de925add42de84917c1d15e9cb81eafcdca10fd5bb29606d/merged",
            "UpperDir": "/var/lib/docker/overlay2/69f1fa75398aae25de925add42de84917c1d15e9cb81eafcdca10fd5bb29606d/diff",
            "WorkDir": "/var/lib/docker/overlay2/69f1fa75398aae25de925add42de84917c1d15e9cb81eafcdca10fd5bb29606d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b4e347eee7c876da2779518fb5010b891a329a5075a04508e6adaaa51ce306b6",
            "sha256:c5bad2ae76834dc247e62182eec3960ae00218e415dbfcd73863828456e1dbbe",
            "sha256:603dc067c89b7d7b7352346e50d1b6b3f66950e9d30670519b3ca754996d77d4",
            "sha256:613670cc2ac06d339eb84a364c0d2f90942daad59519b47db71da6f95a95d014",
            "sha256:cb95c45a31ac664c78f1b209dce2927d28ae6a46a13cb84d6cf06518f026ad71",
            "sha256:cf69711626d6fef0f7e84121b3319ca1aed1079bb6d10e166935b0b7b14c7300",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:866d628fbe974504004f1f3432e1729e7346ed7f19608bee4734362a59756e55",
            "sha256:662a4498d76c7872373c770828336382d70118103db9156edf319f8cf4823829"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-14T14:59:02.418183673+08:00"
    }
}

更多版本

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

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

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

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

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

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

docker.io/apache/apisix-dashboard:2.9.0

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/apache/apisix-dashboard:latest

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

docker.io/apache/apisix-dashboard:latest

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/arm64 docker.io110.03MB2026-09-20 11:23
34

docker.io/apache/apisix:2.15.3-centos

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

docker.io/apache/apisix:2.6-alpine

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

docker.io/apache/apisix:3.10.0-debian

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

docker.io/apache/apisix:3.10.0-debian

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

docker.io/apache/apisix:3.11.0-debian

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

docker.io/apache/apisix:3.11.0-debian

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

docker.io/apache/apisix:3.11.0-redhat

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.13.0-debian

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

docker.io/apache/apisix:3.13.0-debian

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

docker.io/apache/apisix:3.13.0-ubuntu

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

docker.io/apache/apisix:3.14.0-ubuntu

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

docker.io/apache/apisix:3.14.1-debian

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

docker.io/apache/apisix:3.14.1-debian

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

docker.io/apache/apisix:3.14.1-redhat

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

docker.io/apache/apisix:3.14.1-ubuntu

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

docker.io/apache/apisix:3.14.1-ubuntu

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

docker.io/apache/apisix:3.15.0-debian

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

docker.io/apache/apisix:3.15.0-ubuntu

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

docker.io/apache/apisix:3.16.0-debian

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

docker.io/apache/apisix:3.16.0-ubuntu

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

docker.io/apache/apisix:3.17.0-debian

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

docker.io/apache/apisix:3.17.0-debian

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

docker.io/apache/apisix:3.17.0-ubuntu

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

docker.io/apache/apisix:3.17.0-ubuntu

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

docker.io/apache/apisix:3.18.0-debian

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

docker.io/apache/apisix:3.18.0-ubuntu

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

docker.io/apache/apisix:3.18.0-ubuntu

linux/arm64 docker.io500.99MB2026-09-20 11:21
39

docker.io/apache/apisix:3.2.2-centos

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

docker.io/apache/apisix:3.2.2-centos

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

docker.io/apache/apisix:3.2.2-debian

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

docker.io/apache/apisix:3.2.2-debian

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

docker.io/apache/apisix:3.4.1-debian

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

docker.io/apache/apisix:3.5.0-debian

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

docker.io/apache/apisix:3.6.0-centos

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

docker.io/apache/apisix:3.6.0-debian

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

docker.io/apache/apisix:3.7.0-redhat

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

docker.io/apache/apisix:3.8.0-debian

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

docker.io/apache/apisix:3.9.0-debian

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

docker.io/apache/apisix:3.9.1-debian

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

docker.io/apache/apisix:3.9.1-debian

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

docker.io/apache/apisix:3.9.1-redhat

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

docker.io/apache/apisix:dev

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:latest

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