-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add Amazon Linux provisioner. #7
Comments
Same issue as docker#3098 (since 2016) |
Someone from that thread said
Is there something I can do to make this happen? Amazon Linux 2 now uses systemd so i don't see why this would be very much work. In fact, looking at the redhat provisioner you even do less work because Docker is already installed. |
@ixtli : You will have to make a stand-alone driver, since machine is in "maintenance mode" |
@afbjorklund thank you for your response. what does "maintenance mode" mean? no existing maintainers? or they're just not taking feature requests, so they wouldn't take a pr that added a new provisioner? |
Good question, I think that is means that they are not adding any new provisioners.
|
See docker#3609 which has a potentially working PR. Perhaps someone will use that against machine-drivers/machine and test that it's working for Amazon Linux 2 |
Add diskurl to fetch the disk images
source: minishift/minishift#2421 (comment)
As per this repo there is no provisioner for amazon linux: https://github.com/machine-drivers/machine/tree/master/libmachine/provision
The text was updated successfully, but these errors were encountered: