logo
ghcr.io/matrix-construct/tuwunel:main
linux/amd64 ghcr.io

Tuwunel是Matrix Construct项目下的组件,用于Matrix生态系统相关功能支持,涉及Matrix网络的连接或服务交互等场景。

16
浏览次数
99.54MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/matrix-construct/tuwunel:main
源镜像
ghcr.io/matrix-construct/tuwunel:main
镜像ID
sha256:6864539f50ba23ad32aba0646dd5901471ade6b55d9109fc4bae245708f815c8
镜像 TAG
main
镜像大小
99.54MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
启动入口
tuwunel
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-07-25T09:39:11.750946721Z
同步时间
2026-07-29 12:46
浏览量
16 次
贡献者
🔌 开放端口 2
8008/tcp 8448/tcp
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 11
KeyValue
Jason Volk <jason@zemos.net> org.opencontainers.image.authors
2026-07-25T02:19:43Z org.opencontainers.image.created
Matrix Chat Server in Rust org.opencontainers.image.description
https://matrix-construct.github.io/tuwunel/ org.opencontainers.image.documentation
Apache-2.0 org.opencontainers.image.licenses
360daf6414c87d69a9754dde758a537b158e3c4f org.opencontainers.image.revision
https://github.com/matrix-construct/tuwunel org.opencontainers.image.source
tuwunel org.opencontainers.image.title
https://github.com/matrix-construct/tuwunel org.opencontainers.image.url
matrix-construct org.opencontainers.image.vendor
1.8.2 org.opencontainers.image.version
🛡️ 镜像安全扫描
Trivy 2026-07-29 12:46 查看完整报告
0
低危 LOW
0
中危 MEDIUM
0
高危 HIGH
0
严重 CRITICAL

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/matrix-construct/tuwunel:main
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/matrix-construct/tuwunel:main  ghcr.io/matrix-construct/tuwunel:main

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/matrix-construct/tuwunel:main
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/matrix-construct/tuwunel:main  ghcr.io/matrix-construct/tuwunel:main

Shell快速替换命令

sed -i 's#ghcr.io/matrix-construct/tuwunel:main#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/matrix-construct/tuwunel:main#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/matrix-construct/tuwunel:main && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/matrix-construct/tuwunel:main  ghcr.io/matrix-construct/tuwunel:main'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/matrix-construct/tuwunel:main && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/matrix-construct/tuwunel:main  ghcr.io/matrix-construct/tuwunel:main'

镜像构建历史


# 2026-07-25 17:39:11  0.00B 指定检查容器健康状态的命令
HEALTHCHECK {Test:[CMD tuwunel --health-check] Interval:30s Timeout:15s StartPeriod:1m0s StartInterval:0s Retries:0}
                        
# 2026-07-25 17:39:11  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["tuwunel"]
                        
# 2026-07-25 17:39:11  0.00B 声明容器运行时监听的端口
EXPOSE [8008/tcp 8448/tcp]
                        
# 2026-07-25 17:39:11  99.54MB 复制新文件或目录到容器中
COPY . . # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:6864539f50ba23ad32aba0646dd5901471ade6b55d9109fc4bae245708f815c8",
    "RepoTags": [
        "ghcr.io/matrix-construct/tuwunel:main",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/matrix-construct/tuwunel:main"
    ],
    "RepoDigests": [
        "ghcr.io/matrix-construct/tuwunel@sha256:fea6c02468a1e4a7b4c1bc9b66f8dea4d2f7fdd2a6d6bd2bfc295112b7289b4a",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/matrix-construct/tuwunel@sha256:b62fdc0626ad1680c5adb5d8c287cc83bf24c8f8161e00a4c2943bdf18ac1d0c"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-07-25T09:39:11.750946721Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8008/tcp": {},
            "8448/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": null,
        "Healthcheck": {
            "Test": [
                "CMD",
                "tuwunel",
                "--health-check"
            ],
            "Interval": 30000000000,
            "Timeout": 15000000000,
            "StartPeriod": 60000000000
        },
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "tuwunel"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.authors": "Jason Volk \u003cjason@zemos.net\u003e",
            "org.opencontainers.image.created": "2026-07-25T02:19:43Z",
            "org.opencontainers.image.description": "Matrix Chat Server in Rust",
            "org.opencontainers.image.documentation": "https://matrix-construct.github.io/tuwunel/",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "360daf6414c87d69a9754dde758a537b158e3c4f",
            "org.opencontainers.image.source": "https://github.com/matrix-construct/tuwunel",
            "org.opencontainers.image.title": "tuwunel",
            "org.opencontainers.image.url": "https://github.com/matrix-construct/tuwunel",
            "org.opencontainers.image.vendor": "matrix-construct",
            "org.opencontainers.image.version": "1.8.2"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 99541408,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/71d4a77dcff9f89c1b357bbd4c895251fda0a1603ed9618c5825cc0aead508df/merged",
            "UpperDir": "/var/lib/docker/overlay2/71d4a77dcff9f89c1b357bbd4c895251fda0a1603ed9618c5825cc0aead508df/diff",
            "WorkDir": "/var/lib/docker/overlay2/71d4a77dcff9f89c1b357bbd4c895251fda0a1603ed9618c5825cc0aead508df/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:c6b5df8d936d0e1491cbd5be6a5f5875c5ea1f1712767562bcb27d4abf7f514a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-29T12:46:22.010838004+08:00"
    }
}

更多版本

ghcr.io/matrix-construct/tuwunel:main

linux/amd64 ghcr.io99.54MB2026-07-29 12:46
15
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×