mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 04:26:48 +00:00
The manifest manipulation commands stopped working with podman 3; the containers-storage: prefix now throws errors. Switch to `buildah manifest`; since we're building with buildah, we might as well maintain the manifest with buildah as well. Closes #8231