It seems like your system is attempting to connect to Debian repositories (deb.debian.org) to fetch packages while running a SUSE Linux distribution. This could be due to misconfigured package repositories or a specific configuration pointing to Debian repositories rather than SUSE's.

Verify your package repository configuration in /etc/zypp/repos.d/. Ensure that only SUSE repositories are listed there. Remove any Debian repository entries if present. 

If the problem persists, reviewing the logs in /var/log/zypper.log or /var/log/messages might provide more details on what's causing the attempted connections to Debian repositories. 

On Wed, Dec 6, 2023 at 10:06 PM Matthias Apitz <guru@unixarea.de> wrote:

Hello,

I'm trying to build a podman image as described here:

https://docs.podman.io/en/latest/Introduction.html

with the command:

podman build -t nginx https://git.io/Jf8ol

on SuSE LINUX SLES 15 SP5. This fails with the attached nohup log. It
fails mostly due to this:
...
Adding system user `nginx' (UID 101) ...
Adding new user `nginx' (UID 101) with group `nginx' ...
Not creating home directory `/nonexistent'.
+ apt-get update
Err:1 http://deb.debian.org/debian buster InRelease
  Connection failed [IP: 146.75.118.132 80]
Err:2 http://deb.debian.org/debian-security buster/updates InRelease
  Connection failed [IP: 146.75.118.132 80]
Err:3 http://deb.debian.org/debian buster-updates InRelease
  Connection failed [IP: 146.75.118.132 80]
Reading package lists...
W: Failed to fetch http://deb.debian.org/debian/dists/buster/InRelease  Connection failed [IP: 146.75.118.132 80]
...

What can I do?

Thanks

        matthias

--
Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub
_______________________________________________
Podman mailing list -- podman@lists.podman.io
To unsubscribe send an email to podman-leave@lists.podman.io