open-nomad/helper/pluginutils
Mahmood Ali de954da350
docker: introduce a new hcl2-friendly `mount` syntax (#9635)
Introduce a new more-block friendly syntax for specifying mounts with a new `mount` block type with the target as label:

```hcl
config {
  image = "..."

  mount {
    type = "..."
    target = "target-path"
    volume_options { ... }
  }
}
```

The main benefit here is that by `mount` being a block, it can nest blocks and avoids the compatibility problems noted in https://github.com/hashicorp/nomad/pull/9634/files#diff-2161d829655a3a36ba2d916023e4eec125b9bd22873493c1c2e5e3f7ba92c691R128-R155 .

The intention is for us to promote this `mount` blocks and quietly deprecate the `mounts` type, while still honoring to preserve compatibility as much as we could.

This addresses the issue in https://github.com/hashicorp/nomad/issues/9604 .
2020-12-15 14:13:50 -05:00
..
catalog Remove rkt as a built-in driver 2020-02-26 22:16:41 -05:00
grpcutils move pluginutils -> helper/pluginutils 2019-01-22 15:50:08 -08:00
hclspecutils Update hcl2 vendoring 2020-05-19 15:00:03 -04:00
hclutils docker: introduce a new hcl2-friendly `mount` syntax (#9635) 2020-12-15 14:13:50 -05:00
loader cleanup driver eventor goroutines 2020-05-26 11:04:04 -04:00
singleton goimports until make check is happy 2019-01-23 06:27:14 -08:00