Hallo ![]()
Is there a way to rebuild a container to use an updated version of the image (public on GHCR) ?
Example: HomeAssistant which release a new version every month or so
Cheers !
Hallo ![]()
Is there a way to rebuild a container to use an updated version of the image (public on GHCR) ?
Example: HomeAssistant which release a new version every month or so
Cheers !
Yes, you could just use incus rebuild command with the new image, just like for ordinary containers or VMs. However, this will wipe the disk inside the container, so you need to use custom volumes to store any persistent data, such as HA configuration settings (just like you would use Docker volumes).