executors/docker/consts.go (7 lines of code) (raw):

package docker import "time" const DockerAPIVersion = "1.18" const dockerLabelPrefix = "com.gitlab.gitlab-runner" const prebuiltImageName = "gitlab/gitlab-runner-helper" const prebuiltImageExtension = ".tar.xz" const dockerCleanupTimeout = 5 * time.Minute