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

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

Apache APISIX

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

源镜像 docker.io/apache/apisix:3.14.1-debian
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.14.1-debian
镜像ID sha256:0a9bce260e2261d990bb2ea6f203e2437cac313e487d4e59adfc33ae47b526ba
镜像TAG 3.14.1-debian
大小 405.54MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD docker-start
启动入口 /docker-entrypoint.sh
工作目录 /usr/local/apisix
OS/平台 linux/amd64
浏览量 129 次
贡献者
镜像创建 2025-10-17T05:35:59.690014906Z
同步时间 2025-10-27 11:14
更新时间 2025-11-18 15:18
开放端口
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.14.1-debian
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.14.1-debian  docker.io/apache/apisix:3.14.1-debian

Containerd拉取命令

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

Shell快速替换命令

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

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-debian && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.14.1-debian  docker.io/apache/apisix:3.14.1-debian'

镜像构建历史


# 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 # buildkit
                        
# 2025-10-17 13:35:59  0.00B 指定运行容器时使用的用户
USER apisix
                        
# 2025-10-17 13:35:59  58.97MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.14.1 /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
                        
# 2025-10-17 13:35:57  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:57  0.00B 设置工作目录为/usr/local/apisix
WORKDIR /usr/local/apisix
                        
# 2025-10-17 13:35:57  345.96KB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.14.1 /bin/sh -c apt-get -y purge --auto-remove curl wget gnupg --allow-remove-essential # buildkit
                        
# 2025-10-17 13:35:56  3.21MB 执行命令并创建新的镜像层
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:26  1.08KB 复制新文件或目录到容器中
COPY ./install-brotli.sh /install-brotli.sh # buildkit
                        
# 2025-10-17 13:35:26  262.35MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.14.1 /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
                        
# 2025-10-17 13:35:26  0.00B 定义构建参数
ARG APISIX_VERSION=3.14.1
                        
# 2025-09-29 08:00:00  80.67MB 
# debian.sh --arch 'amd64' out/ 'bullseye' '@1759104000'
                        
                    

镜像信息

{
    "Id": "sha256:0a9bce260e2261d990bb2ea6f203e2437cac313e487d4e59adfc33ae47b526ba",
    "RepoTags": [
        "apache/apisix:3.14.1-debian",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.14.1-debian"
    ],
    "RepoDigests": [
        "apache/apisix@sha256:c228717165ecf4c0055818c9e2d9843f7b303f17a6df9e5fbaf8eafeb5007ae4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix@sha256:c8d16eba9e489c5b2f85d5eca8ab7671fb3f7979cd7b965c52aa162a437d0981"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-10-17T05:35:59.690014906Z",
    "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": 405544033,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ae80b2ca35bb30d3d808ccc61d8f353d8da7ebc9a9b19abc9f7cedd61c7678ac/diff:/var/lib/docker/overlay2/7878cdce06e0a6ea5e5f4901221a90b3d827d10261881b32a70218787d29b0ee/diff:/var/lib/docker/overlay2/ee0fc55c23ee1a47fa778c2ba7e518910aff1b4b217ccbbe98404ecb5536ebaf/diff:/var/lib/docker/overlay2/038337a4a5f7063711f0122bc7e1eea598ef263f2f83e7dc0fa292372601e264/diff:/var/lib/docker/overlay2/c079b4cf37a6c3469f036fdb5ca42a413c52d9dcb7e4302f3dbb8c5fac1b76ca/diff:/var/lib/docker/overlay2/f400dd9ea0f5280049b65105873d6e3ea4675ab8ce2c3c03231ed84350c18414/diff:/var/lib/docker/overlay2/6bce92bc93e35c2858217ec699564603377b39c98f87545c2d37312dacc15d0b/diff:/var/lib/docker/overlay2/f5338c752c54d9d733c894aa4f8f85be78324ca36d8f0c7b74cf033658807e41/diff:/var/lib/docker/overlay2/44b0c11251a5c0870f687eebf8e5742d40c336a63933c2cbf3068908681225db/diff",
            "MergedDir": "/var/lib/docker/overlay2/f0be05c8e35610e80553907e0db3f46aaf82e2b5360b18e84ed6aa4e14690b2c/merged",
            "UpperDir": "/var/lib/docker/overlay2/f0be05c8e35610e80553907e0db3f46aaf82e2b5360b18e84ed6aa4e14690b2c/diff",
            "WorkDir": "/var/lib/docker/overlay2/f0be05c8e35610e80553907e0db3f46aaf82e2b5360b18e84ed6aa4e14690b2c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a90c6d363f64891ca4c1bf6a00776b28e2818b4dbcd386fc95e36241efac6aab",
            "sha256:c019f563be9ebe8f17aa7eaa2402e07b6ce3ba91566f8ef4a61f7eab1b235b74",
            "sha256:9d92332a5ec659193bb6e752893db245621cb291ba44e76c3fd814bb7946b711",
            "sha256:f1858aafe13def0087c26793c1f23d846cd390d3d89db1c47d548f3a5b6b7e78",
            "sha256:11c00a788549208346778f0b4a778be52836d27d4fbe33cc915b04cb2963a935",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:fc178c315bc0fb43a6652d75b79fe28ce0426b6bcbc0cf01a040771b6cecf734",
            "sha256:4d1d13c82d8e443c97a86a0fb2ecfe521b6ff627099add666c67059cfb3b344c",
            "sha256:6dc5d3a7ede53612083400b20e8c6309ec823a1f42f77f6c4ee336d195d3891a",
            "sha256:921a04692a022e5bfe5d98c1f723773f59b40b1650aeeb359ee5738e280b414e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-10-27T11:14:19.497674753+08:00"
    }
}

更多版本

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

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

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

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

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

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

docker.io/apache/apisix:3.9.1-debian

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

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

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

docker.io/apache/apisix-dashboard:2.9.0

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:3.10.0-debian

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

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

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

docker.io/apache/apisix-dashboard:latest

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

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

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

docker.io/apache/apisix:3.2.2-centos

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

docker.io/apache/apisix:3.10.0-debian

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

docker.io/apache/apisix:2.15.3-centos

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

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

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

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

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

docker.io/apache/apisix:3.11.0-debian

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

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

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

docker.io/apache/apisix-dashboard:latest

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.6.0-debian

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

docker.io/apache/apisix:3.8.0-debian

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

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

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

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

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

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

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.11.0-redhat

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

docker.io/apache/apisix:3.9.1-redhat

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

docker.io/apache/apisix:3.6.0-centos

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

docker.io/apache/apisix:3.7.0-redhat

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

docker.io/apache/apisix:3.4.1-debian

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

docker.io/apache/apisix:3.11.0-debian

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

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

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

docker.io/apache/apisix:3.2.2-debian

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

docker.io/apache/apisix:3.2.2-debian

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

docker.io/apache/apisix:3.13.0-debian

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

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

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

docker.io/apache/apisix:3.13.0-debian

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

docker.io/apache/apisix:3.5.0-debian

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

docker.io/apache/apisix:3.13.0-ubuntu

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

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

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

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

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

docker.io/apache/apisix:3.9.0-debian

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

docker.io/apache/apisix:dev

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

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

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

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
68

docker.io/apache/apisix:3.9.1-debian

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

docker.io/apache/apisix:3.14.0-ubuntu

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

docker.io/apache/apisix:3.14.1-debian

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

docker.io/apache/apisix:3.14.1-ubuntu

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

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

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