docker.io/apache/apisix:3.15.0-debian linux/amd64

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

Apache APISIX

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

源镜像 docker.io/apache/apisix:3.15.0-debian
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.15.0-debian
镜像ID sha256:1dd9886457916a223a89be84b0048d5a4b94d866bb5265b4d0c16c67318aedb4
镜像TAG 3.15.0-debian
大小 406.80MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD docker-start
启动入口 /docker-entrypoint.sh
工作目录 /usr/local/apisix
OS/平台 linux/amd64
浏览量 7 次
贡献者
镜像创建 2026-02-06T09:27:23.77477723Z
同步时间 2026-02-11 12:04
开放端口
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

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-02-06 17:27:23  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2026-02-06 17:27:23  0.00B 设置默认要执行的命令
CMD ["docker-start"]
                        
# 2026-02-06 17:27:23  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2026-02-06 17:27:23  1.01KB 复制新文件或目录到容器中
COPY ./check_standalone_config.sh /check_standalone_config.sh # buildkit
                        
# 2026-02-06 17:27:23  2.12KB 复制新文件或目录到容器中
COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
                        
# 2026-02-06 17:27:23  0.00B 声明容器运行时监听的端口
EXPOSE [9080/tcp 9443/tcp]
                        
# 2026-02-06 17:27:23  22.00B 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.15.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-02-06 17:27:23  0.00B 指定运行容器时使用的用户
USER apisix
                        
# 2026-02-06 17:27:23  59.56MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.15.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:apisix /usr/local/apisix # buildkit
                        
# 2026-02-06 17:27:22  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-02-06 17:27:22  0.00B 设置工作目录为/usr/local/apisix
WORKDIR /usr/local/apisix
                        
# 2026-02-06 17:27:22  346.25KB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.15.0 /bin/sh -c apt-get -y purge --auto-remove curl wget gnupg --allow-remove-essential # buildkit
                        
# 2026-02-06 17:27:20  3.21MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.15.0 /bin/sh -c chmod +x /install-brotli.sh     && cd / && ./install-brotli.sh && rm -rf /install-brotli.sh # buildkit
                        
# 2026-02-06 17:26:52  1.08KB 复制新文件或目录到容器中
COPY ./install-brotli.sh /install-brotli.sh # buildkit
                        
# 2026-02-06 17:26:52  263.01MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.15.0 /bin/sh -c set -ex;     arch=$(dpkg --print-architecture);     apt update;     apt-get -y install --no-install-recommends wget gnupg ca-certificates curl;    codename=`grep -Po 'VERSION="[0-9]+ \(\K[^)]+' /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/debian $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/debian $codename main" | tee /etc/apt/sources.list.d/apisix.list         ;;     esac;     apt update     && apt install -y apisix=${APISIX_VERSION}-0     && apt-get purge -y --auto-remove     && rm /usr/local/openresty/bin/etcdctl     && openresty -V     && apisix version # buildkit
                        
# 2026-02-06 17:26:52  0.00B 定义构建参数
ARG APISIX_VERSION=3.15.0
                        
# 2026-02-02 08:00:00  80.67MB 
# debian.sh --arch 'amd64' out/ 'bullseye' '@1769990400'
                        
                    

镜像信息

{
    "Id": "sha256:1dd9886457916a223a89be84b0048d5a4b94d866bb5265b4d0c16c67318aedb4",
    "RepoTags": [
        "apache/apisix:3.15.0-debian",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.15.0-debian"
    ],
    "RepoDigests": [
        "apache/apisix@sha256:4c201af4f6887def17c22be19e38f64cedf507db8bcc43991089778ad1188b9c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix@sha256:5da1de1f7719c90022d9725282395d9302d0a56ddefdf69a975613aaab206467"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-06T09:27:23.77477723Z",
    "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": null,
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 406801922,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/4d289a0bb6b71e082d5b63794202c9d361f0b4e2cedbe24604e7e95aafca1f72/diff:/var/lib/docker/overlay2/6edcddf163e60192788772a905d858680a81296c41545982c6b670040d2af80b/diff:/var/lib/docker/overlay2/3389b5e35ab3995bc0c19a063a416137935c0f533d8627bc97fd9124df29f531/diff:/var/lib/docker/overlay2/bddaa1521e71ce10a14cf50b4e529d3d674a61d56b01e1674d7db13c274f0d4b/diff:/var/lib/docker/overlay2/4f19fa72d03f1943d931953bc425794dae388004305d9fa2aa76d2dc37c23e39/diff:/var/lib/docker/overlay2/c774ab33b9405d91e0078db3f98d9ed50064e6af2d7f369cbb38f81ca0303bc1/diff:/var/lib/docker/overlay2/ac985346d8e1b32ebb8a3918d0788a93b9a528b4746f4dca2e7afad307f96774/diff:/var/lib/docker/overlay2/174563981d1a92fc4460d17133459f6af78cd914adb587be13e4a810da0eba69/diff:/var/lib/docker/overlay2/9ee49d35c1ecc54ef4a27d2ff6b45dcc1ba5aa2e87bbf5b6bd1706c4a0706f2f/diff",
            "MergedDir": "/var/lib/docker/overlay2/a11c94622a93aee4fc78321b9f59d27f8fbaca90c815e23fb4c1df97211ab44a/merged",
            "UpperDir": "/var/lib/docker/overlay2/a11c94622a93aee4fc78321b9f59d27f8fbaca90c815e23fb4c1df97211ab44a/diff",
            "WorkDir": "/var/lib/docker/overlay2/a11c94622a93aee4fc78321b9f59d27f8fbaca90c815e23fb4c1df97211ab44a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:66e9c7c89f57c8ed2eca57382cba6e3b90e2765eeb2031482eaee3d2afd54b8f",
            "sha256:7991c55e32b6e6b1fb6bde9b33af110ca5f0fbbcd480d4ab38085ad5d061ddc1",
            "sha256:96b9588ab45eb42649327e73d88de43bc6bf51391fb9453807cc25b8eafc80a3",
            "sha256:390deee7b66fbc06fa6644da7bc05afd5e20ea9998977a9a809bc557fcb564e4",
            "sha256:333e4723b4f4e813d49f9cb66a9944e39438a542988451a4411492d012b01f7f",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:973680d39e3e18b6a3281843036d4209d5dde5cb9cb60546958e96448b52d629",
            "sha256:d122cecce5b2954d9dfe84dc08427bcbba4a3aaa1a25fbe546c1e3065afb5405",
            "sha256:0a563ea7ce36422a39d91afe916d2fe5ac3e5d75cb8f438a4b45aac6d5a2c3dd",
            "sha256:8c67fc3135011e9a98be0b067f01e106f4d315c17678a7930085b29c6556bd1e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-11T12:04:14.282735233+08:00"
    }
}

更多版本

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

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

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

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

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

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

docker.io/apache/apisix:3.9.1-debian

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

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

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

docker.io/apache/apisix-dashboard:2.9.0

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:3.10.0-debian

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

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

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

docker.io/apache/apisix-dashboard:latest

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

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

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

docker.io/apache/apisix:3.2.2-centos

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

docker.io/apache/apisix:3.10.0-debian

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

docker.io/apache/apisix:2.15.3-centos

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

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

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

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

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

docker.io/apache/apisix:3.11.0-debian

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

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

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

docker.io/apache/apisix-dashboard:latest

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.6.0-debian

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

docker.io/apache/apisix:3.8.0-debian

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

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

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

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

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

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

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.11.0-redhat

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

docker.io/apache/apisix:3.9.1-redhat

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

docker.io/apache/apisix:3.6.0-centos

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

docker.io/apache/apisix:3.7.0-redhat

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

docker.io/apache/apisix:3.4.1-debian

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

docker.io/apache/apisix:3.11.0-debian

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

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

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

docker.io/apache/apisix:3.2.2-debian

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

docker.io/apache/apisix:3.2.2-debian

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

docker.io/apache/apisix:3.13.0-debian

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

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

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

docker.io/apache/apisix:3.13.0-debian

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

docker.io/apache/apisix:3.5.0-debian

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

docker.io/apache/apisix:3.13.0-ubuntu

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

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

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

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

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

docker.io/apache/apisix:3.9.0-debian

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

docker.io/apache/apisix:dev

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

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

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

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

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

docker.io/apache/apisix:3.2.2-centos

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

docker.io/apache/apisix:3.9.1-debian

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

docker.io/apache/apisix:3.14.0-ubuntu

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

docker.io/apache/apisix:3.14.1-debian

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

docker.io/apache/apisix:3.14.1-ubuntu

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

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

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

docker.io/apache/apisix:3.14.1-redhat

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

docker.io/apache/apisix:2.6-alpine

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

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

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

docker.io/apache/apisix:3.14.1-ubuntu

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

docker.io/apache/apisix:3.14.1-debian

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

docker.io/apache/apisix:3.15.0-debian

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