Sign inSign up

mailtokun/yutu

By mailtokun

•Updated almost 5 years ago

玉兔Gitops引擎

Image
0

462

mailtokun/yutu repository overview

⁠YuTu Gitops Engine

玉兔Gitops引擎

⁠目标用户

个人开发者或微小企业.

⁠优势

只需要一条命令即完成CICD的配置.

⁠场景

⁠场景 1: 将代码部署到 Docker 中
mkdir ~/.yutu || true
cat >~/.yutu/projects.json <<EOL
[
    {
        "githubRepo": "https://github.com/xxxx/xxxx",
        "githubBranch": "main",
        "githubToken": "xxxxxxx-xxxxx-xxxxx-xxxxx"
    }
]
EOL
docker run -d --network="host" --name=yutu \
-v /var/run/docker.sock:/var/run/docker.sock \
-v ~/.yutu/projects.json:/yutu/projects.json \
mailtokun/yutu /yutu/main
⁠场景 2: 将代码部署到 kubernetes 中

暂不支持

Tag summary

Content type

Image

Digest

Size

598.1 MB

Last updated

almost 5 years ago

docker pull mailtokun/yutu