-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Image build failure #12003
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @jaswant-dnv - Thank you for bringing this issue to our attention. We will look into this issue and will update you after investigating. |
Hi @jaswant-dnv - Latest image version has been rolled out. Please update your sync process and try using the latest version 20250415.1. Let us know if you encounter any further issues. Thanks! |
Still the same error. #[debug] -Command
##[debug]Process exited with code 1 and signal null for tool '/usr/bin/pwsh' Any changes with GenerateResourcesAndImage.ps1...as it do not find paramter 'Force'??? We recently used Managed identity instead of service principal. |
Hi @jaswant-dnv - Thanks for your input, we will check on this and will update you further. |
@jaswant-dnv - In meantime, could you also please provide failed build or Repro link, thanks! |
Hi @jaswant-dnv , I hope you are using customized scripts instead of the runner image. Could you kindly confirm? If so, would you be able to share the code? We haven’t encountered this error while building the image with the runner-images repository. Thank you! |
Description
Image build failure with message(same issue with windows build as well)
##[debug] . '/agent/_work/_temp/azureclitaskscript1744449493277.ps1'
/usr/bin/pwsh -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command . '/agent/_work/_temp/azureclitaskscript1744449493277.ps1'
GenerateResourcesAndImage : A parameter cannot be found that matches parameter name 'Force'.
At /agent/_work/_temp/azureclitaskscript1744449493276_inlinescript.ps1:23 char:27
Platforms affected
Runner images affected
Image version and build link
20250406.1.0
Is it regression?
NA
Expected behavior
image build success
Actual behavior
##[debug] . '/agent/_work/_temp/azureclitaskscript1744449493277.ps1'
/usr/bin/pwsh -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command . '/agent/_work/_temp/azureclitaskscript1744449493277.ps1'
GenerateResourcesAndImage : A parameter cannot be found that matches parameter name 'Force'.
At /agent/_work/_temp/azureclitaskscript1744449493276_inlinescript.ps1:23 char:27
Repro steps
Rerun pipeline
The text was updated successfully, but these errors were encountered: