JonasProgrammer / docker-machine-driver-hetzner

Docker machine driver for the new hetzner cloud API
https://jonasprogrammer.github.io/docker-machine-driver-hetzner/
MIT License
434 stars 54 forks source link

Ubuntu 18.04 Bionic no longer supported #106

Closed ghost closed 1 year ago

ghost commented 1 year ago

As of two days ago Ubuntu 18.04 is no longer supported.

See here.

I have updated the README and the default image to reflect the currently supported 20.04 Focal image.

JonasProgrammer commented 1 year ago

Hi,

sorry it took me a while to come around. I'll merge this with a major release indicating a breaking change, thanks for the contribution.

TBH, the most future-proof variant is to require the user to explicitly specify images (and perhaps a server type). Other variants are prone to unstable deployments and deprecation without me noticing, as I hardly ever use Ubuntu.

ghost commented 1 year ago

No worries and thank you! 🙇🏼 This wasn't urgent and Hetzner still serves the old image as well.

I agree with you, that not having a default image or server type might be a good way. 👍🏼