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

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

Apache APISIX

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

源镜像 docker.io/apache/apisix:3.9.1-debian
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.9.1-debian
镜像ID sha256:aba04e70e509a06b264c9528381b48f9f3d9f2d34cfd9ed493aa8d6d616dadeb
镜像TAG 3.9.1-debian
大小 324.84MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD docker-start
启动入口 /docker-entrypoint.sh
工作目录 /usr/local/apisix
OS/平台 linux/amd64
浏览量 195 次
贡献者
镜像创建 2024-04-29T08:40:19.115128194Z
同步时间 2024-07-02 14:34
更新时间 2024-12-02 20:29
开放端口
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.1-debian
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.9.1-debian  docker.io/apache/apisix:3.9.1-debian

Containerd拉取命令

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

Shell快速替换命令

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

镜像历史

大小 创建时间 层信息
0.00B 2024-04-29 16:40:19 STOPSIGNAL SIGQUIT
0.00B 2024-04-29 16:40:19 CMD ["docker-start"]
0.00B 2024-04-29 16:40:19 ENTRYPOINT ["/docker-entrypoint.sh"]
2.38KB 2024-04-29 16:40:19 COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
0.00B 2024-04-29 16:40:19 EXPOSE map[9080/tcp:{} 9443/tcp:{}]
22.00B 2024-04-29 16:40:19 RUN |1 APISIX_VERSION=3.9.1 /bin/sh -c ln -sf /dev/stdout /usr/local/apisix/logs/access.log && ln -sf /dev/stderr /usr/local/apisix/logs/error.log # buildkit
0.00B 2024-04-29 16:40:19 USER apisix
13.33MB 2024-04-29 16:40:19 RUN |1 APISIX_VERSION=3.9.1 /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
0.00B 2024-04-29 16:40:17 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
0.00B 2024-04-29 16:40:17 WORKDIR /usr/local/apisix
340.84KB 2024-04-29 16:40:17 RUN |1 APISIX_VERSION=3.9.1 /bin/sh -c apt-get -y purge --auto-remove curl wget gnupg --allow-remove-essential # buildkit
3.21MB 2024-04-29 16:40:16 RUN |1 APISIX_VERSION=3.9.1 /bin/sh -c chmod +x /install-brotli.sh && cd / && ./install-brotli.sh && rm -rf /install-brotli.sh # buildkit
1.08KB 2024-04-29 16:39:46 COPY ./install-brotli.sh /install-brotli.sh # buildkit
227.30MB 2024-04-29 16:39:46 RUN |1 APISIX_VERSION=3.9.1 /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
0.00B 2024-04-29 16:39:46 ARG APISIX_VERSION=3.9.1
0.00B 2024-04-24 11:28:32 /bin/sh -c #(nop) CMD ["bash"]
80.66MB 2024-04-24 11:28:31 /bin/sh -c #(nop) ADD file:0e5a7771d5c0c58072db41fa02f288def8a40f2116b48e6127f1034f848bc2cd in /

镜像信息

{
    "Id": "sha256:aba04e70e509a06b264c9528381b48f9f3d9f2d34cfd9ed493aa8d6d616dadeb",
    "RepoTags": [
        "apache/apisix:3.9.1-debian",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.9.1-debian"
    ],
    "RepoDigests": [
        "apache/apisix@sha256:48ce16399e68a5f31c8b49d802f1e71ec93aea44d8c8ae311dc170e8564d5c4e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix@sha256:84582f189514a581938b1b1f881d6f36e9490dbabda0bd5e7ac09856cb8cdd91"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-04-29T08:40:19.115128194Z",
    "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": 324838576,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/86ce0c590eb43cf6b03cf3eb1460eec148fd4f9d5b915431a6468ef5336c9da9/diff:/var/lib/docker/overlay2/6ed28aa32f43d162c494db3df14dca46f83b78aacc7e9a5bb3ec6d1b8f508a44/diff:/var/lib/docker/overlay2/bd1f1d65600d47d22d44221f4271285baae8666b67a70b4f8addc0d166715fc4/diff:/var/lib/docker/overlay2/db34c6676ed28cd6f34ab4e465f5d98029e48a1ba2e5a91065973e8db023da77/diff:/var/lib/docker/overlay2/691900d394313d92c920a226bcd9818915df38ca49df2570c97248034d337aee/diff:/var/lib/docker/overlay2/045b017753d8ca53e3153e71e630ad945d0d56b4316d3dc612febb3b1b76aad8/diff:/var/lib/docker/overlay2/682b6887ad9a308d710cd0095e83fb8d6bf8a3a5439261c04cce0574f2fe61a1/diff:/var/lib/docker/overlay2/1dbd93b7ba6c63467514cc48db86dadf629160e07bd3dfc078a1856b48e111a9/diff",
            "MergedDir": "/var/lib/docker/overlay2/5a6f9a6a372dcace8f22e2e1f37cf17b4c117cc29f80ea903e90509f31fc291c/merged",
            "UpperDir": "/var/lib/docker/overlay2/5a6f9a6a372dcace8f22e2e1f37cf17b4c117cc29f80ea903e90509f31fc291c/diff",
            "WorkDir": "/var/lib/docker/overlay2/5a6f9a6a372dcace8f22e2e1f37cf17b4c117cc29f80ea903e90509f31fc291c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a28e71738952e69bddd945e963f12428a1ed32fe103c7ff9404dde8e49f02dff",
            "sha256:9b375c0eb4bd8a24191a05dfb04f8287727f0ebda0d8cded3d7c0a8f7c313401",
            "sha256:cd6642f2a79526a94283ed42a0c3ed9b347ceaed31488ef6c81439a70fb44876",
            "sha256:0745f8d407100513c5b48ead5fb7e6b0c63bac65fbce0d86915f7b21b16ed36d",
            "sha256:de7f3ee5a85221bd6361074b83b946dd7dd17a6df2aa1e18e32354d18b302215",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:005b9aa4fb145ad2a78bcb5e78bd31c84089a29b38816e652823953947c64f0c",
            "sha256:03200f29274a8117a80891444f5b33ebe8a7838fa38e2d3dcc05575a6dbc4225",
            "sha256:4b3169efed00ce6ea20df150d2b2bbba628ce29b6e2c69bafe6a8ae236d09bc7"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-07-02T14:34:02.876753623+08:00"
    }
}

更多版本

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

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

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

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

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

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

docker.io/apache/apisix:3.9.1-debian

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

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

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

docker.io/apache/apisix-dashboard:2.9.0

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:latest

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

docker.io/apache/apisix:3.10.0-debian

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

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

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

docker.io/apache/apisix-dashboard:latest

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

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

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

docker.io/apache/apisix:3.2.2-centos

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