Box

Allgemein

Wiki

Profil

Aktionen

Harbor registry CVE-Scan not working

Trivy in Harbor is not working and reporting DNS errors.

Environment:

  • Fedora 34
  • moby-engine-20.10

There's a problem with name resolution! Workaround:

Create a config file with the DNS servers /etc/docker/daemon.json

{
 "dns":["8.8.8.8", "8.8.4.4"]
}

then restart docker with systemctl restart docker and your gone ;-)

Von Peter Pfläging vor fast 4 Jahren aktualisiert · 1 Revisionen