Compare commits

...

1 commit

Author SHA1 Message Date
893514cbad
fix: add docker.io to unqualified registries conf
All checks were successful
/ pre-run (push) Successful in 24s
/ build-runner (push) Successful in 3m48s
/ post-run (push) Successful in 29s
2024-11-06 22:34:14 -05:00

View file

@ -1,3 +1,5 @@
unqualified-search-registries = ["docker.io"]
[[registry]] [[registry]]
insecure = true insecure = true
location = "host.containers.internal:5000" location = "host.containers.internal:5000"