Similarly to commit 102cd5c294d ("tests/docker: use project specific container registries"), use the Fedora registry to reduce pull rate limits enforced by Docker Hub.
Inspired-by: John Snow <js...@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> --- scripts/coverity-scan/coverity-scan.docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/coverity-scan/coverity-scan.docker b/scripts/coverity-scan/coverity-scan.docker index ecff6ac5b4b..529c0a28566 100644 --- a/scripts/coverity-scan/coverity-scan.docker +++ b/scripts/coverity-scan/coverity-scan.docker @@ -15,7 +15,7 @@ # The work of actually doing the build is handled by the # run-coverity-scan script. -FROM fedora:30 +FROM registry.fedoraproject.org/fedora:30 ENV PACKAGES \ alsa-lib-devel \ bc \ -- 2.31.1