toolbx-images / images

Community maintained container images to use with toolbx and distrobox
https://containertoolbx.org/
Apache License 2.0
323 stars 29 forks source link

Ping and Curl not working in Alpine and Ubuntu when using Podman #89

Closed FergusFettes closed 1 year ago

FergusFettes commented 1 year ago

Image and version of the image where the issue happens

I tried it on ubuntu:22-04 and alpine:edge

Describe the bug

Using the image with distrobox:

distrobox create --image quay.io/toolbx-images/ubuntu-toolbox:22.04

then trying to use curl or ping inside and there is no connection.

I tested with other alpine and ubuntu images from other sources and it is only the ones from toolbx that has this issue.

Reproduction steps

  1. distrobox create --image quay.io/toolbx-images/ubuntu-toolbox:22.04 -n ubuntu
  2. distrobox enter ubuntu
  3. ping google.com

Host distribution and version, toolbx and podman versions

Ubuntu 22.04 distrobox: 1.5.0 podman version 3.4.4

FergusFettes commented 1 year ago

This actually seems to be a distrobox issue