librenms / packer-builds

This repo is where virtual images are created and stored
MIT License
73 stars 20 forks source link

VM is PHP 7 while master is on 8.1 #33

Closed jerji closed 1 year ago

jerji commented 1 year ago

The VM available here only supports PHP 7. I have tried building the images myself for php 8.1 but the VM created by packer does not complete installation even after adjusting the delays. it gets stuck at "Reached target host and network name lookups"

These scripts should be updated to the latest PHP

murrant commented 1 year ago

Indeed the vms are in poor shape. No one has taken ownership of them and they don't work with VMWare. It might be better to just remove them.

jerji commented 1 year ago

I don't necessarily agree that they need to absolutely work with vmware to be useful. They are very useful for people like me who are developing small things for the LibreNMS project where I don't have the ressources to run a complete instance all the time and it's very practical to just be able to start a new instance in less than 10 minutes.

murrant commented 1 year ago

As I said though, it seems like no one is going to update them unless someone volunteers.

murrant commented 1 year ago

Fixed by #35