Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.14 KB

File metadata and controls

29 lines (19 loc) · 1.14 KB

Tools Configuration

The [tools] section configures external tools used by azldev. azldev ships with built-in defaults for all tool settings — you only need to define this section when overriding those defaults.

Field Reference

Field TOML Key Type Required Description
Image Customizer imageCustomizer ImageCustomizerConfig No Configuration for the Image Customizer tool

Image Customizer

The Image Customizer is used for post-build image customization. Its configuration is defined under [tools.imageCustomizer].

Field TOML Key Type Required Description
Container tag containerTag string No Container image tag for the Image Customizer. azldev provides a default; set this to override.

Example

[tools.imageCustomizer]
containerTag = "mcr.microsoft.com/azurelinux/imagecustomizer:0.18.0"

Related Resources