Hey cool docker cats, I have a hopefully common problem that I’ve not been able to locate any resources to help me along.
I have a python repo that supports other repos. Currently in the subsequent repo build pipelines I install the python file to be used as part of the test pipeline for the repo. Ideally, I want to build a docker image after each successful git commit pipeline to the main python supporting utility. Then use that newly created image as the base image in my other repo pipelines for subsequent tests related to the given repo.
Hopefully clear, can you point to any helpful resources or walk me through an example? This seems super basic in my head but haven’t connected the dots.
Cheers