fix(docker): set image pulls as valid if failed fetching (#5007)
parent
daabce2b8f
commit
39e24ec93f
|
@ -23,6 +23,7 @@ export default class porImageRegistryContainerController {
|
|||
} catch (e) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.error('Failed loading DockerHub pull rate limits', e);
|
||||
this.setValidity(true);
|
||||
}
|
||||
} else {
|
||||
this.setValidity(true);
|
||||
|
|
Loading…
Reference in New Issue