广告图片

ghcr.io/zenghongtu/paseo-relay:0.5 linux/amd64

ghcr.io/zenghongtu/paseo-relay:0.5 - 国内下载镜像源 浏览次数:19

ghcr.io/zenghongtu/paseo-relay镜像通常是Paseo项目的中继服务组件,用于支持相关系统的数据转发、通信中继或消息传递等功能,助力Paseo生态系统的高效运行。

源镜像 ghcr.io/zenghongtu/paseo-relay:0.5
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/zenghongtu/paseo-relay:0.5
镜像ID sha256:72c34c1ad84703a22bf54e31d9d7bc8a9a638773a5f1eab186c0ccb284d23738
镜像TAG 0.5
大小 6.67MB
镜像源 ghcr.io
CMD
启动入口 /relay
工作目录 /
OS/平台 linux/amd64
浏览量 19 次
贡献者
镜像创建 2026-04-11T11:03:06.379603866Z
同步时间 2026-04-11 19:30
开放端口
8411/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2026-04-11T11:02:30.415Z: org.opencontainers.image.created : org.opencontainers.image.description : org.opencontainers.image.licenses f8f43f7d43bbb59d4b9caa00198b277b076cbd72: org.opencontainers.image.revision https://github.com/zenghongtu/paseo-relay: org.opencontainers.image.source paseo-relay: org.opencontainers.image.title https://github.com/zenghongtu/paseo-relay: org.opencontainers.image.url 0.5.0: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/zenghongtu/paseo-relay:0.5
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/zenghongtu/paseo-relay:0.5  ghcr.io/zenghongtu/paseo-relay:0.5

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/zenghongtu/paseo-relay:0.5
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/zenghongtu/paseo-relay:0.5  ghcr.io/zenghongtu/paseo-relay:0.5

Shell快速替换命令

sed -i 's#ghcr.io/zenghongtu/paseo-relay:0.5#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/zenghongtu/paseo-relay:0.5#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/zenghongtu/paseo-relay:0.5 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/zenghongtu/paseo-relay:0.5  ghcr.io/zenghongtu/paseo-relay:0.5'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/zenghongtu/paseo-relay:0.5 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/zenghongtu/paseo-relay:0.5  ghcr.io/zenghongtu/paseo-relay:0.5'

镜像构建历史


# 2026-04-11 19:03:06  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/relay"]
                        
# 2026-04-11 19:03:06  0.00B 声明容器运行时监听的端口
EXPOSE [8411/tcp]
                        
# 2026-04-11 19:03:06  222.20KB 复制新文件或目录到容器中
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit
                        
# 2026-04-11 19:03:06  6.45MB 复制新文件或目录到容器中
COPY /relay /relay # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:72c34c1ad84703a22bf54e31d9d7bc8a9a638773a5f1eab186c0ccb284d23738",
    "RepoTags": [
        "ghcr.io/zenghongtu/paseo-relay:0.5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/zenghongtu/paseo-relay:0.5"
    ],
    "RepoDigests": [
        "ghcr.io/zenghongtu/paseo-relay@sha256:3276e45a6d309044864e168de5139b829f71fe7c66f71c60414175c93680d856",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/zenghongtu/paseo-relay@sha256:e0a1ad9769271545713a830ffa34f9b01c04a91fd18c3751be42bad2c2a5361a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-04-11T11:03:06.379603866Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8411/tcp": {}
        },
        "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": "/",
        "Entrypoint": [
            "/relay"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-04-11T11:02:30.415Z",
            "org.opencontainers.image.description": "",
            "org.opencontainers.image.licenses": "",
            "org.opencontainers.image.revision": "f8f43f7d43bbb59d4b9caa00198b277b076cbd72",
            "org.opencontainers.image.source": "https://github.com/zenghongtu/paseo-relay",
            "org.opencontainers.image.title": "paseo-relay",
            "org.opencontainers.image.url": "https://github.com/zenghongtu/paseo-relay",
            "org.opencontainers.image.version": "0.5.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 6673566,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/520b36a19522bfe937af0ea462a2353c04740e1aff36bf9a6ef958cd9f7d489f/diff",
            "MergedDir": "/var/lib/docker/overlay2/39b8051131cf35e26e32b09feb9afe85d9bc84ce736177db3dad3b555ef9b7a1/merged",
            "UpperDir": "/var/lib/docker/overlay2/39b8051131cf35e26e32b09feb9afe85d9bc84ce736177db3dad3b555ef9b7a1/diff",
            "WorkDir": "/var/lib/docker/overlay2/39b8051131cf35e26e32b09feb9afe85d9bc84ce736177db3dad3b555ef9b7a1/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:1d054e35813671a5f859be33e3cface8e7844347587c31a5e1f6dc81d36ac16c",
            "sha256:b881e0dfeaccb64b788c1208e6bd66ddfce1cd1b542879f93ea3271e67b6711a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-11T19:30:17.49363897+08:00"
    }
}

更多版本

ghcr.io/zenghongtu/paseo-relay:0.5

linux/amd64 ghcr.io6.67MB2026-04-11 19:30
18