Skip to content

Change image Pull Policy to Always

Sokunrotanak Srey (Rotanak) requested to merge rotanak-master-patch-68504 into main

Currently Gitlab managed app GitLab runner will skip pulling image if the image already exist on the runner. This would cause error when users use custom images that are updated regularly.

Our docker and docker+machine use pull_policy = always as default per Docker | How pull policies work documentation.

And per Usage of private docker images with if not present pull policy, always should be the default option.

GitLab managed apps | GitLab runner note suggested that the value is not customizable yet.

Affecting:

Edited by 🤖 GitLab Bot 🤖

Merge request reports