Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 335d37c

Browse files
Merge pull request #161 from james-antill/master
Add the std. rpm flags for fast queries.
2 parents 78afdd2 + a9ea1dc commit 335d37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

differs/rpm_diff.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func rpmDataFromContainer(image pkgutil.Image) (map[string]util.PackageInfo, err
126126
}
127127

128128
contConf := godocker.Config{
129-
Cmd: []string{"rpm", "-qa", "--qf", "%{NAME}\t%{VERSION}\t%{SIZE}\n"},
129+
Cmd: []string{"rpm", "--nodigest", "--nosignature", "-qa", "--qf", "%{NAME}\t%{VERSION}\t%{SIZE}\n"},
130130
Image: imageName,
131131
}
132132

0 commit comments

Comments
 (0)