Skip to content

Commit

Permalink
Merge pull request #4 from yihong0618/main
Browse files Browse the repository at this point in the history
feat: use go mod instead of go get
  • Loading branch information
pacoxu authored Apr 6, 2022
2 parents 03b5cb9 + dc64ad1 commit 713d855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ FROM golang:1.17-alpine

# ENV GOPROXY https://goproxy.cn
RUN apk add git
RUN go get github.com/google/go-github/v42@v42.0.0 \
&& go get "github.com/olekukonko/tablewriter"

WORKDIR /

COPY . /
RUN go mod download
WORKDIR /

ENTRYPOINT ["go", "run", "/github.go"]
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,6 @@ This branch is for CNCF repos in China.
| 25 | [OpenFunction](https://github.com/OpenFunction/OpenFunction) | 453 | 2022-04-06 | 2020-12-17 | 59 | Cloud Native Function-as-a-Service Platform |
| 26 | [Dragonfly2](https://github.com/dragonflyoss/Dragonfly2) | 353 | 2022-04-06 | 2020-11-04 | 74 | Dragonfly is an intelligent P2P based image and file distribution system, it also provides a variety of enterprise-level (efficiency, stability, safety, low-cost) product features. |
| 27 | [fabedge](https://github.com/FabEdge/fabedge) | 349 | 2022-04-03 | 2021-07-16 | 41 | Secure Edge Networking Solution Based On Kubernetes |
| 28 | [merbridge](https://github.com/merbridge/merbridge) | 304 | 2022-04-04 | 2022-01-12 | 31 | Use eBPF to speed up your Service Mesh like crossing an Einstein-Rosen Bridge. |
| 29 | [piraeus](https://github.com/piraeusdatastore/piraeus) | 304 | 2022-03-31 | 2019-12-05 | 34 | High Available Datastore for Kubernetes |
| 30 | [carina](https://github.com/carina-io/carina) | 303 | 2022-04-06 | 2021-08-18 | 31 | Carina: an high performance and ops-free local storage for kubernetes |
| 31 | [KubeCube](https://github.com/kubecube-io/KubeCube) | 246 | 2022-04-05 | 2021-07-12 | 42 | KubeCube is an open source enterprise-level container platform |
| 32 | [clusterpedia](https://github.com/clusterpedia-io/clusterpedia) | 226 | 2022-03-31 | 2021-10-08 | 33 | The Encyclopedia of Kubernetes clusters |
| 33 | [kubernetes-lts](https://github.com/klts-io/kubernetes-lts) | 185 | 2022-03-31 | 2021-07-16 | 18 | Kubernetes LTS(long term support) |
| 34 | [piraeus-operator](https://github.com/piraeusdatastore/piraeus-operator) | 177 | 2022-03-31 | 2019-07-25 | 27 | The Piraeus Operator manages LINSTOR clusters in Kubernetes. |
| 35 | [local-storage](https://github.com/hwameistor/local-storage) | 157 | 2022-03-31 | 2022-01-19 | 14 | Local Storage is one of HwameiStor components. It will provision the local LVM volume. |
| 36 | [kubediag](https://github.com/kubediag/kubediag) | 130 | 2022-04-02 | 2021-01-05 | 30 | Problem diagnosis and operation orchestration for Kubernetes |
| 37 | [spiderpool](https://github.com/spidernet-io/spiderpool) | 29 | 2022-04-04 | 2022-03-07 | 7 | ipam for kubernetes https://spidernet-io.github.io/spiderpool/ |
| 38 | [local-disk-manager](https://github.com/hwameistor/local-disk-manager) | 24 | 2022-04-01 | 2022-01-19 | 4 | Local Disk Manager is one of HwameiStor components. It will manage all the local disks of the HwameiStor nodes, including provision local Disk volume, and disk health management. |
| 39 | [ckube](https://github.com/DaoCloud/ckube) | 13 | 2022-04-04 | 2022-03-17 | 0 | Kubernetes APIServer 高性能代理组件,代理 APIServer 的 List 请求,其它类型的请求会直接反向代理到原生 APIServer。 CKube 还额外支持了分页、搜索和索引等功能。 并且,CKube 100% 兼容原生 kubectl 和 kube client sdk,只需要简单的配置即可实现全局替换。 |
| 40 | [fake-kubelet](https://github.com/wzshiming/fake-kubelet) | 12 | 2022-04-01 | 2020-07-20 | 4 | This is a fake kubelet. The pod on this node will always be in the ready state, but no process will be started. |
| 41 | [ferry](https://github.com/ferry-proxy/ferry) | 10 | 2022-03-04 | 2021-10-18 | 1 | Ferry is a multi-cluster communication component of Kubernetes that supports mapping services from one cluster to another. |
| 42 | [fake-k8s](https://github.com/wzshiming/fake-k8s) | 6 | 2022-04-05 | 2020-09-10 | 0 | Run the fake k8s with docker-compose, It can be used as an alternative to Kind in some scenarios where you don’t need to actually run the Pod |



Expand Down

0 comments on commit 713d855

Please sign in to comment.