pulp / pulp-oci-images

Containerfiles and other assets for building Pulp 3 OCI images
https://docs.pulpproject.org/pulp_oci_images/
30 stars 55 forks source link

Install pulpcore requirements in the CI container #204

Open dkliban opened 2 years ago

dkliban commented 2 years ago

Pulpcore requirements take a while to download and install. They should be preinstalled in the container and then pip should simply 'install --upgrade' them.

mikedep333 commented 2 years ago

This requires a corresponding update to the plugin template