bitter-airplane-57370
06/05/2024, 9:26 AMpull-policy=always
?
Following the GitLab's security recommandation about shared runner, I configured a gitlab-runner with a pull-policy=always on a k3s. As Docker images grow, I'm interested in the embedded registry mirror as it could be a good solution to reduce bootstrap when a CI job move from one node to another. But what is the effect of pull-policy=always on such configuration?
Ideally, I imagine that pull-policy=always will force the redownload of the manifest, enforcing the usage of a possible credential. But once the manifest is downloaded and thus the securty gate is passed, are the layers downloaded or reused?creamy-pencil-82913
06/05/2024, 2:46 PM