docker.io/apache/apisix:2.15.3-centos linux/amd64
docker.io/apache/apisix:2.15.3-centos - 国内下载镜像源 浏览次数:94
Apache APISIX
Apache APISix 是一个基于 Apache APACHE APACHE 的API网关实现,它提供了丰富的 API 网关功能,如路由、安全认证、监控等,可以帮助开发者快速构建和部署API接口。
源镜像 | docker.io/apache/apisix:2.15.3-centos |
国内镜像 | swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:2.15.3-centos |
镜像ID | sha256:34a2aed251a54e1e695e40580d914f9f6cd647543a8c69a8d5a95516d5ffecf9 |
镜像TAG | 2.15.3-centos |
大小 | 438.56MB |
镜像源 | docker.io |
项目信息 | Docker-Hub主页 🚀项目TAG 🚀 |
CMD | docker-start |
启动入口 | /docker-entrypoint.sh |
工作目录 | /usr/local/apisix |
OS/平台 | linux/amd64 |
浏览量 | 94 次 |
贡献者 | |
镜像创建 | 2023-03-08T06:16:24.403818191Z |
同步时间 | 2024-12-13 00:22 |
更新时间 | 2025-03-30 02:24 |
镜像安全扫描 查看Trivy扫描报告
系统OS: centos 7.9.2009 扫描引擎: Trivy 扫描时间: 2024-12-13 00:24
低危漏洞:599
Docker拉取命令 无权限下载?点我修复
docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:2.15.3-centos
docker tag swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:2.15.3-centos docker.io/apache/apisix:2.15.3-centos
Containerd拉取命令
ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:2.15.3-centos
ctr images tag swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:2.15.3-centos docker.io/apache/apisix:2.15.3-centos
Shell快速替换命令
sed -i 's#apache/apisix:2.15.3-centos#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:2.15.3-centos#' deployment.yaml
Ansible快速分发-Docker
#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:2.15.3-centos && docker tag swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:2.15.3-centos docker.io/apache/apisix:2.15.3-centos'
Ansible快速分发-Containerd
#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:2.15.3-centos && ctr images tag swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:2.15.3-centos docker.io/apache/apisix:2.15.3-centos'
镜像构建历史
# 2023-03-08 14:16:24 0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
# 2023-03-08 14:16:24 0.00B 设置默认要执行的命令
CMD ["docker-start"]
# 2023-03-08 14:16:24 0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
# 2023-03-08 14:16:24 1.37KB 复制新文件或目录到容器中
COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
# 2023-03-08 14:16:24 0.00B 声明容器运行时监听的端口
EXPOSE map[9080/tcp:{} 9443/tcp:{}]
# 2023-03-08 14:16:24 22.00B 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=2.15.3 /bin/sh -c ln -sf /dev/stdout /usr/local/apisix/logs/access.log && ln -sf /dev/stderr /usr/local/apisix/logs/error.log # buildkit
# 2023-03-08 14:16:24 0.00B 设置工作目录为/usr/local/apisix
WORKDIR /usr/local/apisix
# 2023-03-08 14:16:24 234.62MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=2.15.3 /bin/sh -c yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm && yum install -y apisix-${APISIX_VERSION} && yum clean all && sed -i 's/PASS_MAX_DAYS\t99999/PASS_MAX_DAYS\t60/g' /etc/login.defs # buildkit
# 2023-03-08 14:16:24 0.00B 添加元数据标签
LABEL apisix_version=2.15.3
# 2023-03-08 14:16:24 0.00B 定义构建参数
ARG APISIX_VERSION=2.15.3
# 2021-09-16 02:20:23 0.00B
/bin/sh -c #(nop) CMD ["/bin/bash"]
# 2021-09-16 02:20:23 0.00B
/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20201113 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-11-13 00:00:00+00:00
# 2021-09-16 02:20:23 203.94MB
/bin/sh -c #(nop) ADD file:b3ebbe8bd304723d43b7b44a6d990cd657b63d93d6a2a9293983a30bfc1dfa53 in /
镜像信息
{
"Id": "sha256:34a2aed251a54e1e695e40580d914f9f6cd647543a8c69a8d5a95516d5ffecf9",
"RepoTags": [
"apache/apisix:2.15.3-centos",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:2.15.3-centos"
],
"RepoDigests": [
"apache/apisix@sha256:31add93329696fdd82ed357c8c2690f948ac6de7bd9113dbff07018d87d9cc05",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix@sha256:031bd548a1ee49009c23f3fd330d31c824f8fd276a58ed3d7f865113233ee2eb"
],
"Parent": "",
"Comment": "buildkit.dockerfile.v0",
"Created": "2023-03-08T06:16:24.403818191Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "",
"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"
],
"Cmd": [
"docker-start"
],
"ArgsEscaped": true,
"Image": "",
"Volumes": null,
"WorkingDir": "/usr/local/apisix",
"Entrypoint": [
"/docker-entrypoint.sh"
],
"OnBuild": null,
"Labels": {
"apisix_version": "2.15.3",
"org.label-schema.build-date": "20201113",
"org.label-schema.license": "GPLv2",
"org.label-schema.name": "CentOS Base Image",
"org.label-schema.schema-version": "1.0",
"org.label-schema.vendor": "CentOS",
"org.opencontainers.image.created": "2020-11-13 00:00:00+00:00",
"org.opencontainers.image.licenses": "GPL-2.0-only",
"org.opencontainers.image.title": "CentOS Base Image",
"org.opencontainers.image.vendor": "CentOS"
},
"StopSignal": "SIGQUIT"
},
"Architecture": "amd64",
"Os": "linux",
"Size": 438562427,
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/30e5d2cf4d40c27ddcc899beddcab3fae8b55ce2194f625c7e8bca2b037ebaac/diff:/var/lib/docker/overlay2/e8e72384fd012440c86335a6cdcbeae4f49c5ad792c349ed580047260defdee6/diff:/var/lib/docker/overlay2/693e9d15fcda5d39f6eb18409e55274c9d7c0bc93e5085aa08e2a3afa1dd550b/diff:/var/lib/docker/overlay2/82d6a9ca9375611e450938e0092a1970d668805e2810b3e70969b2f93a03567f/diff",
"MergedDir": "/var/lib/docker/overlay2/4dd7f873b671c092bfdee0f40d8f84d2a093deab72f472e6cfe49ea3150e5d88/merged",
"UpperDir": "/var/lib/docker/overlay2/4dd7f873b671c092bfdee0f40d8f84d2a093deab72f472e6cfe49ea3150e5d88/diff",
"WorkDir": "/var/lib/docker/overlay2/4dd7f873b671c092bfdee0f40d8f84d2a093deab72f472e6cfe49ea3150e5d88/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02",
"sha256:4c64c8f332bc4ab29e7d0ec07698223e173d58af14ea3a3fea5b4a298b574dd0",
"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
"sha256:f46259d4bf440289a04f05091d77c02f46f149addbe966c1b4a43da1a12e5b28",
"sha256:a12a832dab6b5695822dc1f7c1e82134ebdf4d7a4131e1ef08b8b4a3fc30ea51"
]
},
"Metadata": {
"LastTagTime": "2024-12-13T00:22:32.187450898+08:00"
}
}
更多版本
docker.io/apache/apisix-ingress-controller:1.6.0
docker.io/apache/apisix-ingress-controller:1.8.0
docker.io/apache/apisix-dashboard:3.0.0-alpine
docker.io/apache/apisix:3.9.1-debian
docker.io/apache/apisix-ingress-controller:1.4.1
docker.io/apache/apisix-dashboard:2.9.0
docker.io/apache/apisix:latest
docker.io/apache/apisix:latest
docker.io/apache/apisix:3.10.0-debian
docker.io/apache/apisix-dashboard:3.0.1-centos
docker.io/apache/apisix-dashboard:latest
docker.io/apache/apisix-ingress-controller:1.7.0
docker.io/apache/apisix:3.2.2-centos
docker.io/apache/apisix:3.10.0-debian
docker.io/apache/apisix:2.15.3-centos
docker.io/apache/apisix-dashboard:2.13-centos
docker.io/apache/apisix-dashboard:2.15.1-centos
docker.io/apache/apisix:3.11.0-debian
docker.io/apache/apisix-dashboard:3.0.1-alpine
docker.io/apache/apisix-dashboard:latest