mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
vendor
This commit is contained in:
@@ -1000,6 +1000,7 @@ func (d *DockerDriver) pullImage(driverConfig *DockerDriverConfig, client *docke
|
||||
authOptions = *authOptionsPtr
|
||||
}
|
||||
|
||||
d.logger.Printf("[DEBUG] driver.docker: docker auth %+v", authOptions)
|
||||
d.emitEvent("Downloading image %s:%s", repo, tag)
|
||||
err := client.PullImage(pullOptions, authOptions)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user