docker-tools
docker-tools copied to clipboard
Add prefix to variable names emitted by ImageBuilder
The names of the variables emitted by ImageBuilder are very generic like "osType", "osVersion", and "architecture". When these variables are referenced in the pipelines, it is not obvious to know where come. To make things easier to understand, I suggest adding "imageBuilder." or something as a prefix to the names to indicate the source.