Incus Images
Aventurin{e} 6110R (Incus) Images (cloud and regular)
Incus is a next generation system container and virtual machine manager and the successor of LXD. It provides a user experience similar to that of a public cloud. With it, you can easily mix and match both containers and virtual machines, sharing the same underlying storage and network. Incus images for BlueOnyx 5212R, BlueOnyx 5211R and BlueOnyx 5210R are available and are distributed via our own mirror infrastructure. If you have an Incus server, then here are the instructions on how to use the BlueOnyx images:
Add the BlueOnyx Image Server:
incus remote add blueonyx-images https://incus.aventurin.net:443/ --protocol=simplestreams --public --accept-certificate
List Images from the BlueOnyx Image Server:
incus image list blueonyx-images:
Import an Image from the BlueOnyx Image Server:
incus image copy blueonyx-images:blueonyx/5212R/cloud local: --alias blueonyx-5212R-cloud
incus image copy blueonyx-images:blueonyx/5212R local: --alias blueonyx-5212R
incus image copy blueonyx-images:blueonyx/5211R/cloud local: --alias blueonyx-5211R-cloud
incus image copy blueonyx-images:blueonyx/5211R local: --alias blueonyx-5211R
incus image copy blueonyx-images:blueonyx/5210R/cloud local: --alias blueonyx-5210R-cloud
incus image copy blueonyx-images:blueonyx/5210R local: --alias blueonyx-5210R
Use one of the imported Images:
incus init blueonyx-5211R-cloud 5211R --storage default -c limits.memory=4GiB --no-profiles
incus start 5211R