logo
docker.io/vulhub/apisix:2.11.0
linux/amd64 docker.io

这个镜像是Vulhub项目提供的Apache APISIX相关镜像,用于进行Apache APISIX的漏洞测试与环境搭建,方便安全研究人员复现和分析APISIX相关的安全漏洞。

12
浏览次数
373.84MB
镜像大小
源镜像
docker.io/vulhub/apisix:2.11.0
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/apisix:2.11.0
镜像ID
sha256:f5adc749fd8a9152927f1d3ad8aaca00859dfcb9b9caa56c24e9e3c136ddd69b
镜像 TAG
2.11.0
镜像大小
373.84MB
平台架构
linux/amd64
镜像源
docker.io
CMD
sh -c /usr/bin/apisix init && /usr/bin/apisix init_etcd && /usr/local/openresty/bin/openresty -p /usr/local/apisix -g 'daemon off;'
启动入口
工作目录
/usr/local/apisix
OS/平台
linux/amd64
镜像创建
2022-01-16T14:42:07.26465921Z
同步时间
2026-07-05 20:19
浏览量
12 次
贡献者
🔌 开放端口 2
9080/tcp 9443/tcp
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 11
KeyValue
2.11.0 apisix_version
phithon <root@leavesongs.com> maintainer
20201113 org.label-schema.build-date
GPLv2 org.label-schema.license
CentOS Base Image org.label-schema.name
1.0 org.label-schema.schema-version
CentOS org.label-schema.vendor
2020-11-13 00:00:00+00:00 org.opencontainers.image.created
GPL-2.0-only org.opencontainers.image.licenses
CentOS Base Image org.opencontainers.image.title
CentOS org.opencontainers.image.vendor
🛡️ 镜像安全扫描
centos 7.9.2009 Trivy 2026-07-05 20:19 查看完整报告
675
低危 LOW
754
中危 MEDIUM
77
高危 HIGH
3
严重 CRITICAL
受影响目标 (2)
docker.io/vulhub/apisix:2.11.0 (centos 7.9.2009) centos /usr/local/apisix/conf/cert/ssl_PLACE_HOLDER.key

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/apisix:2.11.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/apisix:2.11.0  docker.io/vulhub/apisix:2.11.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/apisix:2.11.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/apisix:2.11.0  docker.io/vulhub/apisix:2.11.0

Shell快速替换命令

sed -i 's#vulhub/apisix:2.11.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/apisix:2.11.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/apisix:2.11.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/apisix:2.11.0  docker.io/vulhub/apisix:2.11.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/apisix:2.11.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/apisix:2.11.0  docker.io/vulhub/apisix:2.11.0'

镜像构建历史


# 2022-01-16 22:42:07  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=phithon <root@leavesongs.com>
                        
# 2021-12-25 17:45:29  0.00B 
/bin/sh -c #(nop)  CMD ["sh" "-c" "/usr/bin/apisix init && /usr/bin/apisix init_etcd && /usr/local/openresty/bin/openresty -p /usr/local/apisix -g 'daemon off;'"]
                        
# 2021-12-25 17:45:28  0.00B 
/bin/sh -c #(nop)  EXPOSE 9080 9443
                        
# 2021-12-25 17:45:27  22.00B 
|1 APISIX_VERSION=2.11.0 /bin/sh -c ln -sf /dev/stdout /usr/local/apisix/logs/access.log     && ln -sf /dev/stderr /usr/local/apisix/logs/error.log
                        
# 2021-12-25 17:45:26  0.00B 
/bin/sh -c #(nop) WORKDIR /usr/local/apisix
                        
# 2021-12-25 17:45:26  169.91MB 
|1 APISIX_VERSION=2.11.0 /bin/sh -c yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm 	&& yum install -y https://repos.apiseven.com/packages/centos/7/x86_64/apisix-$APISIX_VERSION-0.el7.x86_64.rpm 	&& yum clean all 	&& sed -i 's/PASS_MAX_DAYS\t99999/PASS_MAX_DAYS\t60/g' /etc/login.defs
                        
# 2021-12-25 17:44:53  0.00B 
/bin/sh -c #(nop)  LABEL apisix_version=2.11.0
                        
# 2021-12-25 17:44:53  0.00B 
/bin/sh -c #(nop)  ARG APISIX_VERSION=2.11.0
                        
# 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:f5adc749fd8a9152927f1d3ad8aaca00859dfcb9b9caa56c24e9e3c136ddd69b",
    "RepoTags": [
        "vulhub/apisix:2.11.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/apisix:2.11.0"
    ],
    "RepoDigests": [
        "vulhub/apisix@sha256:ca569139168378641d8d2ad1d3e6fa120884a9e8d5c9f44b3ee7ae5a41d662f4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/apisix@sha256:ca569139168378641d8d2ad1d3e6fa120884a9e8d5c9f44b3ee7ae5a41d662f4"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2022-01-16T14:42:07.26465921Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "20.10.6",
    "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": [
            "sh",
            "-c",
            "/usr/bin/apisix init \u0026\u0026 /usr/bin/apisix init_etcd \u0026\u0026 /usr/local/openresty/bin/openresty -p /usr/local/apisix -g 'daemon off;'"
        ],
        "Image": "sha256:f42b705fe47edb48f424c993d5624599ad1662cc892b68ec91b081a9c78b6caa",
        "Volumes": null,
        "WorkingDir": "/usr/local/apisix",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "apisix_version": "2.11.0",
            "maintainer": "phithon \u003croot@leavesongs.com\u003e",
            "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"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 373842547,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d4f940a091561120e9040cab4d8b23f778836473e90f894d3102c552e2f96d40/diff:/var/lib/docker/overlay2/692da34b0adf8e76ec1429e511d7b5e5a156d70cc12c2f28c5c93f71aa30f6fb/diff",
            "MergedDir": "/var/lib/docker/overlay2/e1a80229b1c187e78803233f87f830935bf93cd91235342079946baee74a6df9/merged",
            "UpperDir": "/var/lib/docker/overlay2/e1a80229b1c187e78803233f87f830935bf93cd91235342079946baee74a6df9/diff",
            "WorkDir": "/var/lib/docker/overlay2/e1a80229b1c187e78803233f87f830935bf93cd91235342079946baee74a6df9/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02",
            "sha256:a1ca8788b56f55ef7222affc8ae888f8405cd2b27c7a984b7105728181741a90",
            "sha256:2345eebdbf7cd1e93ef29877bed23afc248089d467a013aea88801d39595e730"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-05T20:19:19.634954776+08:00"
    }
}

更多版本

docker.io/vulhub/apisix:2.11.0

linux/amd64 docker.io373.84MB2026-07-05 20:19
11
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×