1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

fix(docker): set image pulls as valid if failed fetching (#5055)

This commit is contained in:
Chaim Lev-Ari 2021-05-11 00:24:29 +03:00 committed by GitHub
parent b7980f1b60
commit 886d6764be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);