ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
136 stars 156 forks source link

Fix the platform:fedora bindep entry in community.kubernetes collection #10

Open AlanCoding opened 3 years ago

AlanCoding commented 3 years ago

https://github.com/ansible-collections/community.kubernetes/blob/main/bindep.txt

We wan to change this to use the epel bindep profile instead, possibly like:

kubernetes-client [epel platform:rpm]
pabelanger commented 3 years ago

from what I see, kubernetes-client isn't packaged for centos, and doesn't exist in epel. Or I might be looking in the wrong place.

AlanCoding commented 3 years ago

oh right, I forgot, this was in some fedora-specific repo.

It makes sense that we wouldn't support it, but I still don't know what would mean for the metadata.

shanemcd commented 3 years ago

Kinda leaning towards just deleting that line, since none of our images are based on fedora anymore.