mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 00:13:31 +00:00
Docker on Fedora 31 is flakey, and is not supported at all on RHEL 8. Podman is a drop-in replacement for docker; this series adds support for using podman in dbuild. Apart from actually working on Fedora 31 hosts, podman is nicer in being more secure and not requiring a daemon. Fixes #5332