We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
While deploying a windows-2022 Image with Azure Pipelines 2 Agent the ECR Push Image task pipeline step fails.
Expected behavior
Mentioned pipeline step works with Windows pushes to ECR.
Logs
Invoking 'C:\Windows\system32\docker.exe' with command 'login' ##[debug]which 'C:\Windows\system32\docker.exe' ##[debug]found: 'C:\Windows\system32\docker.exe' ##[debug]C:\Windows\system32\docker.exe arg: login ##[debug]C:\Windows\system32\docker.exe arg: -u ##[debug]C:\Windows\system32\docker.exe arg: AWS ##[debug]C:\Windows\system32\docker.exe arg: -p ##[debug]C:\Windows\system32\docker.exe arg: xxx ##[debug]C:\Windows\system32\docker.exe arg: https://472662001309.dkr.ecr.eu-central-1.amazonaws.com/ ##[debug]exec tool: C:\Windows\system32\docker.exe ##[debug]arguments: ##[debug] login ##[debug] -u ##[debug] AWS ##[debug] -p ##[debug] xxx ##[debug] https://472662001309.dkr.ecr.eu-central-1.amazonaws.com/ ##[debug]Process exited with code 1 and signal null for tool 'C:\Windows\system32\docker.exe' ##[debug]STDIO streams have closed and received exit code 1 and signal null for tool 'C:\Windows\system32\docker.exe' ##[debug]task result: Failed ##[error]Error: The process 'C:\Windows\system32\docker.exe' failed with exit code 1 ##[debug]Processed: ##vso[task.issue type=error;source=TaskInternal;]Error: The process 'C:\Windows\system32\docker.exe' failed with exit code 1 ##[debug]Processed: ##vso[task.complete result=Failed;]Error: The process 'C:\Windows\system32\docker.exe' failed with exit code 1
Your Environment
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
While deploying a windows-2022 Image with Azure Pipelines 2 Agent the ECR Push Image task pipeline step fails.
Expected behavior
Mentioned pipeline step works with Windows pushes to ECR.
Logs
Invoking 'C:\Windows\system32\docker.exe' with command 'login'
##[debug]which 'C:\Windows\system32\docker.exe'
##[debug]found: 'C:\Windows\system32\docker.exe'
##[debug]C:\Windows\system32\docker.exe arg: login
##[debug]C:\Windows\system32\docker.exe arg: -u
##[debug]C:\Windows\system32\docker.exe arg: AWS
##[debug]C:\Windows\system32\docker.exe arg: -p
##[debug]C:\Windows\system32\docker.exe arg: xxx
##[debug]C:\Windows\system32\docker.exe arg: https://472662001309.dkr.ecr.eu-central-1.amazonaws.com/
##[debug]exec tool: C:\Windows\system32\docker.exe
##[debug]arguments:
##[debug] login
##[debug] -u
##[debug] AWS
##[debug] -p
##[debug] xxx
##[debug] https://472662001309.dkr.ecr.eu-central-1.amazonaws.com/
##[debug]Process exited with code 1 and signal null for tool 'C:\Windows\system32\docker.exe'
##[debug]STDIO streams have closed and received exit code 1 and signal null for tool 'C:\Windows\system32\docker.exe'
##[debug]task result: Failed
##[error]Error: The process 'C:\Windows\system32\docker.exe' failed with exit code 1
##[debug]Processed: ##vso[task.issue type=error;source=TaskInternal;]Error: The process 'C:\Windows\system32\docker.exe' failed with exit code 1
##[debug]Processed: ##vso[task.complete result=Failed;]Error: The process 'C:\Windows\system32\docker.exe' failed with exit code 1
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: