ansible-builder icon indicating copy to clipboard operation
ansible-builder copied to clipboard

Document compile/epel bindep profiles

Open shanemcd opened this issue 4 years ago • 1 comments

These new profiles were introduced when https://github.com/ansible/ansible-runner/pull/581 landed. We should explain how they work somewhere in the ansible-builder documentation.

shanemcd avatar Dec 15 '20 21:12 shanemcd

Copying from prior issue


We have a proposal that we would document certain bindep profiles that, if included by a collection, would trigger certain behavior by ansible-builder. We have discussed:

  • epel - if a collection had entries with this profile, then the epel repo would be enabled before installing those requirements
  • compile - if a collection had entries with this profile, then it would indicate that it is needed to install other requirements (python ones specifically), but not required to be in the final build. Several are being dealt with at the https://github.com/ansible/awx-ee repo

This ~would be~ was a notable addition to the core feature set of ansible-builder, and needs to be documented.

AlanCoding avatar Jan 13 '21 19:01 AlanCoding

resolved_by_pr https://github.com/ansible/ansible-builder/pull/595

Akasurde avatar Nov 01 '23 13:11 Akasurde