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

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

Apache APISIX

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

源镜像 docker.io/apache/apisix:3.13.0-debian
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.13.0-debian
镜像ID sha256:801dec95067e2e326b25bf6f5eaa143ab89772afef82c5a164ea4295f33c7725
镜像TAG 3.13.0-debian
大小 397.74MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD docker-start
启动入口 /docker-entrypoint.sh
工作目录 /usr/local/apisix
OS/平台 linux/amd64
浏览量 42 次
贡献者
镜像创建 2025-06-30T11:44:59.034681126Z
同步时间 2025-07-16 16:04
更新时间 2025-07-31 18:42
开放端口
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.13.0-debian
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.13.0-debian  docker.io/apache/apisix:3.13.0-debian

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2025-06-30 19:44:59  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2025-06-30 19:44:59  0.00B 设置默认要执行的命令
CMD ["docker-start"]
                        
# 2025-06-30 19:44:59  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2025-06-30 19:44:59  1.01KB 复制新文件或目录到容器中
COPY ./check_standalone_config.sh /check_standalone_config.sh # buildkit
                        
# 2025-06-30 19:44:59  2.12KB 复制新文件或目录到容器中
COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
                        
# 2025-06-30 19:44:59  0.00B 声明容器运行时监听的端口
EXPOSE map[9080/tcp:{} 9443/tcp:{}]
                        
# 2025-06-30 19:44:59  22.00B 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.13.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
                        
# 2025-06-30 19:44:58  0.00B 指定运行容器时使用的用户
USER apisix
                        
# 2025-06-30 19:44:58  55.08MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.13.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
                        
# 2025-06-30 19:44:56  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-06-30 19:44:56  0.00B 设置工作目录为/usr/local/apisix
WORKDIR /usr/local/apisix
                        
# 2025-06-30 19:44:56  345.66KB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.13.0 /bin/sh -c apt-get -y purge --auto-remove curl wget gnupg --allow-remove-essential # buildkit
                        
# 2025-06-30 19:44:55  3.22MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.13.0 /bin/sh -c chmod +x /install-brotli.sh     && cd / && ./install-brotli.sh && rm -rf /install-brotli.sh # buildkit
                        
# 2025-06-30 19:44:27  1.08KB 复制新文件或目录到容器中
COPY ./install-brotli.sh /install-brotli.sh # buildkit
                        
# 2025-06-30 19:44:27  258.42MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.13.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
                        
# 2025-06-30 19:44:27  0.00B 定义构建参数
ARG APISIX_VERSION=3.13.0
                        
# 2025-06-10 08:00:00  80.67MB 
# debian.sh --arch 'amd64' out/ 'bullseye' '@1749513600'
                        
                    

镜像信息

{
    "Id": "sha256:801dec95067e2e326b25bf6f5eaa143ab89772afef82c5a164ea4295f33c7725",
    "RepoTags": [
        "apache/apisix:3.13.0-debian",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.13.0-debian"
    ],
    "RepoDigests": [
        "apache/apisix@sha256:c5c7a55ebb5c07abc210dbb963a37f41030e12c91d23bacedbaa168fec633bd7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix@sha256:03a5ae27491551dbe4188536f7082bbf716d48eb1614b99e962d7caa1a97f9c7"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-30T11:44:59.034681126Z",
    "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": 397736724,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/56a8ebcb93ce735c529373b3c2648b1038fc7f0e465ced9030ce6794767b3ec8/diff:/var/lib/docker/overlay2/1ab77db47b085895f540b79d6afc935c5ae5b785fdf37dfefcc82e0a08cfab8b/diff:/var/lib/docker/overlay2/610375dd1bba1264c65cfe8b15c3eabc16faa8ceba4631cf557f014fb4736348/diff:/var/lib/docker/overlay2/46743f8a3887985ec311e85a9e1a552683d70d393694b9977f06eb7af5e1890f/diff:/var/lib/docker/overlay2/c1f01759ca31fd56d34b2badf71b8e7aaa0cee1ed38ca94dec8d187782882cab/diff:/var/lib/docker/overlay2/e65663777855c45e7981c0e8bb9418a10a45e8a978a6971817ff237930226760/diff:/var/lib/docker/overlay2/f70b612e5d29fa2fc811555ed27500ec4858814f841dc955dac818c774c50136/diff:/var/lib/docker/overlay2/4595c989f3906dca4613ba9618c9e1ad39002695d6c5e6b37cf2d09cec4d993d/diff:/var/lib/docker/overlay2/6c91b74a76f02d001c1d564832669eae2dc646a010d023b8406dd5bc8e01aafe/diff",
            "MergedDir": "/var/lib/docker/overlay2/de2a115e5c514ff354f037d2b6c7ec695d30dcf9222e7fc98969607798dd8aa5/merged",
            "UpperDir": "/var/lib/docker/overlay2/de2a115e5c514ff354f037d2b6c7ec695d30dcf9222e7fc98969607798dd8aa5/diff",
            "WorkDir": "/var/lib/docker/overlay2/de2a115e5c514ff354f037d2b6c7ec695d30dcf9222e7fc98969607798dd8aa5/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:bfb20bd8a4343b1258f70f35e95bf3d27dc471093ccddc4f1caeb9a3cdd0bdd0",
            "sha256:abe17466f0b8364fdb133872271621180586c1077812284bdedba4ce57daf959",
            "sha256:1698ed801dcefdcf2690e60a4fa3407d26df8368b49b53f44e4b8827509ac781",
            "sha256:985e7fd339199feb1eda3b3039a91f9697e329fcdf65f23f544409b61b843ea2",
            "sha256:ada61c474f22cf33b0b7331f27a35889932f91a06330ab15b6df07b2eaa26340",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:26ac22e06942cf8905b28d7d17c34927cd12d5827f8d07c27c67ac877e3b6b5b",
            "sha256:c974ce0879e1e828780509e50f630d443152a481177122c29b01792b4a764cab",
            "sha256:e5ae303db61fc28fde628691db33b26cab39c1bc94e16865107200b69599b927",
            "sha256:aaaacd71c1a6f80b00762d343472f2d22e25c0d376c6e2f27764e78580643fa6"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-16T16:04:12.506151351+08:00"
    }
}

更多版本

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

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

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

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

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

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

docker.io/apache/apisix:3.9.1-debian

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

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

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

docker.io/apache/apisix-dashboard:2.9.0

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:3.10.0-debian

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

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

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

docker.io/apache/apisix-dashboard:latest

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

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

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

docker.io/apache/apisix:3.2.2-centos

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

docker.io/apache/apisix:3.10.0-debian

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

docker.io/apache/apisix:2.15.3-centos

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

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

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

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

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

docker.io/apache/apisix:3.11.0-debian

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

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

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

docker.io/apache/apisix-dashboard:latest

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.6.0-debian

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

docker.io/apache/apisix:3.8.0-debian

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

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

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

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

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

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

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.11.0-redhat

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

docker.io/apache/apisix:3.9.1-redhat

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

docker.io/apache/apisix:3.6.0-centos

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

docker.io/apache/apisix:3.7.0-redhat

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

docker.io/apache/apisix:3.4.1-debian

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

docker.io/apache/apisix:3.11.0-debian

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

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

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

docker.io/apache/apisix:3.2.2-debian

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

docker.io/apache/apisix:3.2.2-debian

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

docker.io/apache/apisix:3.13.0-debian

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

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

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

docker.io/apache/apisix:3.13.0-debian

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