Is your feature request related to a problem? Please describe.
I want to manage a Polaris server with the Polaris Command Line Interface to create catalogs, principals, ...
We're executing those commands in a Docker container that is ran as a Kubernetes Job inside the same Kubernetes cluster where the Polaris server resides. We want also to parse responses with jq, and we want to be able to make HTTP calls with curl.
For the moment, there's no Docker image that supports this
Describe the solution you'd like
A Docker image containing Polaris CLI, curl and jq.
Describe alternatives you've considered
Create my own Docker image with Polaris CLI, curl and jq
Additional context
I already started this in another repo, but I would be happy to incorporate this in the Polaris project as a PR.
See https://github.com/Summm1t/polaris-cli
Is your feature request related to a problem? Please describe.
I want to manage a Polaris server with the Polaris Command Line Interface to create catalogs, principals, ...
We're executing those commands in a Docker container that is ran as a Kubernetes Job inside the same Kubernetes cluster where the Polaris server resides. We want also to parse responses with
jq, and we want to be able to make HTTP calls withcurl.For the moment, there's no Docker image that supports this
Describe the solution you'd like
A Docker image containing Polaris CLI, curl and jq.
Describe alternatives you've considered
Create my own Docker image with Polaris CLI, curl and jq
Additional context
I already started this in another repo, but I would be happy to incorporate this in the Polaris project as a PR.
See https://github.com/Summm1t/polaris-cli