https://github.com/albertoimpl/k8s-catalog
https://github.com/albertoimpl/k8s-catalog
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/albertoimpl/k8s-catalog
- Owner: Albertoimpl
- Created: 2019-06-21T17:07:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T17:09:25.000Z (over 6 years ago)
- Last Synced: 2025-01-23T21:28:39.333Z (about 1 year ago)
- Language: Java
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```