Hi guys.
I’ve set up my first private registry, which seems to work a ok, seemingly, I can push, I can
curl https://containers.mine.priv/v2/_catalog
but container itself logs, constantly:
-> $ podman container logs -f containers.mine.priv
...
ERRO[1410] traces export: Post "https://localhost:4318/v1/traces": dial tcp [::1]:4318: connect: connection refused environment=development go.version=go1.23.7 instance.id=cdda0485-41b5-4de4-8958-5e779c964154 service=registry version=3.0.0
ERRO[1420] traces export: Post "https://localhost:4318/v1/traces": dial tcp [::1]:4318: connect: connection refused environment=development go.version=go1.23.7 instance.id=cdda0485-41b5-4de4-8958-5e779c964154 service=registry version=3.0.0
ERRO[1430] traces export: Post "https://localhost:4318/v1/traces": dial tcp [::1]:4318: connect: connection refused environment=development go.version=go1.23.7 instance.id=cdda0485-41b5-4de4-8958-5e779c964154 service=registry version=3.0.0
I searched but failed to find any info on it - does anybody know how critical this might be? Also, how to fix it if possible?
many thanks, L.