MyNixOS website logo
option

services.gitlab-runner.services.<name>.dockerAllowedImages

Whitelist allowed images.

Declarations
Type
list of string
Default
[ ]
Example
[
  "ruby:*"
  "python:*"
  "php:*"
  "my.registry.tld:5000/*:*"
]