diff --git a/base/images/1p-vm-base-gen1-fips/1p-vm-base-gen1-fips.kiwi b/base/images/1p-vm-base-gen1-fips/1p-vm-base-gen1-fips.kiwi new file mode 100644 index 00000000000..ecf86271958 --- /dev/null +++ b/base/images/1p-vm-base-gen1-fips/1p-vm-base-gen1-fips.kiwi @@ -0,0 +1,156 @@ + + + + + Azure Linux + azurelinux@microsoft.com + Azure Linux 4.0 1P VM Base Gen1 (BIOS) FIPS Image + + + + 0.1 + dnf5 + en_US + us + UTC + 4.0 + + + 5 + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/base/images/images.toml b/base/images/images.toml index 8a3ccf643c8..538a62dfafa 100644 --- a/base/images/images.toml +++ b/base/images/images.toml @@ -93,6 +93,21 @@ container = false systemd = true runtime-package-management = true +# ---- 1p-vm-base-gen1-fips ---------------------------------------------- + +[images.1p-vm-base-gen1-fips] +description = "1P VM Base Gen1 FIPS Image (BIOS)" +definition = { type = "kiwi", path = "1p-vm-base-gen1-fips/1p-vm-base-gen1-fips.kiwi" } +tests.test-suites = [ + { name = "static-image-checks" }, +] + +[images.1p-vm-base-gen1-fips.capabilities] +machine-bootable = true +container = false +systemd = true +runtime-package-management = true + # ---- container-base (core profile) ------------------------------------- [images.container-base] description = "Container Base Image"