广告图片

docker.io/vxcontrol/pentagi:latest linux/amd64

docker.io/vxcontrol/pentagi:latest - 国内下载镜像源 浏览次数:10

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

该Docker镜像docker.io/vxcontrol/pentagi的描述信息暂未公开或无法通过现有资源获取。

源镜像 docker.io/vxcontrol/pentagi:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vxcontrol/pentagi:latest
镜像ID sha256:6d86cc2317ea113966553ed76bc0a075d156f63759df47b893bcd0dc4e798e58
镜像TAG latest
大小 595.70MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /opt/pentagi/bin/entrypoint.sh /opt/pentagi/bin/pentagi
工作目录 /opt/pentagi
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2026-04-11T23:34:00.072973438Z
同步时间 2026-04-17 10:47
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
PentAGI Development Team: org.opencontainers.image.authors 2026-04-11T23:26:53.442Z: org.opencontainers.image.created Fully autonomous AI Agents system capable of performing complex penetration testing tasks: org.opencontainers.image.description MIT: org.opencontainers.image.licenses 2ec8ef3d9b075eabee65389fd0966de974e3acc9: org.opencontainers.image.revision https://github.com/vxcontrol/pentagi: org.opencontainers.image.source pentagi: org.opencontainers.image.title https://github.com/vxcontrol/pentagi: org.opencontainers.image.url latest: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vxcontrol/pentagi:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vxcontrol/pentagi:latest  docker.io/vxcontrol/pentagi:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vxcontrol/pentagi:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vxcontrol/pentagi:latest  docker.io/vxcontrol/pentagi:latest

Shell快速替换命令

sed -i 's#vxcontrol/pentagi:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vxcontrol/pentagi:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vxcontrol/pentagi:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vxcontrol/pentagi:latest  docker.io/vxcontrol/pentagi:latest'

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-04-12 07:34:00  0.00B 添加元数据标签
LABEL org.opencontainers.image.licenses=MIT License
                        
# 2026-04-12 07:34:00  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=PentAGI Development Team
                        
# 2026-04-12 07:34:00  0.00B 添加元数据标签
LABEL org.opencontainers.image.description=Fully autonomous AI Agents system capable of performing complex penetration testing tasks
                        
# 2026-04-12 07:34:00  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/vxcontrol/pentagi
                        
# 2026-04-12 07:34:00  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/opt/pentagi/bin/entrypoint.sh" "/opt/pentagi/bin/pentagi"]
                        
# 2026-04-12 07:34:00  0.00B 指定运行容器时使用的用户
USER pentagi
                        
# 2026-04-12 07:34:00  0.00B 设置工作目录为/opt/pentagi
WORKDIR /opt/pentagi
                        
# 2026-04-12 07:34:00  288.43MB 执行命令并创建新的镜像层
RUN /bin/sh -c chown -R pentagi:pentagi /opt/pentagi # buildkit
                        
# 2026-04-12 07:33:59  12.04KB 复制新文件或目录到容器中
COPY EULA.md /opt/pentagi/fe/EULA.md # buildkit
                        
# 2026-04-12 07:33:59  12.04KB 复制新文件或目录到容器中
COPY EULA.md /opt/pentagi/EULA # buildkit
                        
# 2026-04-12 07:33:59  485.00B 复制新文件或目录到容器中
COPY NOTICE /opt/pentagi/NOTICE # buildkit
                        
# 2026-04-12 07:33:59  1.08KB 复制新文件或目录到容器中
COPY LICENSE /opt/pentagi/LICENSE # buildkit
                        
# 2026-04-12 07:33:59  1.59KB 复制新文件或目录到容器中
COPY examples/configs/vllm-qwen332b-fp16.provider.yml /opt/pentagi/conf/ # buildkit
                        
# 2026-04-12 07:33:59  3.79KB 复制新文件或目录到容器中
COPY examples/configs/vllm-qwen3.5-27b-fp8-no-think.provider.yml /opt/pentagi/conf/ # buildkit
                        
# 2026-04-12 07:33:59  3.50KB 复制新文件或目录到容器中
COPY examples/configs/vllm-qwen3.5-27b-fp8.provider.yml /opt/pentagi/conf/ # buildkit
                        
# 2026-04-12 07:33:59  2.17KB 复制新文件或目录到容器中
COPY examples/configs/novita.provider.yml /opt/pentagi/conf/ # buildkit
                        
# 2026-04-12 07:33:59  1.95KB 复制新文件或目录到容器中
COPY examples/configs/openrouter.provider.yml /opt/pentagi/conf/ # buildkit
                        
# 2026-04-12 07:33:59  898.00B 复制新文件或目录到容器中
COPY examples/configs/ollama-qwq32b-fp16-tc.provider.yml /opt/pentagi/conf/ # buildkit
                        
# 2026-04-12 07:33:59  876.00B 复制新文件或目录到容器中
COPY examples/configs/ollama-qwen332b-fp16-tc.provider.yml /opt/pentagi/conf/ # buildkit
                        
# 2026-04-12 07:33:59  1.20KB 复制新文件或目录到容器中
COPY examples/configs/ollama-llama318b.provider.yml /opt/pentagi/conf/ # buildkit
                        
# 2026-04-12 07:33:59  2.33KB 复制新文件或目录到容器中
COPY examples/configs/ollama-llama318b-instruct.provider.yml /opt/pentagi/conf/ # buildkit
                        
# 2026-04-12 07:33:59  1.35KB 复制新文件或目录到容器中
COPY examples/configs/ollama-cloud.provider.yml /opt/pentagi/conf/ # buildkit
                        
# 2026-04-12 07:33:59  1.81KB 复制新文件或目录到容器中
COPY examples/configs/moonshot.provider.yml /opt/pentagi/conf/ # buildkit
                        
# 2026-04-12 07:33:59  1.82KB 复制新文件或目录到容器中
COPY examples/configs/deepseek.provider.yml /opt/pentagi/conf/ # buildkit
                        
# 2026-04-12 07:33:59  1.80KB 复制新文件或目录到容器中
COPY examples/configs/deepinfra.provider.yml /opt/pentagi/conf/ # buildkit
                        
# 2026-04-12 07:33:59  1.75KB 复制新文件或目录到容器中
COPY examples/configs/custom-openai.provider.yml /opt/pentagi/conf/ # buildkit
                        
# 2026-04-12 07:33:59  174.86KB 复制新文件或目录到容器中
COPY /licenses/frontend /opt/pentagi/licenses/frontend # buildkit
                        
# 2026-04-12 07:33:59  51.17KB 复制新文件或目录到容器中
COPY /licenses/backend /opt/pentagi/licenses/backend # buildkit
                        
# 2026-04-12 07:33:59  5.72MB 复制新文件或目录到容器中
COPY /app/ui/dist /opt/pentagi/fe # buildkit
                        
# 2026-04-12 07:33:59  52.89MB 复制新文件或目录到容器中
COPY /etester /opt/pentagi/bin/etester # buildkit
                        
# 2026-04-12 07:33:59  79.53MB 复制新文件或目录到容器中
COPY /ftester /opt/pentagi/bin/ftester # buildkit
                        
# 2026-04-12 07:33:58  45.75MB 复制新文件或目录到容器中
COPY /ctester /opt/pentagi/bin/ctester # buildkit
                        
# 2026-04-12 07:33:58  104.26MB 复制新文件或目录到容器中
COPY /pentagi /opt/pentagi/bin/pentagi # buildkit
                        
# 2026-04-12 07:27:00  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir -p     /root/.ollama     /opt/pentagi/bin     /opt/pentagi/ssl     /opt/pentagi/fe     /opt/pentagi/logs     /opt/pentagi/data     /opt/pentagi/conf &&     chmod 777 /root/.ollama # buildkit
                        
# 2026-04-12 07:27:00  1.82KB 执行命令并创建新的镜像层
RUN /bin/sh -c sed -i 's/\r//' /opt/pentagi/bin/entrypoint.sh &&     chmod +x /opt/pentagi/bin/entrypoint.sh # buildkit
                        
# 2026-04-12 07:26:59  1.82KB 复制文件或目录到容器中
ADD scripts/entrypoint.sh /opt/pentagi/bin/ # buildkit
                        
# 2026-04-12 07:26:59  10.40MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk --no-cache add ca-certificates openssl openssh-keygen shadow # buildkit
                        
# 2026-04-12 07:26:57  3.10KB 执行命令并创建新的镜像层
RUN /bin/sh -c addgroup -g 998 docker &&     addgroup -S pentagi &&     adduser -S pentagi -G pentagi &&     addgroup pentagi docker # buildkit
                        
# 2026-01-28 09:18:04  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-01-28 09:18:04  8.44MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:6d86cc2317ea113966553ed76bc0a075d156f63759df47b893bcd0dc4e798e58",
    "RepoTags": [
        "vxcontrol/pentagi:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vxcontrol/pentagi:latest"
    ],
    "RepoDigests": [
        "vxcontrol/pentagi@sha256:2cb6ceb35b92823d7e4deb8d35a0d9241ef4f00e39c6bc3c3bdf7eea26b277dd",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vxcontrol/pentagi@sha256:755c11972ea4fab69e6857539e2592835144a55d2f183971fd7d59004b754ece"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-04-11T23:34:00.072973438Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "pentagi",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/pentagi",
        "Entrypoint": [
            "/opt/pentagi/bin/entrypoint.sh",
            "/opt/pentagi/bin/pentagi"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.authors": "PentAGI Development Team",
            "org.opencontainers.image.created": "2026-04-11T23:26:53.442Z",
            "org.opencontainers.image.description": "Fully autonomous AI Agents system capable of performing complex penetration testing tasks",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "2ec8ef3d9b075eabee65389fd0966de974e3acc9",
            "org.opencontainers.image.source": "https://github.com/vxcontrol/pentagi",
            "org.opencontainers.image.title": "pentagi",
            "org.opencontainers.image.url": "https://github.com/vxcontrol/pentagi",
            "org.opencontainers.image.version": "latest"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 595696775,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/31cc18590ff38730efed0d3ef7c965857dc349445be460557e6fb686866a578c/diff:/var/lib/docker/overlay2/8daf6fcbd91dd91e0bc03c8e676aea80ba5c7a114cfb3387216d9dcc95c3ddf1/diff:/var/lib/docker/overlay2/7c72454271ad4e201ca8b07a97dbe83b75019ae6f3d6a7c5dec26e65ae101080/diff:/var/lib/docker/overlay2/539247c419c91d216bfaf2c70f26d854f61f416c6d85eac6fffeb9868afc5490/diff:/var/lib/docker/overlay2/2979bbb080d6a06e7a2ead0798ff89a92e9a145475438c94c03686d7ef119f67/diff:/var/lib/docker/overlay2/84ad693d11bdfee394341a78f5cdac13b65c0b9f96d41e13f6935857b4e65f08/diff:/var/lib/docker/overlay2/ecd957479884099483abfc13d2e46b28c5c6f22d94dedafdfa7d87115e03f466/diff:/var/lib/docker/overlay2/34ccffb772fb859d2d6a55e760cc13913d04a98a20f237a548b38e1e2126707f/diff:/var/lib/docker/overlay2/69ed521a4b2268b8fae80e98a6e980a363a085dc63d5e98df9b0677137c0e79e/diff:/var/lib/docker/overlay2/2c6d45f155a83879dddf12679b86b4921e6fe154be165d54c004190b76de4d31/diff:/var/lib/docker/overlay2/4723ca82585ac966813a59cb64ca29ec0d2feab3a56e16d57a7e4af234f35cff/diff:/var/lib/docker/overlay2/8cb610488984cd333e7733684dcdf3118f1c1423feb750d86bd4124063fbcad3/diff:/var/lib/docker/overlay2/10466d516128dbd78a64368961c6315c5658da1f421eb68470e45d847ab9a657/diff:/var/lib/docker/overlay2/e5c9eeca842ae93fdf2d345a10fb5838843da25a5170667499f18e5eb2cb8f6c/diff:/var/lib/docker/overlay2/627723d53411ab2f87523496d7e2cc71a756c5fd42bc41985b7ef7a10bc68218/diff:/var/lib/docker/overlay2/8dbf5886e84050fd7899d38b836b23dbb0a0a3e2f1c3831c5c49856c44071c81/diff:/var/lib/docker/overlay2/3f36486d625adb4a8c853ec6ff84f408937fda59970477df2b7e31e68638f083/diff:/var/lib/docker/overlay2/99bf6c9324f0f465f79068442bbd1d1924efbcb27d91c4b35a30d630360b71da/diff:/var/lib/docker/overlay2/4ead75a5d758ab10a1f03e234e5db059eb584caf9c1beb460297d4815d7f5c32/diff:/var/lib/docker/overlay2/3278810e05935416a19ec1cf7a1521907e39a6cde758a397aa805c54af443b1f/diff:/var/lib/docker/overlay2/bb5ad66aeb6c3144f129011d9b38a02b9063cec07f2eac5924034e37745d11d2/diff:/var/lib/docker/overlay2/209e227586b8dca562fc58d074567acc649f9b2265683cb24681fc9fd1a6a340/diff:/var/lib/docker/overlay2/3d09f7a389a8654ab4389dfa39d90516ebedabe8e985e620e48933c63521614a/diff:/var/lib/docker/overlay2/736c19002c20bf2240f3edb804f34ae1916e9c8c6ef6a0d96ec3429d53eaa145/diff:/var/lib/docker/overlay2/82924796aba0c55d61e445c6bea1f976398e54a822584a8b0f5d3b56bc3c6041/diff:/var/lib/docker/overlay2/9de26f72e6c8078427d4328f2505ca17944fd3fb9a55fbe93cac9bf494eadeaa/diff:/var/lib/docker/overlay2/0c7bec22afe502016fa485618da0fa80409a8c417955e6d6e6830ae19615d07b/diff:/var/lib/docker/overlay2/352745acba7c49f63f27166e6835e4b289119f04b1bc0fd547f255b3d7965cb5/diff:/var/lib/docker/overlay2/c36a4bca2602deed4fafadd0c54a0b0979962542facf7fd985600d11aca80222/diff:/var/lib/docker/overlay2/d9b3f320d3a21511590fc2213b8984b270d834c66e113fff2589a4e96a2ef2c5/diff:/var/lib/docker/overlay2/a6bb083b8bed9b8abff589c33873a46ee188e8a1c94270ec675ffa258b695f58/diff:/var/lib/docker/overlay2/e2168e4415fa23efb4974948fb84e5824148b54e06c7e4b305be1f21b0d6d57e/diff",
            "MergedDir": "/var/lib/docker/overlay2/d79bf9a10ef471fcd73b7f3994cecc51923bfe46f9ac444e17271e0d938b6023/merged",
            "UpperDir": "/var/lib/docker/overlay2/d79bf9a10ef471fcd73b7f3994cecc51923bfe46f9ac444e17271e0d938b6023/diff",
            "WorkDir": "/var/lib/docker/overlay2/d79bf9a10ef471fcd73b7f3994cecc51923bfe46f9ac444e17271e0d938b6023/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:989e799e634906e94dc9a5ee2ee26fc92ad260522990f26e707861a5f52bf64e",
            "sha256:5eb59c05a733ea2d2370842e8ec4479124fac80c165f7af65ab1a98d6ece9f4c",
            "sha256:cf30d43415499faf6ae729ab1b745f464131e67b454176ce5c463dc6d000166b",
            "sha256:85fa297e47fe58c053f08e6fbe999c16c2a5e3eb6d91c808d24889caaad16d97",
            "sha256:6710506b00fd7b7060cbccb05b37ac4c7f7c33f2a2a87be6021984c8cc1d1587",
            "sha256:6e9ae1e8f693ee79951bedf0a148ddabb534af94375cd3b608027666d7386dfd",
            "sha256:7eb9e521bd81a106e021cc97851551e2518c9f6a4e181f3c73c91404d4e5e628",
            "sha256:34d1d7fe5f9d4d9220d182507a7f1dc85564195fef030b46f6a8898275fdd2aa",
            "sha256:327e79bed25fc70b1a45fb7fe9d321cbc967ee856099d9ea8a269417aa5980af",
            "sha256:39c8901358bfa0e27fd6c927a8e10bfad6901f42ed6f7771ce8455d8ee9eae97",
            "sha256:943ac803774b2af7145231321d0a0f8d2a2fc4a830e47951b3e05c827187be3d",
            "sha256:e5ee0c66df2ae63d53f021b9620f77b51e95849bef2228f18691ff7b059887ff",
            "sha256:77af54b08a1c399a599c56c74e63371e60def3b52cf7c54f2a16f5a36a462c17",
            "sha256:28c2f9445933335a971623a82bb4a61caeb628b7948dcb96a296b1896d32977b",
            "sha256:13af9ede3682fd4129fdab3def5afb594458f4fef7a96995ee35e79cea1ab6af",
            "sha256:b35d3f11e30cfd6d86b14a76467b8489f137ab52db1c57b34d8b73d65922d9c0",
            "sha256:521eed747422a50af4811026792f73b6f2cb4d73ef4072849d41ee6c0f0eccbd",
            "sha256:5070b2fa08ac0b1d95cb8257ce4e8363b7fc3f249a25d0972bfb81982a58e251",
            "sha256:7245a6d6defbf7151a3a702c81a30a079d3876ac00ee515f154d34807dd61bf0",
            "sha256:5e3cdad7d63e7fbde98a38f3f7894c0475a2fe529fcacbf5607e816149788e82",
            "sha256:341c1478b56bff0f37947ee7bb4b6edbb02174d7e9ae6112a29ad6517d1bb109",
            "sha256:f80618ae26ea41a4c0c8ce10cc098e7b8df2b487cd7d282d7271d19784d46032",
            "sha256:69b8ab81f676ac6f0f6c28c4f6f103fe98a7b1e31743574bd4953fb5f0492345",
            "sha256:72d2623eef565321ebca3871633ded248d8946d986f44ad223c139c6132ded24",
            "sha256:1c38ab39985b6d7a11217587e7e468ad8746050467825a34d71b7fd4e4cf91e5",
            "sha256:35c5ab5fcced58a2a0495c73e2e6d079f008d900d3dfdd070c733ced8d60691f",
            "sha256:65b048cadc5acc54e6583f8bc9cc6734b0226e65adacee58e19e4b86d1696e88",
            "sha256:1ee0b5a2e5b2d8fcd9858081ffc42523752eac083e3a60d4767bb74c18b30b24",
            "sha256:cd1f53e651e54dabc695ede6ffb59154b124ae2a8c0030a0c7db4a5f2c0444d0",
            "sha256:972d48af85e17167d4aac2185bdf81d89d08eec7e1c890baa54c517b2c0326c5",
            "sha256:008b4cb13da77843431bdd7c861c9c679440e8170636bc5bebf9768473f50a4f",
            "sha256:953163db45fe98be8452e8b3656ee94a4046d06a419be8e66f2e823861a6bfb7",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-17T10:46:27.273415717+08:00"
    }
}

更多版本

docker.io/vxcontrol/pentagi:latest

linux/amd64 docker.io595.70MB2026-04-17 10:47
9