-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
62 lines (54 loc) · 1.95 KB
/
Copy pathconfig.yaml
File metadata and controls
62 lines (54 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# 需要自动构建的Docker镜像配置
# build_type: 构建模式(可选,默认 repo)
# - dockerfile: 仅用本地 dockerfiles/<name>/ 下的文件编译,不克隆 git 仓库
# - repo: 克隆 git 仓库后用源码编译
# release_name: Release 文件名(配置后自动下载到 dockerfiles/<name>/release/)
# repo_url: git 仓库地址(build_type=dockerfile 时可省略)
# branch: git 分支(可选,不填时自动获取仓库默认分支)
# dockerfile: 可选,指定源仓库内 Dockerfile 相对路径
# registry: 推送目标(可选,默认 dockerhub)
# - dockerhub: 仅推送到 DockerHub
# - ghcr: 仅推送到 GitHub Container Registry
# - both: 同时推送到 DockerHub 和 GHCR
repositories:
- name: realm
build_type: dockerfile
repo_url: https://github.com/zhboner/realm.git
release_name: realm-x86_64-unknown-linux-musl.tar.gz
registry: ghcr
- name: mermaid-live-editor
build_type: repo
repo_url: https://github.com/mermaid-js/mermaid-live-editor.git
branch: develop
registry: both
- name: qwerty-learner
build_type: repo
repo_url: https://github.com/RealKai42/qwerty-learner.git
branch: master
registry: dockerhub
- name: reality
build_type: repo
repo_url: https://github.com/XTLS/Xray-core.git
branch: main
registry: dockerhub
- name: 91writing
build_type: repo
repo_url: https://github.com/ponysb/91Writing.git
branch: main
registry: dockerhub
- name: baidu2api
build_type: repo
repo_url: https://github.com/dijiaozhibei-top/baidu2api.git
branch: main
registry: dockerhub
- name: deepwhale
build_type: repo
repo_url: https://github.com/bchhngsaygez/deepwhale
branch: main
registry: dockerhub
#OCR文档识别工具
- name: docling
build_type: repo
repo_url: https://github.com/docling-project/docling
branch: main
registry: dockerhub