An open API service indexing awesome lists of open source software.

https://github.com/albertoimpl/k8s-catalog


https://github.com/albertoimpl/k8s-catalog

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

```
./gradlew clean assemble

docker build --file=Dockerfile --tag=k8s-catalog:latest --rm=true .

docker tag k8s-catalog:latest albertoimpl/k8s-catalog:latest

docker push albertoimpl/k8s-catalog:latest
```