ionos-cloud / docker-machine-driver

IONOS Cloud Docker Machine Driver
Apache License 2.0
6 stars 3 forks source link

feat: add image id support #27

Closed ana-moga closed 2 years ago

ana-moga commented 2 years ago

What does this fix or implement?

Add support for the ionoscloud-image option to support also image ids, not only image aliases.

The user is able to set via ionoscloud_image: an image alias or an image id. At an extended level, the user can even set a part of the image's name and the driver will try to find it.

This PR adds support for the image id.

Checklist