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 opensuse/tumbleweed:latest docker image does not have the /etc/SuSE-release file which detect_package_manager checks for in order to detect OpenSUSE. Instead, we should either check lsb_release or grep the /etc/os-release file.