广告图片

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

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

Apache APISIX

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

源镜像 docker.io/apache/apisix:3.15.0-ubuntu
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.15.0-ubuntu
镜像ID sha256:57f35b524d54bb3b12021e1a40835e3cbfed94158747a2794ae01aedea8db057
镜像TAG 3.15.0-ubuntu
大小 458.24MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD docker-start
启动入口 /docker-entrypoint.sh
工作目录 /usr/local/apisix
OS/平台 linux/amd64
浏览量 15 次
贡献者
镜像创建 2026-02-06T09:27:56.942642337Z
同步时间 2026-04-04 22:19
开放端口
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
镜像标签
ubuntu: org.opencontainers.image.ref.name 24.04: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2026-02-06 17:27:56  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2026-02-06 17:27:56  0.00B 设置默认要执行的命令
CMD ["docker-start"]
                        
# 2026-02-06 17:27:56  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2026-02-06 17:27:56  1.01KB 复制新文件或目录到容器中
COPY ./check_standalone_config.sh /check_standalone_config.sh # buildkit
                        
# 2026-02-06 17:27:56  2.12KB 复制新文件或目录到容器中
COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
                        
# 2026-02-06 17:27:56  0.00B 声明容器运行时监听的端口
EXPOSE [9080/tcp 9443/tcp]
                        
# 2026-02-06 17:27:56  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:56  0.00B 指定运行容器时使用的用户
USER apisix
                        
# 2026-02-06 17:27:56  59.41MB 执行命令并创建新的镜像层
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:55  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:55  0.00B 设置工作目录为/usr/local/apisix
WORKDIR /usr/local/apisix
                        
# 2026-02-06 17:27:55  591.46KB 执行命令并创建新的镜像层
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:53  18.17MB 执行命令并创建新的镜像层
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:27:17  1.08KB 复制新文件或目录到容器中
COPY ./install-brotli.sh /install-brotli.sh # buildkit
                        
# 2026-02-06 17:27:17  301.94MB 执行命令并创建新的镜像层
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;    . /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     && apt-get purge -y --auto-remove     && rm /usr/local/openresty/bin/etcdctl     && openresty -V     && apisix version # buildkit
                        
# 2026-02-06 17:27:17  0.00B 定义构建参数
ARG APISIX_VERSION=3.15.0
                        
# 2026-01-13 13:37:27  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2026-01-13 13:37:27  78.12MB 
/bin/sh -c #(nop) ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b in / 
                        
# 2026-01-13 13:37:25  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2026-01-13 13:37:25  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2026-01-13 13:37:25  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2026-01-13 13:37:25  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:57f35b524d54bb3b12021e1a40835e3cbfed94158747a2794ae01aedea8db057",
    "RepoTags": [
        "apache/apisix:3.15.0-ubuntu",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.15.0-ubuntu"
    ],
    "RepoDigests": [
        "apache/apisix@sha256:142dde6b11d7dd2a4e1440906910595aad04f05d6d39a6591b5845ac4707bc6e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix@sha256:77ad82ef107d04047225cb81edf13935df0263d21c6e1b56aca34b7d82e1bb4a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-06T09:27:56.942642337Z",
    "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.ref.name": "ubuntu",
            "org.opencontainers.image.version": "24.04"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 458239350,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a39c7382520197f62588071dbf0cc04ce4ef4d56a058075c4cce3e040e345148/diff:/var/lib/docker/overlay2/d37872b34698810ade4dbd9a065ddc1f2dd0ad215b16b12c75bb124e306e4cb6/diff:/var/lib/docker/overlay2/2bef36493b8583e16e2399b5de00bbedfd168416267728db6a0ad7fcc1d53ce2/diff:/var/lib/docker/overlay2/8e106223c5839d73864ddcece9ee6d5927ad7027d7e711ec5b136b695c80553d/diff:/var/lib/docker/overlay2/8beb2747747ac8900d30da403a26f74b0c071db0b71a52103c197c2a3cd37a2f/diff:/var/lib/docker/overlay2/02e349e004fd6a7d04b22e1200f83ece717a41071dc3322ef1c2f9a690cc72db/diff:/var/lib/docker/overlay2/c024378d9569a34a41c28d031000f5bad8559ae452026907cc45b89ab3b8fdb6/diff:/var/lib/docker/overlay2/38a18f09c728181c9ab64a687e3a5693c69ec6f6bf86f1090c6d42516aee1c2b/diff:/var/lib/docker/overlay2/b9730c5d23d93a0e3112bbbdf346599ae81f2cdea6dbfb5cedacbdbff1648396/diff",
            "MergedDir": "/var/lib/docker/overlay2/9f2d8a2c21686b964418fbce56ec9c4029195b891b4b94927779b01aaf98bf8d/merged",
            "UpperDir": "/var/lib/docker/overlay2/9f2d8a2c21686b964418fbce56ec9c4029195b891b4b94927779b01aaf98bf8d/diff",
            "WorkDir": "/var/lib/docker/overlay2/9f2d8a2c21686b964418fbce56ec9c4029195b891b4b94927779b01aaf98bf8d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:123a078714d5ea9382d4d9f550753aefce8b34ec5ae11ae8273038d3bcbb943f",
            "sha256:547756887d95d87b94d454d0dab4f68c81b496bfd49f05f961f83a69245c6ce4",
            "sha256:a6406c21da792a15b0f1031ae4e0c0a86550c25dffc1d6912513aad566b9ef8c",
            "sha256:b6400b46c6a787f0c21c6396a085c97e91fc556966a59d3e66b73f4babec9963",
            "sha256:2e19a3161bcaddb7d4424daef57ed4009bbe9d86c828aa9331d1f727d7efb09f",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:a206923ad7937d2136493077d658ef00a76916f532f116c92492c0b438c89e40",
            "sha256:ce0bb3b11f548b53e7f66a2df4109c60fa880a7132321091c41e946942aedfec",
            "sha256:b4d76d3dd7a38ca831564261388dbc822d4845b11fbb1feb0cf342b7e35c7b89",
            "sha256:6e096bcc74af18a6b36dee1478a278f7891f6742ef5d03febb01871e0a2d5648"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-04T22:19:00.094558283+08:00"
    }
}

更多版本

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

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

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

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

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

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

docker.io/apache/apisix:3.9.1-debian

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

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

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

docker.io/apache/apisix-dashboard:2.9.0

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:3.10.0-debian

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

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

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

docker.io/apache/apisix-dashboard:latest

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

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

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

docker.io/apache/apisix:3.2.2-centos

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

docker.io/apache/apisix:3.10.0-debian

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

docker.io/apache/apisix:2.15.3-centos

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

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

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

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

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

docker.io/apache/apisix:3.11.0-debian

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

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

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

docker.io/apache/apisix-dashboard:latest

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.6.0-debian

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

docker.io/apache/apisix:3.8.0-debian

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

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

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

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

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

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

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.11.0-redhat

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

docker.io/apache/apisix:3.9.1-redhat

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

docker.io/apache/apisix:3.6.0-centos

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

docker.io/apache/apisix:3.7.0-redhat

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

docker.io/apache/apisix:3.4.1-debian

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

docker.io/apache/apisix:3.11.0-debian

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

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

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

docker.io/apache/apisix:3.2.2-debian

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

docker.io/apache/apisix:3.2.2-debian

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

docker.io/apache/apisix:3.13.0-debian

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

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

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

docker.io/apache/apisix:3.13.0-debian

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

docker.io/apache/apisix:3.5.0-debian

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

docker.io/apache/apisix:3.13.0-ubuntu

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

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

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

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

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

docker.io/apache/apisix:3.9.0-debian

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

docker.io/apache/apisix:dev

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

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

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

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

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

docker.io/apache/apisix:3.2.2-centos

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

docker.io/apache/apisix:3.9.1-debian

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

docker.io/apache/apisix:3.14.0-ubuntu

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

docker.io/apache/apisix:3.14.1-debian

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

docker.io/apache/apisix:3.14.1-ubuntu

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

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

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

docker.io/apache/apisix:3.14.1-redhat

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

docker.io/apache/apisix:2.6-alpine

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

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

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

docker.io/apache/apisix:3.14.1-ubuntu

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

docker.io/apache/apisix:3.14.1-debian

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

docker.io/apache/apisix:3.15.0-debian

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

docker.io/apache/apisix:3.15.0-ubuntu

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