I have 2 containers. Container 1 has Jenkins on a Linux container. Container 2 has .NET packages and other tools (MSBuild, Wix, Nuget, .NET framework 4.5, 4.6.2, KSign, etc) on a Windows container.
I searched online and I don't think it's feasible to install the software packages on container 2 on a Linux container...
If I'm running Jenkins on a Linux container, is it possible to create a windows container for my pipeline job? How would that work?