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

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

Apache APISIX

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

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


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

镜像信息

{
    "Id": "sha256:7d6dae82267ba9d4c469f5c4a5ae82317eb2cfa053d3f8ca5221b2e91fc958b5",
    "RepoTags": [
        "apache/apisix:3.12.0-debian",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.12.0-debian"
    ],
    "RepoDigests": [
        "apache/apisix@sha256:83e70a2a1aff751c17cbf7f876e53fd37fbfcd4f0bc13748effc2cd8c86802ab",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix@sha256:efd7f6658924c2a1e5b598daf6ad055d77d6f3671a938a9e68a870f5c1f83604"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-01T16:30:26.03872344Z",
    "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": 387473048,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ac1e146ecf53b4ecd706701459d073534187e1a4829778f4c4e74afc75e20670/diff:/var/lib/docker/overlay2/168d5d642858d02b318792ac36708363a5d78e3ead4b35f64ceca4b92884d7fc/diff:/var/lib/docker/overlay2/61efbdbf2b2debcd3f05e7dfff7613cbaf278eb379661dd2b44076918742c7c2/diff:/var/lib/docker/overlay2/5c615b9f641d71e09e1055900bebcd4dbf8106f08ff750bed32eec6a2c43ccfe/diff:/var/lib/docker/overlay2/3cbce2134324686c80dacb83b64f43930b32803c80bd5847ef26072b83a25225/diff:/var/lib/docker/overlay2/7e1cd93d5abb7bc87a3f1c6d9d8d234147e7138259cd373666c751be11a377ca/diff:/var/lib/docker/overlay2/70b60da8a50339271cd81c48e5ee0af16da3768ed2ab4d8e8cfc8d53e5539de3/diff:/var/lib/docker/overlay2/6edce0d545d2fe451f5a3d03bf8ee2f1d1bc061cd95c0726ada65f8863cb4309/diff:/var/lib/docker/overlay2/f160098233ac2a963b6da7a5ec002eb9f431b4c62506f87e19114ec76743cd2a/diff",
            "MergedDir": "/var/lib/docker/overlay2/8e748b0222d93936e2fd27b610c817afb6c0a03a1b2be12797585d9703f0c3bc/merged",
            "UpperDir": "/var/lib/docker/overlay2/8e748b0222d93936e2fd27b610c817afb6c0a03a1b2be12797585d9703f0c3bc/diff",
            "WorkDir": "/var/lib/docker/overlay2/8e748b0222d93936e2fd27b610c817afb6c0a03a1b2be12797585d9703f0c3bc/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:d215e887b4c2504dbfdf905627443999eb9b1bd29109ac636f9a534ff8bc9865",
            "sha256:e6984f09d0555ebc74f10d6f10e509d05cfa171bad4dbad54fb8fd5b746f6426",
            "sha256:df3111973edcbfb201d2a3f72e62a1e7193d2460e245120f434896252078b093",
            "sha256:80237b3d66c4e88f50baeb3981331b9b6293f6f75dd63730a754ee34b94be5f0",
            "sha256:4cb936a002e12cfa2e726def2ec5950f4d14c3ab2771a5d6cf66e9e92285e813",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:79618adb4a344a174cb39e76707a5ecd700af66801c16e7e0be294757975d733",
            "sha256:89ae170ffc1fd9ded6c490227f296c33009287935a769e1b6cd3d20b078468df",
            "sha256:cbe1000bef51880d0cdef5243ae9b1d1f5c7fb43f8d8f82cd4b49139dd1e7f2d",
            "sha256:cbfcd3c39f31856823cb27e8bff68a36a8e6faf8e80077b374c80286595c1185"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-04-16T18:16:11.873831225+08:00"
    }
}

更多版本

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

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

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

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

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

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

docker.io/apache/apisix:3.9.1-debian

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

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

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

docker.io/apache/apisix-dashboard:2.9.0

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:3.10.0-debian

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

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

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

docker.io/apache/apisix-dashboard:latest

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

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

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

docker.io/apache/apisix:3.2.2-centos

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

docker.io/apache/apisix:3.10.0-debian

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

docker.io/apache/apisix:2.15.3-centos

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

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

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

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

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

docker.io/apache/apisix:3.11.0-debian

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

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

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

docker.io/apache/apisix-dashboard:latest

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

docker.io/apache/apisix:3.12.0-debian

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

docker.io/apache/apisix:3.6.0-debian

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