How to build Containerlab image?
Requirements for a Linux VM
1. Boxen
2. KVM enabled
1. Download the necessary Check Point version from: https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solut...
**Required to use the images with “with default admin password”**
2. Download and install Boxen according to their website:
# bash -c "$(curl -sL https://raw.githubusercontent.com/carlmontanari/boxen/main/get.sh)"
3. Copy the qcow2 to the VM
4. Build the image:
# BOXEN_LOG_LEVEL=debug BOXEN_TIMEOUT_MULTIPLIER=2 BOXEN_DEV_MODE=1 boxen package --disk /home/ofirs/Check_Point_R81.10_Cloudguard_Openstack_Security_Gateway_unsecured.qcow2 --vendor checkpoint --platform cloudguard --version R81.10
5. Upload the image into private/public registry