containers.image: add dockerhub registry
This commit is contained in:
parent
261143da19
commit
77ee08f0bd
1 changed files with 11 additions and 0 deletions
11
srcpkgs/containers.image/patches/dockerhub.patch
Normal file
11
srcpkgs/containers.image/patches/dockerhub.patch
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue