docker-archive / communitytools-image2docker-win

304 stars 78 forks source link

Not Enough Positional Parameters for All Artifacts #61

Open taylor-j-hawkins opened 7 years ago

taylor-j-hawkins commented 7 years ago

Currently when trying to convert to docker file with all possible artifacts, an error "a positional parameter cannot be found that accepts argument 'xxxx'. " This appears to be due to not having enough positional parameters permitted for the total possible supported artifacts.

--Edit: Additionally, although this might need to be a separate ticket, I've encountered issues where the conversion doesn't work when passing multiple artifacts simultaneously. For example, I'll pass AddRemovePrograms and AllWindowsFeatures together, and the verbose output will show both functions being executed at the same time, which results in only one of the functions executing properly, so only one json file gets created.