Hashicorp's Nomad Dhall bindings

Hi everyone,

We recently released version 1.0 of our Dhall Bindings for Nomad:

You can check the examples folder to understand how the Dhall bindings can be used to generate Nomad job files and schedule them from the command line.

This models pretty much all of Nomad’s Job spec, but we did not add much support for custom drivers beyond docker, but it would be relatively easy to add configuration for other drivers.

I’m very much looking forward to your feedback, and hope this is useful to some of you as well :slightly_smiling_face:

3 Likes

I have a PR up to mention the Nomad bindings on dhall-lang.org here: https://github.com/dhall-lang/dhall-lang/pull/1150

1 Like