ansible / galaxy-dev

Ansible Automation Hub
11 stars 13 forks source link

Infra: Install pulp_container plugin #254

Closed chouseknecht closed 4 years ago

chouseknecht commented 4 years ago

Install pulp_container plugin so that we can have a consistent way to build images both on and off OSD. In the future, pulp_container also allows us to offer an image registry service to PAH users.

chouseknecht commented 4 years ago

Probably needs to be add here: https://github.com/ansible/galaxy-dev/blob/master/docker/pulp/Dockerfile, since that's where we install pulp_ansible and other Pulp bits. Verify with @cutwater.

Check with @daviddavis and/or @bmbouter for the version of pulp_container.

daviddavis commented 4 years ago

FYI, @dkliban might also be able to help determine the version of pulp_container needed.

dkliban commented 4 years ago

pulp_container 1.1.0 has the feature needed. https://pypi.org/project/pulp-container/1.1.0/

This version of pulp_container requires pulpcore 3.1.0 or greater.

Here are some additional install instructions: https://pulp-container.readthedocs.io/en/latest/installation.html#enable-oci-container-image-building

chouseknecht commented 4 years ago

Replaced by #288