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

openSUSE build failures #57

Closed travier closed 1 year ago

travier commented 1 year ago

Image and version of the image where the issue happens

OpenSUSE (latest)

Describe the bug

See https://github.com/toolbx-images/images/actions/workflows/opensuse.yaml

Reproduction steps

N/A

Host distribution and version, toolbx and podman versions

N/A

TheEvilSkeleton commented 1 year ago

I'm not sure why it's failing. It successfully built locally by those commands:

podman build -t test-opensuse -f Containerfile
toolbox create -c test --image opensuse-test
toolbox enter test

I don't understand the error either.

travier commented 1 year ago

OK, that's weird then. Will take another look soon.

TheEvilSkeleton commented 1 year ago

This seems to work now. Should we close it?

travier commented 1 year ago

We indeed have a successful build! Thanks