Skip to content

Require docker login usage to be explicitly enabled

This requires a new configuration setting for the dispatcher, docker_secure, to be set if docker login is to be permitted. If it is set, the use of local images is disabled, since using local images would then represent security loophole. If it is not set, docker login is disabled, and local images continue to be permitted.

Merge request reports