toolbox
toolbox copied to clipboard
Fedora 39 Image doesn't build
Describe the bug The Fedora 39 image of this repository (images/fedora/f39) doesn't build anymore.
Steps how to reproduce the behaviour
- Go to the repository
- Type in 'podman build images/fedora/f39'
- See error 'STEP 20/21: (...)'
Expected behaviour No error.
Actual Behaviour The following error:
STEP 20/21: RUN broken_packages="$(rpm --all --query --state --queryformat "PACKAGE: %{NAME}\n" | sed --quiet --regexp-extended '/PACKAGE: /{s/PACKAGE: // ; h ; b }; /^not installed/ { g; p }' | uniq | sort)"; if [ "$broken_packages" != "" ]; then echo "Packages with missing files:" >&2; echo "$broken_packages" >&2; false; fi
Packages with missing files:
python3-dnf
Error: building at STEP "RUN broken_packages="$(rpm --all --query --state --queryformat "PACKAGE: %{NAME}\n" | sed --quiet --regexp-extended '/PACKAGE: /{s/PACKAGE: // ; h ; b }; /^not installed/ { g; p }' | uniq | sort)"; if [ "$broken_packages" != "" ]; then echo "Packages with missing files:" >&2; echo "$broken_packages" >&2; false; fi": while running runtime: exit status 1
Output of toolbox --version (v0.0.90+)
toolbox version 0.0.99.5
Toolbx package info (rpm -q toolbox)
toolbox-0.0.99.5-11.fc40.x86_64
Output of podman --version
podman version 5.1.1
Output of podman version
Client: Podman Engine
Version: 5.1.1
API Version: 5.1.1
Go Version: go1.22.3
Built: Tue Jun 4 02:00:00 2024
OS/Arch: linux/amd64
Podman package info (rpm -q podman)
podman-5.1.1-1.fc40.x86_64
Info about your OS Fedora Kinoite 40
Additional Context Podman was called from outside a container.