Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README: document where is the Docker repository. #41

Merged
merged 3 commits into from
Jan 31, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@ Download your preferred asset from the [releases page](https://github.com/helm/c

```console
$ # clone repo to some directory outside GOPATH
$ git clone github.com/helm/chart-releaser
$ git clone https://github.com/helm/chart-releaser
$ cd chart-releaser
$ go mod download
$ go install
$ go install ./...
```

### Docker (for Continuous Integration)

Docker images are pushed to the quay.io/helmpack/chart-releaser Docker repository. The Docker image is built on top of Alpine and its default entry-point is cr. See the `Dockerfile` for more informations about the Docker image.
desaintmartin marked this conversation as resolved.
Show resolved Hide resolved

## Usage

Currently, `cr` can create GitHub Releases from a set of charts packaged up into a directory and create an `index.yaml` file for the chart repository from GitHub Releases.
Expand Down