You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+70-5Lines changed: 70 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,53 @@ The Earthly build automatically includes:
42
42
- Build date (current UTC date)
43
43
- Git commit SHA (current repository commit)
44
44
45
+
## Configuration
46
+
47
+
### Global Configuration
48
+
49
+
Image Composer Tool supports global configuration files to set tool-level parameters that apply across all image builds. Image-specific parameters should still be defined in the JSON specification files.
50
+
51
+
#### Configuration File Locations
52
+
53
+
The tool searches for configuration files in the following order:
54
+
55
+
1.`image-composer.yaml` (current directory)
56
+
2.`image-composer.yml` (current directory)
57
+
3.`.image-composer.yaml` (hidden file in current directory)
58
+
4.`~/.image-composer/config.yaml` (user home directory)
0 commit comments