You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command that throws the error : buildah build --build-arg [args] --tag [tag]
Describe the results you received:
Error: filesystem type 0x65735546 reported for /var/lib/containers/storage is not supported with 'overlay': backing file system is unsupported for this graph driver
time="2023-05-22T09:45:31Z" level=warning msg="failed to shutdown storage: \"filesystem type 0x65735546 reported for /var/lib/containers/storage is not supported with 'overlay': backing file system is unsupported for this graph driver\""
Describe the results you expected:
Everything would work just as with the "testing" image.
Description
Steps to reproduce the issue:
The command that throws the error :
buildah build --build-arg [args] --tag [tag]
Describe the results you received:
Describe the results you expected:
Everything would work just as with the "testing" image.
Output of
rpm -q buildah
orapt list buildah
:Output of
buildah version
:Output of
cat /etc/*release
:Output of
uname -a
:Output of
cat /home/user/.config/containers/storage.conf
:Output of
cat /etc/containers/storage.conf
:Thanks.
PS : I add both
rpm -q buildah
andbuildah version
commands for the "testing" buildah image that works fine.Output of
buildah version
:The text was updated successfully, but these errors were encountered: