btcpayserver / btcpayserver-googlecloud

Instructions to deploy BTCPay Server with a Google Cloud account
15 stars 11 forks source link

Google Cloud deploy script fails due to non existing os image #10

Open zenonasz opened 2 years ago

zenonasz commented 2 years ago

google cloud has end the support for ubuntu-1604-lts (https://cloud.google.com/compute/docs/eol/ubuntu1604) as a result the script fails to create the VM-instance.

Any other os image supported and tested?

Tragic commented 2 years ago

+1 same issue

MatapaCoin commented 2 years ago

Hi guys You edit the file main.btcpay.yaml and in linuxType: you change ubuntu-1604-lts to ubuntu-1804-lts and voila! Best regards!

zenonasz commented 2 years ago

Indeed, that's what i did but this should be fixed in the repo, that's why I reported it.

MatapaCoin commented 2 years ago

Indeed, that's what i did but this should be fixed in the repo, that's why I reported it.

It worked OK for you with version 18.04?

zenonasz commented 2 years ago

Indeed, that's what i did but this should be fixed in the repo, that's why I reported it.

It worked OK for you with version 18.04?

still setting it up but yes, its ok