We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 242e43d + 971f36e commit 10df4f5Copy full SHA for 10df4f5
1 file changed
util/pkg/distributions/distributions.go
@@ -91,6 +91,8 @@ func (d *Distribution) HasDNF() bool {
91
return d.version >= 8
92
case "fedora":
93
return d.version >= 22
94
+ case "amazonlinux2":
95
+ return false
96
default:
97
klog.Warningf("unknown project for HasDNF (%q), assuming does support dnf", d.project)
98
return true
0 commit comments