-
-
Notifications
You must be signed in to change notification settings - Fork 329
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
Docker-machine download URL appears to be inaccessible #457
Comments
Thx, will do my best to revert it asap. Feel free to make a PR. |
GitLab has made the "generic" URLs which end in `/docker-machine` inaccessible, so instead specify a version for docker-machine and use the URL generation as that both produces URLs that work and should do the right thing in most cases. Fixes cattle-ops#457.
Can confirm this issue prevents the runner from starting properly, so I've had to lock to version 4.40.0 for now, as well as manually setting |
🎉 This issue has been resolved in version 4.41.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
…ad url. (#458) * feat: Switch to GitLab's forked docker-machine version Update the version-generated URL to use the GitLab fork of docker-machine as the official one is dead and buried. * fix: Default to a version instead of an explicit URL GitLab has made the "generic" URLs which end in `/docker-machine` inaccessible, so instead specify a version for docker-machine and use the URL generation as that both produces URLs that work and should do the right thing in most cases. Fixes #457. * fix: Update runner version to 14.8.2 Version 14.8.0 had a major regression and was removed from all release distribution channels. Update to 14.8.2 as that's the latest 14.8.x version. Fixes #456
…ad url. (#458) * feat: Switch to GitLab's forked docker-machine version Update the version-generated URL to use the GitLab fork of docker-machine as the official one is dead and buried. * fix: Default to a version instead of an explicit URL GitLab has made the "generic" URLs which end in `/docker-machine` inaccessible, so instead specify a version for docker-machine and use the URL generation as that both produces URLs that work and should do the right thing in most cases. Fixes #457. * fix: Update runner version to 14.8.2 Version 14.8.0 had a major regression and was removed from all release distribution channels. Update to 14.8.2 as that's the latest 14.8.x version. Fixes #456
It appears that GitLab has made the "generic"
https://gitlab-docker-machine-downloads.s3.amazonaws.com/VERSION/docker-machine
URL inaccessible, so only the "fully qualified" URLs with a system type and architecture work.I think the simplest solution here would be to just switch the default over to specifying a version instead of a full URL as that appears to do the right thing, and will follow the architecture used on the coordinator EC2 instance without any further configuration.
The text was updated successfully, but these errors were encountered: