Skip to content
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

Better fix for docker error / add possbility to use newest docker version #12

Open
chickahoona opened this issue Jun 19, 2022 · 0 comments

Comments

@chickahoona
Copy link

Hi,

I just wanted to leave some notes as I recently invested quite some time to get the new docker 20.10 running. (Ubuntu 22.04 image for example won't build on older docker versions)
The trick is to use gitlab's docker machine here: https://gitlab.com/gitlab-org/ci-cd/docker-machine
(The original docker machine is in maintenance mode and the guys from docker refuse to fix the issue for docker 20.10)

Then you can get rid of this MachineOptions engine-install-url parameter , or upgrade it to:

MachineOptions = [
     "engine-install-url=https://releases.rancher.com/install-docker/20.10.12.sh",
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant