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

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

Apache APISIX

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

源镜像 docker.io/apache/apisix:3.9.0-debian
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.9.0-debian
镜像ID sha256:5e90db4294cdced6ada97b5961326d8956ffb5fd3f80756d425ba90cf0b32b54
镜像TAG 3.9.0-debian
大小 325.58MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD docker-start
启动入口 /docker-entrypoint.sh
工作目录 /usr/local/apisix
OS/平台 linux/amd64
浏览量 13 次
贡献者
镜像创建 2024-04-03T09:32:48.990220855Z
同步时间 2025-09-02 16:26
更新时间 2025-09-03 06:31
开放端口
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.9.0-debian
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.9.0-debian  docker.io/apache/apisix:3.9.0-debian

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2024-04-03 17:32:48  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2024-04-03 17:32:48  0.00B 设置默认要执行的命令
CMD ["docker-start"]
                        
# 2024-04-03 17:32:48  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2024-04-03 17:32:48  2.38KB 复制新文件或目录到容器中
COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
                        
# 2024-04-03 17:32:48  0.00B 声明容器运行时监听的端口
EXPOSE map[9080/tcp:{} 9443/tcp:{}]
                        
# 2024-04-03 17:32:48  22.00B 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.9.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
                        
# 2024-04-03 17:32:48  0.00B 指定运行容器时使用的用户
USER apisix
                        
# 2024-04-03 17:32:48  13.32MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.9.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
                        
# 2024-04-03 17:32:47  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-03 17:32:47  0.00B 设置工作目录为/usr/local/apisix
WORKDIR /usr/local/apisix
                        
# 2024-04-03 17:32:47  340.84KB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.9.0 /bin/sh -c apt-get -y purge --auto-remove curl wget gnupg --allow-remove-essential # buildkit
                        
# 2024-04-03 17:32:45  3.21MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.9.0 /bin/sh -c chmod +x /install-brotli.sh     && cd / && ./install-brotli.sh && rm -rf /install-brotli.sh # buildkit
                        
# 2024-04-03 17:32:16  1.08KB 复制新文件或目录到容器中
COPY ./install-brotli.sh /install-brotli.sh # buildkit
                        
# 2024-04-03 17:32:16  228.08MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.9.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
                        
# 2024-04-03 17:32:16  0.00B 定义构建参数
ARG APISIX_VERSION=3.9.0
                        
# 2024-03-12 09:21:23  0.00B 
/bin/sh -c #(nop)  CMD ["bash"]
                        
# 2024-03-12 09:21:23  80.63MB 
/bin/sh -c #(nop) ADD file:3cd55ecee0ffd78be95dd5842ecd3171631aaccaae50fe41f6bf60ad5be6aaa9 in / 
                        
                    

镜像信息

{
    "Id": "sha256:5e90db4294cdced6ada97b5961326d8956ffb5fd3f80756d425ba90cf0b32b54",
    "RepoTags": [
        "apache/apisix:3.9.0-debian",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.9.0-debian"
    ],
    "RepoDigests": [
        "apache/apisix@sha256:d3de70b3ea6f29fc0d2d812649c0e4be20ba6c00357e839311eae57ba6bc0059",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix@sha256:ce55cd1b9bf607e32c8aec80a0174f3452af23613adf802983f82aba66945a9c"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-04-03T09:32:48.990220855Z",
    "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": 325582803,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f2ea5969c80e1821e37d732aa0bd9a1417daa7331c566c4195f096e904773e95/diff:/var/lib/docker/overlay2/1c014d79ddad94be95f8fca4a7b2438c91ad72559b6ae23b557c4029bb209056/diff:/var/lib/docker/overlay2/b94c1e2ed1954e2a559f5f78f19e8a8889e7baec19efe76fb39c8718dc16097f/diff:/var/lib/docker/overlay2/7b455f31f1ca1d9d6461d4e684aa37ef2fe9505d5acb64673cb1e795991b80e8/diff:/var/lib/docker/overlay2/9171677c90da8d8d67269737fc3f45f60e1854e6b725161819663ff1480efea4/diff:/var/lib/docker/overlay2/8660b76974fcad74d2d94b48d8367dde38a9192577486de7c0c707d973a929a9/diff:/var/lib/docker/overlay2/757eee82dfd67fcdedf6be63622d045159bc8435cbae6544aa4c5eb9c27ae4f2/diff:/var/lib/docker/overlay2/f631ab2e1975ff248ac3ce7aa9f1f548ac9d25e8510010370ed6ee779fb65b01/diff",
            "MergedDir": "/var/lib/docker/overlay2/8b33f761d67d7866735b4918244a8ce9a5dee1cadbd7171e847bc4dc0b3d8c40/merged",
            "UpperDir": "/var/lib/docker/overlay2/8b33f761d67d7866735b4918244a8ce9a5dee1cadbd7171e847bc4dc0b3d8c40/diff",
            "WorkDir": "/var/lib/docker/overlay2/8b33f761d67d7866735b4918244a8ce9a5dee1cadbd7171e847bc4dc0b3d8c40/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:3c8879ab2cf25eb049af95711715b5b99d97490ab4eedbe8d0f160f53ef5a645",
            "sha256:fb8940dcd6ad0d0a40fdb96ea4763925ca9320fbcfed64d43f92e5d2e67e5d99",
            "sha256:1125bce3097ca33ac4095910b3cdd39928726179bba4838681d2d1a7329c6de6",
            "sha256:ef6448aa0ae7aaabbba80870ec753f1616b5cfdc7f6c61cfe6502a3722571a64",
            "sha256:cd2515bc96e7f499a4ef68b4f46598170da4df4c10f6fcc26bc6fa09124eedc4",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:d44ed14ec8529899f2e72ff2e450bdf8a4814d7c18b5f8d3d82dff0ec2f4b446",
            "sha256:111f2e3de029062132f40c7500a5950af6017018f9c78f6d08f1ae339b4a0c5b",
            "sha256:959ac6b282f5d430f9fba9117ea1ef169f478f2572c3b8fc6ac4f445dfefe434"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-02T16:26:03.068363583+08:00"
    }
}

更多版本

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

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

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

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

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

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

docker.io/apache/apisix:3.9.1-debian

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

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

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

docker.io/apache/apisix-dashboard:2.9.0

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:3.10.0-debian

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

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

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

docker.io/apache/apisix-dashboard:latest

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

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

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

docker.io/apache/apisix:3.2.2-centos

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

docker.io/apache/apisix:3.10.0-debian

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

docker.io/apache/apisix:2.15.3-centos

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

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

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

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

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

docker.io/apache/apisix:3.11.0-debian

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

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

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

docker.io/apache/apisix-dashboard:latest

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.6.0-debian

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

docker.io/apache/apisix:3.8.0-debian

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

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

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

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

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

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

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.11.0-redhat

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

docker.io/apache/apisix:3.9.1-redhat

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

docker.io/apache/apisix:3.6.0-centos

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

docker.io/apache/apisix:3.7.0-redhat

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

docker.io/apache/apisix:3.4.1-debian

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

docker.io/apache/apisix:3.11.0-debian

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

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

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

docker.io/apache/apisix:3.2.2-debian

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

docker.io/apache/apisix:3.2.2-debian

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

docker.io/apache/apisix:3.13.0-debian

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

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

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

docker.io/apache/apisix:3.13.0-debian

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

docker.io/apache/apisix:3.5.0-debian

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

docker.io/apache/apisix:3.13.0-ubuntu

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

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

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

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

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

docker.io/apache/apisix:3.9.0-debian

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