open-nomad/drivers
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
..
docker docker: introduce a new hcl2-friendly `mount` syntax (#9635) 2020-12-15 14:13:50 -05:00
exec tests: ignore empty cgroup 2020-10-01 10:23:13 -04:00
java Fix for Java fingerprinter on macOS (#9225) 2020-11-01 13:20:31 -05:00
mock Add gosimple linter (#9590) 2020-12-09 11:05:18 -08:00
qemu Add gosimple linter (#9590) 2020-12-09 11:05:18 -08:00
rawexec honor task user when execing into raw_exec task (#9439) 2020-11-25 09:34:10 -05:00
shared Apply some suggested fixes from staticcheck (#9598) 2020-12-10 07:29:18 -08:00