[enh] Add opa_image Dockerfile build argument - #322
Conversation
This build argument allows for arbitrary docker images to be included in the opal standalone client. This makes it easier to integrate a custom build of opa within the opal-client.
✅ Deploy Preview for opal-docs canceled.
|
|
This is as secure as the input to the build argument One thing we could do here though, is to split |
|
@orishavit I've added the |
This is an improvement on top of #316 .
This PR changes the
opa_tagDocker build argument to theopa_imageDocker build argument.The
opa_imagebuild argument allows for arbitrary docker images to be included in the opal standalone client as opposed to only an arbitrary tag. This makes it easier to integrate custom builds of opa within the opal-client by allowing to specify a different docker image repository other than the officialopenpolicyagent/oparepository. Custom opa builds may be needed for custom opa plugin integration.