Skip to content

Commit

Permalink
Add support for storing Open Policy Agent bundles as OCI artifacts
Browse files Browse the repository at this point in the history
Open Policy Agent bundles consist of a set of rego policy files,
JSON or YAML formatted data and an optional JSON formatted manifest
file with metadata about the bundle. This media type allows us to
support distributing OPA bundles as OCI images as well as simple tar files.
  • Loading branch information
garethr committed May 13, 2019
1 parent c0cc4fc commit 59b5027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/artifact-media-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"application/vnd.docker.distribution.manifest.v2+json": "Docker images",
"application/vnd.cncf.helm.chart.config.v3+json": "Helm artifacts",
"application/vnd.oci.image.config.v1+json": "OCI images",
"application/vnd.cncf.openpolicyagent.config.v1+json": "Open Policy Agent bundles",
"application/vnd.sylabs.sif.config.v1+json": "Singularity images"
}

1 comment on commit 59b5027

@SteveLasker
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.