-
Notifications
You must be signed in to change notification settings - Fork 106
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
ECRPushImage warning in Azure Devops due to Node10 dependency #566
Comments
This isn't just limited to ECR - we're getting the same on AWSShellScript:
I suspect the whole toolkit needs a v2 with a node update. |
AWS support ADO seems pretty dead. I wish I was stuck with ADO either :/ |
I found out why they don't just bump the Node version. From PR #560:
|
Just to add, also seeing this on SystemsManagerGetParameter@1 task too:
|
Just to add to the pile, we are seeing this on S3Upload, AWSShellScript. We are also seeing the same on Terraform and Terraform-outputs. Different extensions, but the same issue. |
Same issue here for the AWSCLI, AWSShellScript, LambdaDeployFunction and ECRPushImage on our end. |
Seeing the same over in our org. No new information, just leaving this comment to help express the potential impact of this deprecation. |
Its a on going issue with AWS and Terraform , fixed terraform issue by upgrading its version |
I'm seeing the same for S3Upload@1, SendMessage@1 |
+1. Getting the same error for all tasks used from |
See jfrog/jfrog-azure-devops-extension#518 for inspiration on addressing the issue. |
Anyone have an official Microsoft doc that states when they are pulling the plug on node v10? I opened an AWS support ticket and I can tell you AWS is aware of this. |
I like to acknowledge that we are aware of this problem. In our past attempts to address this, we got blocked by a shelljs related JS bundler issue which prevented us from updating |
Is there a timeline when this is planned to be resolved? |
Not yet, but we will share more information once we have an update. Thank you for your patience. |
The ECRPushImage Task uses Node10 which is no longer supported . This causes a warning to be displayed on our build process in Azure Devops
##[warning]Task 'Amazon ECR Push' version 1 (ECRPushImage@1) is dependent on a Node version (10) that is end-of-life. Contact the extension owner for an updated version of the task. Task maintainers should review Node upgrade guidance: https://aka.ms/node-runner-guidance
The text was updated successfully, but these errors were encountered: