Commit 62d879d3 authored by Abhishek Chanda's avatar Abhishek Chanda
Browse files

Update the insecure flag

The current call has been deprecated in
https://github.com/coreos/rkt/pull/1738
parent 9d9f94cd
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -143,7 +143,7 @@ func (d *RktDriver) Start(ctx *ExecContext, task *structs.Task) (DriverHandle, e
d.logger.Printf("[DEBUG] driver.rkt: added trust prefix: %q", trustPrefix)
} else {
// Disble signature verification if the trust command was not run.
cmdArgs = append(cmdArgs, "--insecure-skip-verify")
cmdArgs = append(cmdArgs, "--insecure-options=all")
}
// Inject the environment variables.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment