Rob Cernich
Rob Cernich
The problem I see with that is that it requires that any module support a variety of possibly unknown variable values. For example, what if a module does not have...
> I see same issue with your solution, we don't know domain of platform variable. It can be cenots, rhel for us. But what if upstream decide to use rhel/centos...
I think we should omit repositories from modules altogether, because these have a tendency to be related to the build environment and not necessarily the image definition itself.
Perhaps the definitions could be placed in a local module, which gets swapped out depending on what the platform is. For example: ``` ./platforms ./platforms/rhel ./platfomrs/rhel/7 ./platfomrs/rhel/8 ./platforms/centos ./platforms/centos/7 ```...