-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[macOS] Add Docker to macOS #2150
Comments
@karimhm , thank you for raising feature request.
@alepauly @chrispat do you have any thoughts about it? Should we engage legal team to take a look deeper? |
@karimhm you can try this guide to install docker by yourself. Virtualbox is already installed on the images. Other software will be installed in the runtime. |
Docker Desktop for Mac is an end user tool for developing with docker on your Mac. To my knowledge the license restriction are still in place because Docker Desktop for Mac contains closed source software that is licensed independently from the core docker engine and CLIs. As for Windows we that license is offered by Microsoft and we have been given clearance to use it. |
😭 |
I am closing the issue since we can't bake this tool into the image due to license issue. Hope something will be changed in future. |
- skip tests on windows (see actions/runner-images#1143) - skip tests on MacOS (actions/runner-images#2150)
- skip tests on windows (see actions/runner-images#1143) - skip tests on MacOS (actions/runner-images#2150)
Solved this using https://github.com/abiosoft/colima (example: vgijssel/setup@dab0918). Would it be possible to bake a tool like this in the macOS base image? 🤔. |
@mvgijssel how long does it take to install the tool in runtime? Looks like it's really popular so we can consider adding it if the installation time in runtime is long enough. Feel free to create a new issue using the Tool request template |
Looking at the last two GitHub action runs, it takes about ~1 minute to run brew install docker colima Personally, I think saving 1 minute on each execution would be a big win for me 😍. |
Submitted colima as a tool request! #6216 |
MacOS images now come with colima installed actions/runner-images#2150
MacOS images now come with colima installed actions/runner-images#2150
Tool information
Virtual environments affected
Tool installation time in runtime
Approximately 10 minutes.
Are you willing to submit a PR?
No.
I am aware about the previous discussion:
But things changed and Docker offer an enterprise edition now
According to Docker:
The text was updated successfully, but these errors were encountered: