CI: Ignore docker.io registry linkcheck failure 26/68026/1
authorGuillaume Lambert <guillaume.lambert@orange.com>
Tue, 15 Jun 2021 19:28:11 +0000 (21:28 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Tue, 15 Jun 2021 19:31:06 +0000 (21:31 +0200)
https://registry-1.docker.io root page now returns a 404 error code.
Though, other pages in the tree are still reachable.

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Id680f556b5ad163677d926a6ad0f28b608b13b98

docs/conf.py

index 7198193..22d781b 100644 (file)
@@ -35,6 +35,7 @@ linkcheck_ignore = [
     "https://git.opendaylight.org/gerrit/#/settings/gpg-keys",
     "https://wiki.debian.org/meetbot",  # SNI link needs Python 2.7.9+
     "https://iotivity.biterg.io",
+    "https://registry-1.docker.io",
 ]
 
 sphinx_tabs_valid_builders = ["linkcheck"]