Procedure for bundling OPA policy bundles as OCI images #706
Unanswered
jabbrwcky
asked this question in
OPA and Rego
Replies: 1 comment 1 reply
-
Yeah having docs for how to do it with
The OCI functionality was contributed by Aserto, which is not operating anymore. So, it's up to the community around that to revive it, and keep it alive. I'm afraid OCI bundles haven't really caught on outside of Aserto's tooling. |
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.
-
Hi,
what is the currently recommended approach for bundling policies as OPA images?
When I tried to follow the steps outlined in the documentation using opa 1.6.0, I noteced several things:
"org.openpolicyregistry.type": "policy", "rego.version": "rego.V1"
So the current docs seem somewhat outdated.
The
policy
tool by https://openpolicycontainers.com/ produces working images out of the box but has not seen updates for some months now (opa code used there is still at 1.0.0). So I do not know how actively it is worked on.Are the assumptions about the annotations correct and what is the currently recommended way to build OCI images?
I think I figured out most of the process for oras, so I would be willing to update the documentation, if this is the way to go.
Can anybody provide more insight?
Cheers,
Jens
Beta Was this translation helpful? Give feedback.
All reactions