Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

### helm cli container image

## To use
```bash
docker pull ghcr.io/neilkuan/helm

docker run -it --rm ghcr.io/neilkuan/helm version
version.BuildInfo{Version:"v3.14.0", GitCommit:"3fc9f4b2638e76f26739cd77c7017139be81d0ea", GitTreeState:"clean", GoVersion:"go1.21.5"}

```