-
Notifications
You must be signed in to change notification settings - Fork 9
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
use v0.16.2-gitlab.19 to support docker 23+ #539
Comments
Upgraded to v0.16.2-gitlab.19 and failure to provision runner instances using docker+machine with spot instances https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/issues/100 |
- add docker machine version - add engine install url - bump dependencies https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/issues/100#note_1264215659 follow up #533 workaround #539
It seems the latest working docker+machine version also with spot instances is v0.16.2-gitlab.15. If we pass also Tested it on a runner by reinstalling curl -L https://gitlab-docker-machine-downloads.s3.amazonaws.com/v0.16.2-gitlab.15/docker-machine-`uname -s`-`uname -m` > /tmp/docker-machine && install /tmp/docker-machine /usr/bin/docker-machine and set MachineOptions = [
"engine-install-url=https://releases.rancher.com/install-docker/20.10.sh", and a restart gitlab-runner restart I think this could be a workaround #540 |
@pflorek remember to remove value override for |
@danielbayerlein I open this to track until we get all follow-up errors resolved
relates to #533
The text was updated successfully, but these errors were encountered: