void-packages/srcpkgs/containers.image/patches/dockerhub.patch
2019-12-08 16:12:04 +01:00

11 lines
334 B
Diff

--- registries.conf
+++ registries.conf
@@ -9,7 +9,7 @@
# Registries to search for images that are not fully-qualified.
# i.e. foobar.com/my_image:latest vs my_image:latest
[registries.search]
-registries = []
+registries = ['docker.io']
# Registries that do not use TLS when pulling images or uses self-signed
# certificates.