Script to launch privileged container with podman
The tests sub-directory was directly inherited from RHEL 8 to run the
upstream Toolbx system tests as part of a downstream CI. It doesn't
work with CentOS Stream 9 because it uses images that don't exist (eg.,
registry.access.redhat.com/ubi8/toolbox:9.7), and leads to:
1..416
# test suite: Set up
# test suite: Tear down
not ok 1 setup_suite
# (from function `setup_suite' in test file ./setup_suite.bash, line
50)
# `_pull_and_cache_distro_image "$system_id" "$system_version" ||
false' failed
# Failed to cache image registry.access.redhat.com/ubi8/toolbox:9.7 to
/var/tmp/bats-run-0CiTG3/suite/image-cache/rhel-toolbox-9.7
# time="2025-06-16T20:55:22Z" level=fatal msg="initializing source
docker://registry.access.redhat.com/ubi8/toolbox:9.7: reading
manifest 9.7 in registry.access.redhat.com/ubi8/toolbox: manifest
unknown"
# bats warning: Executed 1 instead of expected 416 tests
This is currently preventing CentOS Stream 9 merge requests from passing
the CI. It's better to remove them until the tests are adjusted to work
with CentOS Stream 9.
Resolves: RHEL-97124
|
||
|---|---|---|
| .gitignore | ||
| gating.yaml | ||
| rpminspect.yaml | ||
| sources | ||
| toolbox-Add-migration-paths-for-coreos-toolbox-users.patch | ||
| toolbox-Make-the-build-flags-match-Fedora.patch | ||
| toolbox-Make-the-build-flags-match-RHEL-9.patch | ||
| toolbox-Make-the-build-flags-match-RHEL-10.patch | ||
| toolbox.conf | ||
| toolbox.spec | ||