You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: