Description
A follow-up for BIGTOP-3658. As reported in https://github.com/apache/bigtop/pull/880#issuecomment-1083073140, building components in Docker seems to require the following options on Fedora 35.
--tmpfs /run --tmpfs /tmp --cgroupns=host -v /sys/fs/cgroup:/sys/fs/cgroup:rw
The ./gradlew *-ind commands should compensate these options, or it should be documented somewhere at least.