Yesterday I installed paperless-ngx on opensuse 15.4. via bash -c "$(curl -L https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/main/install-paperless-ngx.sh)"Installed without a problem.
I removed all containers and images and tried this morning to re-install, however I now get following error:
Pulling broker ... error
Pulling gotenberg ... error
Pulling tika ... error
Pulling webserver ... error
ERROR: for tika Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io on [::1]:53: dial udp [::1]:53: connect: cannot assign requested address
ERROR: for webserver Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io on [::1]:53: dial udp [::1]:53: connect: cannot assign requested address
ERROR: for gotenberg Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on [::1]:53: dial udp [::1]:53: connect: cannot assign requested address
ERROR: for broker Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on [::1]:53: dial udp [::1]:53: connect: cannot assign requested address
ERROR: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io on [::1]:53: dial udp [::1]:53: connect: cannot assign requested address
Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io on [::1]:53: dial udp [::1]:53: connect: cannot assign requested address
Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on [::1]:53: dial udp [::1]:53: connect: cannot assign requested address
Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on [::1]:53: dial udp [::1]:53: connect: cannot assign requested address
Any tips and trics about what I did wrong.