mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

In debian environment we are hitting an edge-case where older buildah version is not compatible with newer podman version because both of them are using different storage driver. I.e * Podmand defaults to native `overlay`. * Older buildah version defaults to `vfs`. See discussions below for more details * containers#18510 (comment) Co-authored-by: Ed Santiago <santiago@redhat.com> Signed-off-by: Aditya R <arajan@redhat.com>