microsoft / azurelinux

Linux OS for Azure 1P services and edge appliances
MIT License
4.28k stars 535 forks source link

Image Customizer: Change additionalFiles to a list. #10517

Closed cwize1 closed 1 week ago

cwize1 commented 1 week ago

Change additionalFiles from a map to a list. This will ensure that the copy operation has a fixed and consistent ordering, instead of being randomized by the map's hash algorithm.

In addition, add a feature that allows the content of additional files to be specified inline with in the YAML config.


Merge Checklist

All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)

Does this affect the toolchain?

NO

Test Methodology