Most of the steps are already covered in the Keylime documentation. Here we will cover the steps that are specific to Kairos. We provide the keylime agent as a luet package for ease of installation. For it to be installeed you need to create your own derivative of the Kairos image and add the keylime-agent package to it. FROM quay.io/kairos/ubuntu:24.04-core-amd64-generic-v3.2.1 AS base RUN luet install -y --relax utils/keylime-agent Updated Luet repository As the keylime-agent package is not...