Skip to content

Commit

Permalink
Update readme for 0.9.0 release (#187)
Browse files Browse the repository at this point in the history
* Bump versions to current
* fix slack link

Signed-off-by: David Tesar <[email protected]>
  • Loading branch information
dtzar authored Jun 1, 2022
1 parent a80418b commit 59a6193
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Notation is a project to add signatures as standard items in the registry ecosys

- Install the Notation CLI from [Notation Releases][notation-releases]
```bash
curl -Lo notation.tar.gz https://github.com/notaryproject/notation/releases/download/v0.7.1-alpha.1/notation_0.7.1-alpha.1_linux_amd64.tar.gz
curl -Lo notation.tar.gz https://github.com/notaryproject/notation/releases/download/v0.9.0-alpha.1/notation_v0.9.0-alpha.1_linux_amd64.tar.gz
tar xvzf notation.tar.gz -C ~/bin notation
```
- Run a local instance of the [CNCF Distribution Registry][cncf-distribution], with [ORAS Artifacts][artifact-manifest] support.
```bash
docker run -d -p 5000:5000 ghcr.io/oras-project/registry:v0.0.3-alpha
docker run -d -p 5000:5000 ghcr.io/oras-project/registry:v1.0.0-rc
```

- Build, Push, Sign, Verify the `net-monitor` software
Expand All @@ -48,7 +48,7 @@ For more detailed samples, see [hello-signing](docs/hello-signing.md)

## Community

- Regular conversations for Notation occur on the [Cloud Native Computing Slack](https://app.slack.com/client/T08PSQ7BQ/CQUH8U287?) channel.
- Regular conversations for Notation occur on the [Cloud Native Computing Slack](https://slack.cncf.io/) **notary-v2** channel.
- Please see the [CNCF Calendar](https://www.cncf.io/calendar/) for community meeting details.
- Meeting notes are captured on [hackmd.io](https://hackmd.io/_vrqBGAOSUC_VWvFzWruZw).

Expand All @@ -68,7 +68,7 @@ This project has adopted the [CNCF Code of Conduct](https://github.com/cncf/foun

This project is covered under the Apache 2.0 license. You can read the license [here](LICENSE).

[notation-releases]: https://github.com/notaryproject/notation/releases/tag/v0.7.1-alpha.1
[notation-releases]: https://github.com/notaryproject/notation/releases
[notaryv2-specs]: https://github.com/notaryproject/notaryproject
[artifact-manifest]: https://github.com/oras-project/artifacts-spec/blob/main/artifact-manifest.md
[cncf-distribution]: https://github.com/oras-project/distribution

0 comments on commit 59a6193

Please sign in to comment.