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