You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="(Optional) By default the module will use `docker_machine_version` to download the GitLab mantained version of Docker Machine. Alternative you can set this property to download location of the distribution of for the OS. See also https://docs.gitlab.com/runner/executors/docker_machine.html#install"
111
+
description="(Optional) By default the module will use `docker_machine_version` to download the CKI maintained version (https://gitlab.com/cki-project/docker-machine) of Docker Machine. Alternative you can set this property to download location of the distribution of for the OS. See also https://docs.gitlab.com/runner/executors/docker_machine.html#install"
112
112
type=string
113
113
default=""
114
114
}
115
115
116
116
variable"docker_machine_version" {
117
-
description="By default docker_machine_download_url is used to set the docker machine version. Version of docker-machine. The version will be ingored once `docker_machine_download_url` is set."
117
+
description="By default docker_machine_download_url is used to set the docker machine version. This version will be ignored once `docker_machine_download_url` is set. The version number is maintained by the CKI project. Check out at https://gitlab.com/cki-project/docker-machine/-/releases"
118
118
type=string
119
-
default="0.16.2-gitlab.19"
119
+
default="0.16.2-gitlab.19-cki.2"
120
120
}
121
121
122
122
variable"runners_name" {
@@ -430,7 +430,7 @@ variable "cache_shared" {
430
430
variable"gitlab_runner_version" {
431
431
description="Version of the [GitLab runner](https://gitlab.com/gitlab-org/gitlab-runner/-/releases)."
This map provides the possibility to override some defaults.
620
-
The following attributes are supported:
621
-
* `name_sg` set the name prefix and overwrite the `Name` tag for all security groups created by this module.
622
-
* `name_runner_agent_instance` set the name prefix and override the `Name` tag for the EC2 gitlab runner instances defined in the auto launch configuration.
619
+
This map provides the possibility to override some defaults.
620
+
The following attributes are supported:
621
+
* `name_sg` set the name prefix and overwrite the `Name` tag for all security groups created by this module.
622
+
* `name_runner_agent_instance` set the name prefix and override the `Name` tag for the EC2 gitlab runner instances defined in the auto launch configuration.
623
623
* `name_docker_machine_runners` override the `Name` tag of EC2 instances created by the runner agent (used as name prefix for `docker_machine_version` >= 0.16.2).
624
624
* `name_iam_objects` set the name prefix of all AWS IAM resources created by this module.
0 commit comments