On Wed, 26 Aug 2015, Kevin Fenzi wrote:
On Wed, 26 Aug 2015 13:21:55 -0600 Kevin Fenzi kevin@scrye.com wrote:
the reason i'm asking this is that i'm trying to collect a list of docker-related fedora packages with a brief explanation of what they're for, and i ran into the following quirk(?).
currently on my "updates-testing"-updated f22 system, i have an installed package named "docker-selinux". but when i went digging through the fedora package db looking for docker-related stuff:
https://admin.fedoraproject.org/pkgdb/packages/*docker*/
that package is not listed there anywhere. it appears in rawhide, and in f23 updates-testing, so why is there no mention of it in the package db?
Because the packages app (which was written a number of years ago) has issues from time to time where it gets stuck. ;(
It's slated to get a pretty big overhall and set of bugfixes in the next few months, but until then it can be out of date at times. ;(
Whoops. I was reading too fast. I thought you meant:
https://apps.fedoraproject.org/packages/
The reason pkgdb doesn't show a docker-selinux package is because there isn't one. Its not it's own package, it's a subpackage of the 'docker' package. pkgdb deals with src packages.
So, look instead at packages (with the caveat that it might be a bit out of date these days):
https://apps.fedoraproject.org/packages/docker-selinux
you can see there it's a subpackage of the docker source package.
Hope that helps...
yup, thanks.
rday