AgentBaker icon indicating copy to clipboard operation
AgentBaker copied to clipboard

feat: install -debug UVMs for kata images

Open Camelron opened this issue 10 months ago • 0 comments

What type of PR is this?

What this PR does / why we need it: Introduce logic to install the new schema of UVM images/components for kata containers and kata-cc. We map the following input UVM images to the standard image locations on a kata(-cc) node as follows:

kata-containers.img kata-containers-debug.img kata-containers-cc.img --> kata-containers.img (cc image dir) kata-containers-cc-debug.img --> kata-containers-debug.img (cc image dir)

Associated igvm, igvm-debug files for CC now map to the -cc and -cc-debug images respectively. This will allow for greater flexibility in composing these UVM images, allowing us to have different package compositions for production vs. debug pod sandboxes.

Requirements:

Special notes for your reviewer:

Release note:

none

Camelron avatar Feb 28 '25 22:02 Camelron