Hi guys
Various "howtos" on the net rarely mention SSL and I get -
after such repo deployment - 'pull' complaining about HTTP,
until I added certs.
Question - perhaps it's not allowed by recent 'podman'
versions to have insecure repo?
my 'registries.conf':
[registries.search]
registries = ["mine.private:5000",
"registry.fedoraproject.org", "registry.access.redhat.com",
"registry.centos.org", "quay.io", "docker.io"]
[registries.insecure]
registries = ['mine.private:5000']
Do I understand the issue correctly that you have a local registry running on `mine.private:5000` and pulling from it gives you an error?
If that's the case, I recommend checking the output of `podman info` and see whether the registries are listed correctly. Everything is still supported by Podman.
Kind regards,
Valentin