mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Deprecation notice
This commit is contained in:
@@ -315,6 +315,7 @@ func (d *DockerDriver) Validate(config map[string]interface{}) error {
|
||||
"auth": &fields.FieldSchema{
|
||||
Type: fields.TypeArray,
|
||||
},
|
||||
// COMPAT: Remove in 0.6.0. SSL is no longer needed
|
||||
"ssl": &fields.FieldSchema{
|
||||
Type: fields.TypeBool,
|
||||
},
|
||||
|
||||
@@ -151,6 +151,9 @@ The `docker` driver supports the following configuration in the job spec:
|
||||
* `dns_search_domains` - (Optional) A list of DNS search domains for the container
|
||||
to use.
|
||||
|
||||
* `SSL` - (Optional) If this is set to true, Nomad uses SSL to talk to the
|
||||
repository. The default value is `true`. **Deprecated as of 0.5.3**
|
||||
|
||||
* `port_map` - (Optional) A key-value map of port labels (see below).
|
||||
|
||||
* `auth` - (Optional) Provide authentication for a private registry (see below).
|
||||
|
||||
Reference in New Issue
Block a user