Skip to content

Commit

Permalink
Merge pull request #145 from tsandall/master
Browse files Browse the repository at this point in the history
Add Docker image mention on Get OPA page
  • Loading branch information
tsandall committed Nov 10, 2016
2 parents a57b2f8 + 6403f74 commit e01fc73
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# OPA: Open Policy Agent
# Open Policy Agent

The Open Policy Agent (OPA) is an open source project that helps policy-enable your service. By integrating with OPA, your service's operators will be empowered to manage the size, complexity, and dynamic nature of modern deployments.

To learn more, visit [openpolicyagent.org](http://www.openpolicyagent.org).
## Want to learn about OPA?

## Want to use OPA?
See [openpolicyagent.org](http://www.openpolicyagent.org) to get started.

See [Get OPA](http://www.openpolicyagent.org/get-opa/) for download links.
## Want to get OPA?

See [Get OPA](http://www.openpolicyagent.org/get-opa/) for releases.

## Want to build OPA?

Expand Down
2 changes: 1 addition & 1 deletion docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CHANGELOG.md snippet and uploading the packages from the build phase.
1. Update documentation that refers to the latest release by semantic version. For example:

```
find site/ -name "*.md" -exec sed -i "" 's/v0.12.7/v0.12.8/g' {} \;
find site/ -name "*.md" -exec sed -i "" 's/0.12.7/0.12.8/g' {} \;
```

1. Commit the changes and push to remote repository.
Expand Down
8 changes: 3 additions & 5 deletions site/get-opa/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: Get Open Policy Agent
# Get Open Policy Agent
{: .opa-header--minor-title}

OPA is available as binary releases for 64-bit Linux and Mac OS X or as Golang source code.
The binary releases for 64-bit Linux and Mac are available for download here. For other releases of OPA see the [GitHub Releases](https://github.com/open-policy-agent/opa/releases) page.
{: .opa-header--text}

* [64-bit Linux](https://github.com/open-policy-agent/opa/releases/download/v0.2.0/opa_linux_amd64){: .opa-header--download-list--link}
Expand Down Expand Up @@ -38,11 +38,9 @@ $ chmod u+x opa
$ ./opa version
```

## Go Source (Latest)

## Docker Image (64-bit Linux)
```shell
$ go get github.com/open-policy-agent/opa
$ $GOPATH/bin/opa
$ docker run openpolicyagent/opa:0.2.0 version
```

{% endcontentfor %}

0 comments on commit e01fc73

Please sign in to comment.