logo
docker.io/apache/apisix:3.18.0-ubuntu
linux/amd64 docker.io 已验证 · apache xxx 贡献

Apache APISIX

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

13
浏览次数
466.27MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.18.0-ubuntu
源镜像
docker.io/apache/apisix:3.18.0-ubuntu
镜像ID
sha256:5e5500c92116de1f9886b174623d6874e6beadd4d5d66c8ba1e5bffa0b2f575e
镜像 TAG
3.18.0-ubuntu
镜像大小
466.27MB
平台架构
linux/amd64
镜像源
docker.io
CMD
docker-start
启动入口
/docker-entrypoint.sh
工作目录
/usr/local/apisix
OS/平台
linux/amd64
镜像创建
2026-08-21T10:43:37.908719638Z
同步时间
2026-09-03 09:38
浏览量
13 次
贡献者
avatar xxx
🔌 开放端口 2
9080/tcp 9443/tcp
⚙️ 环境变量 1
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
🏷️ 镜像标签 1
KeyValue
24.04 org.opencontainers.image.version
🛡️ 镜像安全扫描
ubuntu 24.04 Trivy 2026-09-03 09:39 查看完整报告
20
低危 LOW
63
中危 MEDIUM
0
高危 HIGH
0
严重 CRITICAL
受影响目标 (3)
docker.io/apache/apisix:3.18.0-ubuntu (ubuntu 24.04) ubuntu /usr/local/apisix/conf/cert/ssl_PLACE_HOLDER.key /usr/local/openresty/pod/lua-resty-rsa-1.1.1/lua-resty-rsa-1.1.1.pod

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-08-21 18:43:37  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2026-08-21 18:43:37  0.00B 设置默认要执行的命令
CMD ["docker-start"]
                        
# 2026-08-21 18:43:37  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2026-08-21 18:43:37  2.09KB 复制新文件或目录到容器中
COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
                        
# 2026-08-21 18:43:37  0.00B 声明容器运行时监听的端口
EXPOSE [9080/tcp 9443/tcp]
                        
# 2026-08-21 18:43:37  22.00B 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.18.0 /bin/sh -c ln -sf /dev/stdout /usr/local/apisix/logs/access.log     && ln -sf /dev/stderr /usr/local/apisix/logs/error.log # buildkit
                        
# 2026-08-21 18:43:37  0.00B 指定运行容器时使用的用户
USER apisix
                        
# 2026-08-21 18:43:37  64.52MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.18.0 /bin/sh -c groupadd --system --gid 636 apisix     && useradd --system --gid apisix --no-create-home --shell /usr/sbin/nologin --uid 636 apisix     && chown -R apisix:0 /usr/local/apisix     && chmod -R g=u /usr/local/apisix # buildkit
                        
# 2026-08-21 18:43:36  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
                        
# 2026-08-21 18:43:36  0.00B 设置工作目录为/usr/local/apisix
WORKDIR /usr/local/apisix
                        
# 2026-08-21 18:43:36  595.98KB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.18.0 /bin/sh -c apt-get -y purge --auto-remove curl wget gnupg --allow-remove-essential # buildkit
                        
# 2026-08-21 18:43:34  1.66MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.18.0 /bin/sh -c chmod +x /install-brotli.sh     && cd / && ./install-brotli.sh && rm -rf /install-brotli.sh # buildkit
                        
# 2026-08-21 18:43:02  1.08KB 复制新文件或目录到容器中
COPY ./install-brotli.sh /install-brotli.sh # buildkit
                        
# 2026-08-21 18:43:02  321.33MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.18.0 /bin/sh -c set -ex;     arch=$(dpkg --print-architecture);     apt update;     apt-get -y install --no-install-recommends wget gnupg ca-certificates curl;    . /etc/os-release;     case "${arch}" in       amd64)         wget -O - https://repos.apiseven.com/pubkey.gpg | apt-key add -         && echo "deb https://repos.apiseven.com/packages/ubuntu $VERSION_CODENAME main" | tee /etc/apt/sources.list.d/apisix.list         ;;       arm64)         wget -O - https://repos.apiseven.com/pubkey.gpg | apt-key add -         && echo "deb https://repos.apiseven.com/packages/arm64/ubuntu $VERSION_CODENAME main" | tee /etc/apt/sources.list.d/apisix.list         ;;     esac;     apt update     && apt install -y apisix=${APISIX_VERSION}-0 libxml2 libxslt1.1     && apt-get purge -y --auto-remove     && rm -f /usr/local/openresty/bin/etcdctl     && openresty -V     && apisix version # buildkit
                        
# 2026-08-21 18:43:02  0.00B 定义构建参数
ARG APISIX_VERSION=3.18.0
                        
# 2026-08-17 21:09:51  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2026-08-17 21:09:50  78.16MB 
/bin/sh -c #(nop) ADD file:cb9335ce6f27399c2b17787739d6675502767c53e0335ded2a5f0d003d996650 in / 
                        
# 2026-08-17 21:09:48  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2026-08-17 21:09:48  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2026-08-17 21:09:48  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:5e5500c92116de1f9886b174623d6874e6beadd4d5d66c8ba1e5bffa0b2f575e",
    "RepoTags": [
        "apache/apisix:3.18.0-ubuntu",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.18.0-ubuntu"
    ],
    "RepoDigests": [
        "apache/apisix@sha256:9ee5df1611f98a902d1bbacf760b35632498006854a223837ab290d27a928846",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix@sha256:53e802f1a2c9f01931b84b6914c2f037ec0f57a1252ace621a6d44e86cf5494a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-08-21T10:43:37.908719638Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "apisix",
        "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"
        ],
        "Cmd": [
            "docker-start"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/usr/local/apisix",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.version": "24.04"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 466265258,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/445da585e11a7c277b9bdc15ba1175487d36fff859c741edb1b20d6d0e51017e/diff:/var/lib/docker/overlay2/6eef058c4b7a4f1cf8e2a68eb7c5ac0923218ac6f14cd708f44e6366fb74e03e/diff:/var/lib/docker/overlay2/56ab38c967080a4885500f98c769a7070b8e78eb0ec78fbc042df6f183494aba/diff:/var/lib/docker/overlay2/c28198f5ff838f8f8782d889cfa95746865c46820f5ea508ffdbf9bef005827a/diff:/var/lib/docker/overlay2/cd4c3e3d29094e2f7db2037f85d12f7e11c219e2040bc4f31794d4e22fae9ca1/diff:/var/lib/docker/overlay2/3a09879083fec291b8aab7f0e6777a51f7a0ab43e7569546294697ed3c333d82/diff:/var/lib/docker/overlay2/480d6f3a41dcd74b73385941b089fdd2f42d8d56a56864bc592b4a624bec69ef/diff:/var/lib/docker/overlay2/a1f1a9f2dee73b9b950a47333907592266bce97f5231e252edb3475526dcf58d/diff",
            "MergedDir": "/var/lib/docker/overlay2/691d10c4568aa6be738cef3201ce8c0d4fb5bf2805aa4a23d1bd2351ac8f68e3/merged",
            "UpperDir": "/var/lib/docker/overlay2/691d10c4568aa6be738cef3201ce8c0d4fb5bf2805aa4a23d1bd2351ac8f68e3/diff",
            "WorkDir": "/var/lib/docker/overlay2/691d10c4568aa6be738cef3201ce8c0d4fb5bf2805aa4a23d1bd2351ac8f68e3/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b9a65b3c65ab22d490085bd0bf5490e2409da8748b406870f2463bdc41cd6795",
            "sha256:c6fe329c52948382d828a4b8d3ff2f5345588a531cf878848d14f74ead1bf504",
            "sha256:1b4bcb536696c1ac2f20903b37325ea8bd2db0b86995201013a270190f8520bf",
            "sha256:c164b34f758738a48a31c8683ab4bf7e1d6156459195f55ef627052069e24652",
            "sha256:355122693594d495144f454361e216e5674a6f224f1ced6470f45a9e095e4b85",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:6dc03669461de6067b783febd071efd0f0def6535f13d27d038a7a287aca6b84",
            "sha256:b4484d8a846e99422e9849adb4f2f5d0bb790db14c4932964bf0aa9d81a771a2",
            "sha256:c4011f262f7c57b119ecd7966815f61213c26a89d5e54027b46168c00922e750"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-09-03T09:38:46.524087569+08:00"
    }
}

更多版本

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

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

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

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

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

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

docker.io/apache/apisix:3.9.1-debian

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

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

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

docker.io/apache/apisix-dashboard:2.9.0

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:3.10.0-debian

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

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

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

docker.io/apache/apisix-dashboard:latest

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

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

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

docker.io/apache/apisix:3.2.2-centos

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

docker.io/apache/apisix:3.10.0-debian

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

docker.io/apache/apisix:2.15.3-centos

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

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

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

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

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

docker.io/apache/apisix:3.11.0-debian

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

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

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

docker.io/apache/apisix-dashboard:latest

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.6.0-debian

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

docker.io/apache/apisix:3.8.0-debian

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

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

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

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

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

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

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.11.0-redhat

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

docker.io/apache/apisix:3.9.1-redhat

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

docker.io/apache/apisix:3.6.0-centos

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

docker.io/apache/apisix:3.7.0-redhat

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

docker.io/apache/apisix:3.4.1-debian

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

docker.io/apache/apisix:3.11.0-debian

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

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

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

docker.io/apache/apisix:3.2.2-debian

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

docker.io/apache/apisix:3.2.2-debian

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

docker.io/apache/apisix:3.13.0-debian

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

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

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

docker.io/apache/apisix:3.13.0-debian

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

docker.io/apache/apisix:3.5.0-debian

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

docker.io/apache/apisix:3.13.0-ubuntu

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

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

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

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

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

docker.io/apache/apisix:3.9.0-debian

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

docker.io/apache/apisix:dev

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

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

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

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

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

docker.io/apache/apisix:3.2.2-centos

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

docker.io/apache/apisix:3.9.1-debian

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

docker.io/apache/apisix:3.14.0-ubuntu

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

docker.io/apache/apisix:3.14.1-debian

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

docker.io/apache/apisix:3.14.1-ubuntu

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

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

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

docker.io/apache/apisix:3.14.1-redhat

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

docker.io/apache/apisix:2.6-alpine

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

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

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

docker.io/apache/apisix:3.14.1-ubuntu

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

docker.io/apache/apisix:3.14.1-debian

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

docker.io/apache/apisix:3.15.0-debian

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

docker.io/apache/apisix:3.15.0-ubuntu

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

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

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

docker.io/apache/apisix:3.16.0-ubuntu

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

docker.io/apache/apisix:3.16.0-debian

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

docker.io/apache/apisix:3.17.0-debian

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

docker.io/apache/apisix:3.17.0-ubuntu

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

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

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

docker.io/apache/apisix:3.17.0-debian

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

docker.io/apache/apisix:3.17.0-ubuntu

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

docker.io/apache/apisix:3.18.0-ubuntu

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

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

linux/amd64 docker.io104.18MB2026-09-03 09:39
13
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×