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

Add ability to configure python version in base image #606

Closed gerrod3 closed 5 months ago

gerrod3 commented 6 months ago

Big refactor in the CI. I've broken up pulp_images.yml into multiple components:

The common actions between each run (building images and publishing) have been converted to actions

There is still a big overlap in ci.yml & release.yml that I want to remove, but I've been writing this for a while so I need to get some feedback before trying to make it perfect.

gerrod3 commented 6 months ago

Got the tests to pass, but I am not sure if the release machinary will work. Need to double-check to make sure the tagging logic is correct.