From 77ee08f0bdb2fe4c8c6b7972d46510125766679a Mon Sep 17 00:00:00 2001 From: Paper Mountain Studio Date: Sun, 8 Dec 2019 12:20:13 +0100 Subject: [PATCH] containers.image: add dockerhub registry --- srcpkgs/containers.image/patches/dockerhub.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/containers.image/patches/dockerhub.patch diff --git a/srcpkgs/containers.image/patches/dockerhub.patch b/srcpkgs/containers.image/patches/dockerhub.patch new file mode 100644 index 00000000000..c6b18a26c79 --- /dev/null +++ b/srcpkgs/containers.image/patches/dockerhub.patch @@ -0,0 +1,11 @@ +--- 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.