Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilkuan/helm
Create container push to ghcr.io
https://github.com/neilkuan/helm
Last synced: 9 days ago
JSON representation
Create container push to ghcr.io
- Host: GitHub
- URL: https://github.com/neilkuan/helm
- Owner: neilkuan
- Created: 2024-01-24T01:27:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-24T01:30:10.000Z (10 months ago)
- Last Synced: 2024-10-07T10:10:51.625Z (30 days ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### helm cli container image
## To use
```bash
docker pull ghcr.io/neilkuan/helmdocker run -it --rm ghcr.io/neilkuan/helm version
version.BuildInfo{Version:"v3.14.0", GitCommit:"3fc9f4b2638e76f26739cd77c7017139be81d0ea", GitTreeState:"clean", GoVersion:"go1.21.5"}```