-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[REGRESSION]: Docker@2 fails - "docker inspect" requires at least 1 argument #20506
[REGRESSION]: Docker@2 fails - "docker inspect" requires at least 1 argument #20506
Comments
Hi @YodaDaCoda |
I'll have a look. Yesterday when I raised this issue I was using I had a look at the |
|
@YodaDaCoda Could you pls delete the DockerV2 task from agent folder and then try creating a new release? |
The agents are hosted by azure, we're not hosting our own agents and don't have access to delete anything from the agent folder. I've reverted to |
Sorry I thought you are using self-hosted agents. |
Issue has been fixed in this PR #20516 |
New issue checklist
Task name
Docker@2
Breaking task version
2.246.0
Last working task version
2.243.1
Regression Description
In v2.243.1 the
docker inspect
command fails, but by this point the image is already pushed to the container registry and the failing command still lets the build succeed. As of 2.246.0 the build fails (but the image is still pushed).Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
ubuntu-latest
Relevant log output
Full task logs with system.debug enabled
Unable to copy-paste full logs as it makes the body of the issue too long. See attachments.
UNSUCCESSFUL RUN
docker-build-and-push-failed.log
SUCCESSFUL RUN
docker-build-and-push-successful.log
Repro steps
Dockerfile
The text was updated successfully, but these errors were encountered: