Best method for pushing Docker image to N registries?
I have a Gitlab CI pipeline to build and publish a Docker container. I want to push the container image to an undefined number (“N”) of repositories. I originally had something like this:
How to cache large test fixture files for GitLab CI pipeline and whats best approach?
I have a python script which runs on command line interface. This script contains some python unit tests for the functions in the script. The repository I created on Gitlab and my Gitlab runner is hosted on openstack cloud linux instance which has 16GB-RAM/100GB-HDD/8-CPU.