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

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

Apache APISIX

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

源镜像 docker.io/apache/apisix:3.8.0-debian
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.8.0-debian
镜像ID sha256:614799026bce4dd54bcedd26c7ddaac77b27d11cb3d0800a3417feb1119b741e
镜像TAG 3.8.0-debian
大小 320.29MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD docker-start
启动入口 /docker-entrypoint.sh
工作目录 /usr/local/apisix
OS/平台 linux/amd64
浏览量 39 次
贡献者 72******0@qq.com
镜像创建 2024-02-22T14:22:07.443670023Z
同步时间 2025-04-28 11:37
更新时间 2025-05-17 07:52
开放端口
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.8.0-debian
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.8.0-debian  docker.io/apache/apisix:3.8.0-debian

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2024-02-22 22:22:07  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2024-02-22 22:22:07  0.00B 设置默认要执行的命令
CMD ["docker-start"]
                        
# 2024-02-22 22:22:07  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2024-02-22 22:22:07  2.38KB 复制新文件或目录到容器中
COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
                        
# 2024-02-22 22:22:07  0.00B 声明容器运行时监听的端口
EXPOSE map[9080/tcp:{} 9443/tcp:{}]
                        
# 2024-02-22 22:22:07  22.00B 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.8.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-02-22 22:22:07  0.00B 指定运行容器时使用的用户
USER apisix
                        
# 2024-02-22 22:22:07  13.25MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.8.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-02-22 22:22:05  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-02-22 22:22:05  0.00B 设置工作目录为/usr/local/apisix
WORKDIR /usr/local/apisix
                        
# 2024-02-22 22:22:05  245.40KB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.8.0 /bin/sh -c apt-get -y purge --auto-remove curl wget gnupg --allow-remove-essential # buildkit
                        
# 2024-02-22 22:22:03  226.16MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.8.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-02-22 22:22:03  0.00B 定义构建参数
ARG APISIX_VERSION=3.8.0
                        
# 2024-02-13 08:37:44  0.00B 
/bin/sh -c #(nop)  CMD ["bash"]
                        
# 2024-02-13 08:37:43  80.63MB 
/bin/sh -c #(nop) ADD file:40ad95eaf61b2797e8d2282bc2388bce34c3c24ed78e694695a8c3dbcd3ddbbb in / 
                        
                    

镜像信息

{
    "Id": "sha256:614799026bce4dd54bcedd26c7ddaac77b27d11cb3d0800a3417feb1119b741e",
    "RepoTags": [
        "apache/apisix:3.8.0-debian",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.8.0-debian"
    ],
    "RepoDigests": [
        "apache/apisix@sha256:7a418a10ce8dde796a55dfc1a41dac0ab57b1d0672aa551633ad9c7ce646c801",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix@sha256:d484dfa3564e87dda6ebee87ff82ce19ea48144879c650cd8755f036b5063392"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-02-22T14:22:07.443670023Z",
    "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": 320289229,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/e92e9e938bb7d37246e0e80892fadc5c5eb5fa889d9c55fbaae910b27afb1d68/diff:/var/lib/docker/overlay2/2df761388ade9e17f16a2334f2ab97aeec15df73544159f729274b41494f3d88/diff:/var/lib/docker/overlay2/b1a26302cff10558e0fe2456b661eb0b370ddf85c0dab88535a16f2db90bd0c2/diff:/var/lib/docker/overlay2/ddbfc38c89b985384ec6a4fb1cd912711d91c98888ece600cbeb2bdc6e02f336/diff:/var/lib/docker/overlay2/d56035d780683f440f53a0bba19e3184e74af97eb85383b0230fdeb09a2669f4/diff:/var/lib/docker/overlay2/1c65335685ee0095e39e5e3e3bfbdfb15be2685f6eeae55ee70f1d987ad875a8/diff",
            "MergedDir": "/var/lib/docker/overlay2/2e66174bcc8923aa5d839fef6bcc9647ab2ed60f3bac7be110b5995ce1c878cb/merged",
            "UpperDir": "/var/lib/docker/overlay2/2e66174bcc8923aa5d839fef6bcc9647ab2ed60f3bac7be110b5995ce1c878cb/diff",
            "WorkDir": "/var/lib/docker/overlay2/2e66174bcc8923aa5d839fef6bcc9647ab2ed60f3bac7be110b5995ce1c878cb/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:0baf2321956a506afcddaafe217bc852e4c56a9640530b1b2f98b3378d4b6173",
            "sha256:0450071c1113613893e45cf69d9a6593703bb20cb4a06e0b0207ce37cc676c79",
            "sha256:fbb5ee6d7848dcfb0a3e565338400f2ef24bad910891d3531ef8ce34e4c3060c",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:92f3f82bfb2c338067dd792d537ba9b063ab47bacf449e49c21af202a3550dfe",
            "sha256:69d857e454051f73935ef00be1df99505f56bb7a390ed30b339c8b0b088fc8ec",
            "sha256:bec3e88ee3e3ccec4bf88e7e1d78921cfd09ac01ccdc06fdece361c30b57188e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-04-28T11:36:56.279403919+08:00"
    }
}

更多版本

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

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

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

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

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

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

docker.io/apache/apisix:3.9.1-debian

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

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

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

docker.io/apache/apisix-dashboard:2.9.0

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:3.10.0-debian

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

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

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

docker.io/apache/apisix-dashboard:latest

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

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

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

docker.io/apache/apisix:3.2.2-centos

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

docker.io/apache/apisix:3.10.0-debian

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

docker.io/apache/apisix:2.15.3-centos

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

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

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

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

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

docker.io/apache/apisix:3.11.0-debian

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

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

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

docker.io/apache/apisix-dashboard:latest

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.6.0-debian

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

docker.io/apache/apisix:3.8.0-debian

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

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

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

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

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

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

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.11.0-redhat

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

docker.io/apache/apisix:3.9.1-redhat

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