Is is possible to support jsonnet inside Drone Cloud?
I see that it’s an extension
https://docs.drone.io/extend/config/jsonnet/
which I think would normally rule it out for Drone Cloud, but perhaps this is available some other way.
Is is possible to support jsonnet inside Drone Cloud?
I see that it’s an extension
https://docs.drone.io/extend/config/jsonnet/
which I think would normally rule it out for Drone Cloud, but perhaps this is available some other way.
Hey Ed,
Right now the only option is to use the jsonnet command line utility to generate a yaml file from jsonnet, and commit the generated yaml to your repository. This is what we do for all 100+ Drone repositories. We absolutely will support native jsonnet in the future, but we first need to work through some of the security implications – it is not considered safe to evaluate untrusted jsonnet files server-side [1].