Add auth config, registry auth fails silently without

This commit is contained in:
Ross Cadogan 2016-10-18 10:04:26 +01:00
parent 44dbd88295
commit ef430b791a
2 changed files with 15 additions and 6 deletions

View file

@ -45,7 +45,7 @@ func Update(client container.Client, names []string, cleanup bool) error {
for i, container := range containers {
stale, err := client.IsContainerStale(container)
if err != nil {
log.Infof("Unable to update container %. Proceeding to next.", containers[i].Name())
log.Infof("Unable to update container %s. Proceeding to next.", containers[i].Name())
log.Debug(err)
stale = false
}