Docker-compose for opa #344
Unanswered
lamoboos223
asked this question in
OPA and Rego
Replies: 1 comment 1 reply
-
Good catch, @lamoboos223! Would you like to submit a fix to the docs? File is over here. You can probably edit it right in the GitHub UI. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
in the docs the docker-compose uses the image
openpolicyagent/demo-restful-api:0.3
produces the errorError response from daemon: manifest for openpolicyagent/demo-restful-api:0.3 not found: manifest unknown: manifest unknown
. When i checked the docker hub i can see the following tags but no0.3
tag.So i suggest to update the docs to the image
openpolicyagent/demo-restful-api
to pull the latest image.Beta Was this translation helpful? Give feedback.
All reactions