-
-
Notifications
You must be signed in to change notification settings - Fork 337
4.22.0 - docker-machine install fails and config file has __REPLACED_BY_USER_DATA__ #307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have just deployed several times the default example to chack PR's. Docker machine was running withou an isse. Also checked the version.
In version 4.21 docker machine is switch to the GitLab version. Via the variables you can still enforce to use the default one.. If you set the variable Hope this will help |
I also ran into this issue and I think its the same underlying issue as what is being reported in #299 Basically, the default value for variable Once I set |
Agree, is a bug, for the short run we should update the default to the x64 one. |
I also experienced this issue. Upgrade to 4.24.1 fixed it. |
Thx for testing. In case you have time feel free to submit a PR. Otherwise I will have a look in the weekend |
Looks like this issue came up again with our forked version of 4.25.0 and GitLab 14.3.0 Will try to update with latest and see if that fixes it. |
4.35 is working without problems here. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days. |
The token problem was fixed with #574 |
Upgrading to 4.22.0 our runners would not register with GitLab. The config.toml file had
token = "__REPLACED_BY_USER_DATA__"
Looking in journalctl I see these errors:
If I login as root and try to run
docker-machine --version
I get the same error.If I download the file I get the error as well
We reverted to version 4.20 and the problem vanished.
I think this change
The text was updated successfully, but these errors were encountered: