Install as a container
Container images are published in GitHub Container Registry and tagged for each release. Image tags correspond to the release version. See the GitHub package for the latest images.
docker pull ghcr.io/styrainc/enterprise-opa:VERSION
If you are testing out Enterprise OPA in a non production environment, you might find the latest
tag convenient:
docker pull ghcr.io/styrainc/enterprise-opa:latest
note
You can replicate these images to a registry nearer your cluster to reduce cold start times. This is especially important when:
- Running in an environment without access to pull images from GitHub Container Registry.
- Not using a long-running deployment of Enterprise OPA (for example,
eopa eval
in jobs). - Enterprise OPA instance startup time is critical.
To run Enterprise OPA in a Kubernetes cluster, please see deployment documentation.