Rootless overlay mounts broke for buildah 1.19 and podman 3.0.
Steps to reproduce the issue:
user1@localhost ~]$ c=$(buildah from --pull=false -v /var/cache/dnf:/var/cache/dnf:O ubi8)
[user1@localhost ~]$ buildah run $c bash --login
2021-03-02T17:08:24.000472807Z: invalid mount type for ``
error running container: error creating container for [/usr/bin/bash --login]: : exit status 1
error while running runtime: exit status 1
ERRO exit status 1
podman broken:
[user1@localhost mybtrfs]$ podman run -it --rm -v /var/cache/dnf:/var/cache/dnf:O ubi8
Error: OCI runtime error: invalid mount type for ``
Describe the results you received:
Describe the results you expected:
works w/ buildah 1.18 or podman 2.2.1
Description
Rootless overlay mounts broke for buildah 1.19 and podman 3.0.
Steps to reproduce the issue:
podman broken:
Describe the results you received:
Describe the results you expected:
works w/ buildah 1.18 or podman 2.2.1
Output of
rpm -q buildahorapt list buildah:Output of
buildah version:Output of
podman versionif reporting apodman buildissue:Output of
cat /etc/*release:Output of
uname -a:Output of
cat /etc/containers/storage.conf:The text was updated successfully, but these errors were encountered: