components: Introduce a BaseCommon profile

This is where the lowest level common denominator configuration
goes for most images go.
This commit is contained in:
Neal Gompa
2024-12-13 10:18:06 -05:00
parent ed9909ea20
commit 1f496fc743
6 changed files with 15 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
<image>
<profiles>
<profile name="BaseCommon" description="Base common packages"/>
</profiles>
<packages type="image" patternType="plusRecommended" profiles="BaseCommon">
<namedCollection name="standard"/>
</packages>
</image>