logo
ghcr.io/spidernet-io/egressgateway-agent:v0.6.9
linux/amd64 ghcr.io anile 贡献

这是一个名为ghcr.io/spidernet-io/egressgateway-agent 的Docker容器镜像。它很可能是Spidernet项目中的一个组件,用于作为出口网关代理。 该代理负责管理和控制容器网络的出站流量,可能包含诸如网络策略实施、流量监控和路由等功能。

10
浏览次数
133.89MB
镜像大小
源镜像
ghcr.io/spidernet-io/egressgateway-agent:v0.6.9
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/spidernet-io/egressgateway-agent:v0.6.9
镜像ID
sha256:eb6c1623e9e43746c775c453b1ffc6b15beb6144e889210a390e6b3f32ae96f0
镜像 TAG
v0.6.9
镜像大小
133.89MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
/usr/bin/agent
启动入口
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-04-12T15:21:33.396201162Z
同步时间
2026-06-30 21:23
浏览量
10 次
贡献者
avatar anile
⚙️ 环境变量 4
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
ENV_GIT_COMMIT_VERSION=d2b1448d010a8000275b20647832a5d3de505793 1
ENV_GIT_COMMIT_TIMESTAMP=2026-04-12T22:43:03+08:00 2
ENV_VERSION=v0.6.9 3
🏷️ 镜像标签 1
KeyValue
maintainer@spidernet-io maintainer
🛡️ 镜像安全扫描
ubuntu 24.04 Trivy 2026-06-30 21:23 查看完整报告
35
低危 LOW
120
中危 MEDIUM
35
高危 HIGH
2
严重 CRITICAL
受影响目标 (3)
ghcr.io/spidernet-io/egressgateway-agent:v0.6.9 (ubuntu 24.04) ubuntu usr/bin/agent gobinary usr/bin/gops gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/spidernet-io/egressgateway-agent:v0.6.9
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/spidernet-io/egressgateway-agent:v0.6.9  ghcr.io/spidernet-io/egressgateway-agent:v0.6.9

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/spidernet-io/egressgateway-agent:v0.6.9
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/spidernet-io/egressgateway-agent:v0.6.9  ghcr.io/spidernet-io/egressgateway-agent:v0.6.9

Shell快速替换命令

sed -i 's#ghcr.io/spidernet-io/egressgateway-agent:v0.6.9#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/spidernet-io/egressgateway-agent:v0.6.9#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/spidernet-io/egressgateway-agent:v0.6.9 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/spidernet-io/egressgateway-agent:v0.6.9  ghcr.io/spidernet-io/egressgateway-agent:v0.6.9'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/spidernet-io/egressgateway-agent:v0.6.9 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/spidernet-io/egressgateway-agent:v0.6.9  ghcr.io/spidernet-io/egressgateway-agent:v0.6.9'

镜像构建历史


# 2026-04-12 23:21:33  0.00B 设置默认要执行的命令
CMD ["/usr/bin/agent"]
                        
# 2026-04-12 23:21:33  43.14MB 复制新文件或目录到容器中
COPY /tmp/install/linux/amd64/bin/* /usr/bin/ # buildkit
                        
# 2026-04-12 23:21:33  0.00B 设置环境变量 ENV_VERSION
ENV ENV_VERSION=v0.6.9
                        
# 2026-04-12 23:21:33  0.00B 定义构建参数
ARG VERSION=v0.6.9
                        
# 2026-04-12 23:21:33  0.00B 设置环境变量 ENV_GIT_COMMIT_TIMESTAMP
ENV ENV_GIT_COMMIT_TIMESTAMP=2026-04-12T22:43:03+08:00
                        
# 2026-04-12 23:21:33  0.00B 定义构建参数
ARG GIT_COMMIT_TIME=2026-04-12T22:43:03+08:00
                        
# 2026-04-12 23:21:33  0.00B 设置环境变量 ENV_GIT_COMMIT_VERSION
ENV ENV_GIT_COMMIT_VERSION=d2b1448d010a8000275b20647832a5d3de505793
                        
# 2026-04-12 23:21:33  0.00B 定义构建参数
ARG GIT_COMMIT_VERSION=d2b1448d010a8000275b20647832a5d3de505793
                        
# 2026-04-12 23:21:33  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2026-04-12 23:21:33  0.00B 定义构建参数
ARG TARGETOS=linux
                        
# 2026-04-12 23:21:33  0.00B 添加元数据标签
LABEL maintainer=maintainer@spidernet-io
                        
# 2025-07-07 10:10:34  90.75MB 复制新文件或目录到容器中
COPY / / # buildkit
                        
# 2025-07-07 10:10:34  0.00B 添加元数据标签
LABEL maintainer=maintainer@spidernet-io
                        
                    

镜像信息

{
    "Id": "sha256:eb6c1623e9e43746c775c453b1ffc6b15beb6144e889210a390e6b3f32ae96f0",
    "RepoTags": [
        "ghcr.io/spidernet-io/egressgateway-agent:v0.6.9",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/spidernet-io/egressgateway-agent:v0.6.9"
    ],
    "RepoDigests": [
        "ghcr.io/spidernet-io/egressgateway-agent@sha256:a8ec2f74c9d0ddfde7b4cc5077697f4706515ef6095c8363e6e435b6dba2fe72",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/spidernet-io/egressgateway-agent@sha256:9f516394d62335f7148574ab1d97f5176924f74260a6b2972917658f8675dc1d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-04-12T15:21:33.396201162Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "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",
            "ENV_GIT_COMMIT_VERSION=d2b1448d010a8000275b20647832a5d3de505793",
            "ENV_GIT_COMMIT_TIMESTAMP=2026-04-12T22:43:03+08:00",
            "ENV_VERSION=v0.6.9"
        ],
        "Cmd": [
            "/usr/bin/agent"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "maintainer": "maintainer@spidernet-io"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 133886026,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/b228267641e53c438ee8cebcafc50b231485c07d155ef00fb38fa5082b4a109b/diff",
            "MergedDir": "/var/lib/docker/overlay2/7ee5c93fc70400cd2c56d3385519a9ee9f9dfcce0fc3403656c67c09daf8d452/merged",
            "UpperDir": "/var/lib/docker/overlay2/7ee5c93fc70400cd2c56d3385519a9ee9f9dfcce0fc3403656c67c09daf8d452/diff",
            "WorkDir": "/var/lib/docker/overlay2/7ee5c93fc70400cd2c56d3385519a9ee9f9dfcce0fc3403656c67c09daf8d452/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:722bc4fcadeca58fd2f3ba87c6d8f2fa487c145cfabd16f8a2bb9e73ac29e733",
            "sha256:513834411ab63503f7fdd21b66671555bfff52d7d5394e37b0f9784d6c7672a1"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-06-30T21:23:15.458007993+08:00"
    }
}

更多版本

ghcr.io/spidernet-io/egressgateway-agent:v0.6.4

linux/amd64 ghcr.io129.80MB2025-07-14 13:49
259

ghcr.io/spidernet-io/egressgateway-agent:v0.5.0

linux/amd64 ghcr.io128.85MB2025-07-14 17:41
252

ghcr.io/spidernet-io/egressgateway-agent:v0.5.1

linux/amd64 ghcr.io128.85MB2025-07-15 06:47
242

ghcr.io/spidernet-io/egressgateway-agent:v0.6.2

linux/amd64 ghcr.io129.80MB2025-07-15 12:25
241

ghcr.io/spidernet-io/egressgateway-agent:v0.4.2

linux/amd64 ghcr.io128.70MB2025-07-15 14:52
240

ghcr.io/spidernet-io/egressgateway-agent:v0.6.9

linux/amd64 ghcr.io133.89MB2026-06-30 21:23
9
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×