[pkg-go] Bug#1052449: podman: add pasta(passt) as dependency
Wesley H. Gimenes
wehagy+debian at gmail.com
Fri Sep 22 08:42:07 BST 2023
Package: podman
Version: 4.6.2+ds1-2
Severity: normal
X-Debbugs-Cc: wehagy+debian at gmail.com
Dear Maintainer,
Upstream podman-v4.4+ have added support to a new rootless networking mode called
pasta(package name is passt), but the package is not added as dependency
for podman on debian, I think is a good ideia add pasta(passt) as a
recommends package like slirp4netns.
Steps to reproduce:
1. Install podman
:~$ sudo apt install podman -y
2. Run nginx container as rootless user and expose on port 8080 on host,
pasta(passt) only works as rootless, see "--nerwork pasta"
:~$ podman run --rm --detach --publish 8080:80 --network pasta docker.io/nginx
Error: could not find pasta, the network namespace can't be configured: exec: "pasta": executable file not found in $PATH
3. Fix, install pasta(passt)
:~$ sudo apt install passt -y
4. Repeat step 4
:~$ podman run --rm --detach --publish 8080:80 --nertwork pasta docker.io/nginx
1f8727e9785131431d2d91b043784dd8451b54e4542617eb7270a5d8176912a1
5. No error, and nginx is running fine
:~$ curl localhost:8080
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
html { color-scheme: light dark; }
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>
<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>
<p><em>Thank you for using nginx.</em></p>
</body>
</html>
Thanks
Wesley H. Gimenes
-- System Information:
Debian Release: trixie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.4.12-200.fc38.x86_64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages podman depends on:
ii conmon 2.1.6+ds1-1
ii crun 1.9-1
ii golang-github-containers-common 0.55.4+ds1-3
ii libc6 2.37-10
ii libdevmapper1.02.1 2:1.02.185-2
ii libgpgme11 1.18.0-3+b1
ii libseccomp2 2.5.4-1+b3
ii libsqlite3-0 3.43.1-1
ii libsubid4 1:4.13+dfsg1-1+b1
Versions of packages podman recommends:
ii buildah 1.31.2+ds1-3
ii catatonit 0.1.7-1+b1
ii dbus-user-session 1.14.10-1
ii slirp4netns 1.2.1-1
ii uidmap 1:4.13+dfsg1-1+b1
Versions of packages podman suggests:
pn containers-storage <none>
pn docker-compose <none>
ii fuse-overlayfs 1.10-1
ii iptables 1.8.9-2
-- no debconf information
More information about the Pkg-go-maintainers
mailing list