buildx icon indicating copy to clipboard operation
buildx copied to clipboard

Support Jsonnet in `buildx bake` command

Open carlosedp opened this issue 6 years ago • 1 comments

Is there interest on adding Jsonnet (http://jsonnet.org/) support to buildx bake template files?

Jsonnet allows lots of flexibility on generating Json objects with variables, functions and much more.

carlosedp avatar May 08 '19 20:05 carlosedp

You can use JSON, and generate the JSON config with Jsonnet. Embedding Jsonnet inside of bake would be an overkill IMO.

errordeveloper avatar Nov 12 '20 15:11 errordeveloper