Skip to content

Added docker pull policy

Kamil Trzcińśki requested to merge pull-policy into master

This removes the image_ttl from [runners.docker] and replaces it with pull_policy.

The values:

  • always - pull image every time default,
  • if-not-present - pull image for the first time only,
  • never - don't pull image, fail if the image is not present,

@tmaczukin Please review

Merge request reports