Add image pull-policy support to services
Steps
| Step | Status |
|---|---|
| 1. Runner: Implement allowed_pull_policies in config.toml | !3422 (merged) |
| 2. Runner: Implement supporting pull_policy from jobs | !3412 (merged) |
| 3. GitLab: Add pull-policy support for images | gitlab!85588 (merged) |
| 4. Runner: Add image pull-policy support to services |
|
| 5. GitLab: Add pull-policy support for service images on CI config | gitlab!90136 (merged) |
| 6. Runner: Add the pull-policy from jobs support to Kubernetes | !3504 (merged) |
What does this MR do?
TODO: target branch is !3412 (merged) for now.
This MR implements the support of accepting pull_policy for services from GitLab.
- Related GitLab issue: gitlab#21619 (closed)
- Detailed explanation is in the GitLab MR: gitlab!90136 (merged)
- The first iteration was to support
pull_policyonly for job images: !3412 (merged)
Edited by Furkan Ayhan