CBL-Mariner/toolkit/tools/imagecustomizerapi
nicolas guibourge 08103edbbe
Adress CodeQL issue due to rebranding (#8774)
Co-authored-by: CBL-Mariner Servicing Account <cblmargh@microsoft.com>
2024-04-12 07:14:50 -07:00
..
README.md
boottype.go
boottype_test.go
config.go Adress CodeQL issue due to rebranding (#8774) 2024-04-12 07:14:50 -07:00
config_test.go
disk.go Adress CodeQL issue due to rebranding (#8774) 2024-04-12 07:14:50 -07:00
disk_test.go Adress CodeQL issue due to rebranding (#8774) 2024-04-12 07:14:50 -07:00
fileconfig.go
fileconfig_test.go Adress CodeQL issue due to rebranding (#8774) 2024-04-12 07:14:50 -07:00
filepermissions.go
filepermissions_test.go Adress CodeQL issue due to rebranding (#8774) 2024-04-12 07:14:50 -07:00
filesystemtype.go
idtype.go imagecustomizer: initial dm-verity enablement by nbd. (#6809) 2023-12-21 13:05:26 -08:00
idtype_test.go imagecustomizer: initial dm-verity enablement by nbd. (#6809) 2023-12-21 13:05:26 -08:00
kernelcommandline.go
module.go
mountidentifier.go
packagelist.go
partition.go Adress CodeQL issue due to rebranding (#8774) 2024-04-12 07:14:50 -07:00
partition_test.go Adress CodeQL issue due to rebranding (#8774) 2024-04-12 07:14:50 -07:00
partitionflag.go
partitionsetting.go
partitionsetting_test.go
partitiontabletype.go
script.go
service.go
systemconfig.go imagecustomizer: initial dm-verity enablement by nbd. (#6809) 2023-12-21 13:05:26 -08:00
systemconfig_test.go
user.go Adress CodeQL issue due to rebranding (#8774) 2024-04-12 07:14:50 -07:00
utils.go
utils_test.go
verity.go imagecustomizer: initial dm-verity enablement by nbd. (#6809) 2023-12-21 13:05:26 -08:00
verity_partition.go imagecustomizer: initial dm-verity enablement by nbd. (#6809) 2023-12-21 13:05:26 -08:00

README.md

Mariner Image Customizer API

The Mariner image customizer (imgcustomizer) will be released as a standalone tool and will provide strong backwards compatibility guarantees (after the first official release). This is contrast to the Mariner toolkit's new image config, which isn't officially released and doesn't provide any backwards compatibility guarantees.

While currently the new image config and imgcustomizer config are very similar, in the future there is the possibility they will diverge.

Known differences

  • For the new image config, AdditionalFiles' source files are relative to the working directory. Whereas, for imgcustomizer, the source files are relative to the config file.