diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea64677..91b807d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,6 +19,6 @@ desc: '🌉 基于Go+Vue实现的openLDAP后台管理项目' - `kind:` 以此字段进行归类,通常与上一层的目录名一致。 - `owner:` 仓库的用户名,或者组织名。 - `repo:` 仓库名。 -- `desc:` 用简短的话介绍一下这个项目。 +- `desc:` 用简短的话介绍一下这个项目。请注意,此内容当中不要包含|之类的关键字,这会作为表格的一个列呈现。 3. 如果你不知道项目该如何分类,或者该项目目前没有对应分类,可以尝试先创建分类目录,然后再添加项目。 \ No newline at end of file diff --git a/items/Docker-Tools/buildkit.yaml b/items/Docker-Tools/buildkit.yaml new file mode 100644 index 0000000..c261c2b --- /dev/null +++ b/items/Docker-Tools/buildkit.yaml @@ -0,0 +1,4 @@ +kind: Docker-Tools +owner: moby +repo: buildkit +desc: '增强docker build的功能,支持并行构建、缓存、镜像导出等功能' \ No newline at end of file diff --git a/items/Docker-Tools/quay.yaml b/items/Docker-Tools/quay.yaml new file mode 100644 index 0000000..ba64c85 --- /dev/null +++ b/items/Docker-Tools/quay.yaml @@ -0,0 +1,4 @@ +kind: Docker-Tools +owner: quay +repo: quay +desc: 'Red Hat 开源的docker镜像仓库,类似harbor' \ No newline at end of file diff --git a/items/Etcd/etcdmanager.yaml b/items/Etcd/etcdmanager.yaml new file mode 100644 index 0000000..7f8efda --- /dev/null +++ b/items/Etcd/etcdmanager.yaml @@ -0,0 +1,4 @@ +kind: Etcd +owner: gtamas +repo: etcdmanager +desc: 'Etcd客户端,支持Linux、Windows、MacOS' \ No newline at end of file diff --git a/items/K8S-Tools/kube-prometheus.yaml b/items/K8S-Tools/kube-prometheus.yaml new file mode 100644 index 0000000..fbb4e83 --- /dev/null +++ b/items/K8S-Tools/kube-prometheus.yaml @@ -0,0 +1,4 @@ +kind: K8S-Tools +owner: prometheus-operator +repo: kube-prometheus +desc: '使用Prometheus监控Kubernetes和在Kubernetes上运行的应用程序' \ No newline at end of file diff --git a/items/K8S-Tools/kubedog.yaml b/items/K8S-Tools/kubedog.yaml new file mode 100644 index 0000000..9ed4ca3 --- /dev/null +++ b/items/K8S-Tools/kubedog.yaml @@ -0,0 +1,4 @@ +kind: K8S-Tools +owner: werf +repo: kubedog +desc: '监视和跟踪CI/CD部署管道中的Kubernetes资源' \ No newline at end of file diff --git a/items/K8S-Tools/skooner.yaml b/items/K8S-Tools/skooner.yaml new file mode 100644 index 0000000..b65017b --- /dev/null +++ b/items/K8S-Tools/skooner.yaml @@ -0,0 +1,4 @@ +kind: K8S-Tools +owner: skooner-k8s +repo: skooner +desc: '简单的Kubernetes实时仪表板和管理工具' \ No newline at end of file