if (!password || !ctx.env[password]) {
    errors.push(getError('ENODOCKERPASSWORD', ctx))
  } else {
    auth.password = ctx.env[password]
  }