-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
Description
New issue checklist
- I searched for existing GitHub issues
- I read pipeline troubleshooting guide
- I checked how to collect logs
Task name
Docker
Task version
2.259.0
Issue Description
A bug happened! And was reported a couple of times. And was ignored. Maybe due to issue processing automation.
#15111
#16380
#16491
Environment type (Please select at least one enviroment where you face this issue)
- Self-Hosted
- Microsoft Hosted
- VMSS Pool
- Container
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Ubuntu 24.04.3
Relevant log output
Starting: Build docker image
==============================================================================
Task : Docker
Description : Build or push Docker images, login or logout, start or stop containers, or run a Docker command
Version : 2.259.0
Author : Microsoft Corporation
Help : https://aka.ms/azpipes-docker-tsg
==============================================================================
/usr/bin/docker pull --platform=linux/amd64 mcr.microsoft.com/dotnet/runtime:8.0.20-jammy-amd64
docker: 'docker pull' requires 1 argument
Usage: docker pull [OPTIONS] NAME[:TAG|@DIGEST]
Run 'docker pull --help' for more information
/usr/bin/docker inspect --platform=linux/amd64 mcr.microsoft.com/dotnet/runtime:8.0.20-jammy-amd64
unknown flag: --platform
Usage: docker inspect [OPTIONS] NAME|ID [NAME|ID...]
Run 'docker inspect --help' for more information
/usr/bin/docker build -f /home/vsts/work/1/s/[redacted] --label com.azure.dev.image.system.teamfoundationcollectionuri=https://[redacted] --label com.azure.dev.image.system.teamproject=[Redacted Name With Spaces Not Quoted] --label com.azure.dev.image.build.repository.name=[redacted] --label com.azure.dev.image.build.sourceversion=[redacted] --label com.azure.dev.image.build.repository.uri=[redacted] --label com.azure.dev.image.build.sourcebranchname=merge --label com.azure.dev.image.build.definitionname=[redacted] --label com.azure.dev.image.build.buildnumber=[redacted] --label com.azure.dev.image.build.builduri=vstfs:///Build/Build/[redacted] --label image.base.ref.name=--platform=linux/amd64 mcr.microsoft.com/dotnet/runtime:8.0.20-jammy-amd64 --platform linux/amd64 -t [redacted] /home/vsts/work/1/s/[redacted]
#0 building with "default" instance using docker driver
#1 [internal] load build definition from [redacted]
#1 transferring dockerfile: 1.76kB done
#1 DONE 0.0s
#2 [internal] load metadata for mcr.microsoft.com/dotnet/runtime:8.0.20-jammy-amd64
#2 DONE 0.3s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [1/2] FROM mcr.microsoft.com/dotnet/runtime:8.0.20-jammy-amd64@sha256:36e45354203460e5ecdee51fed51bc98d20fd0e461632d6d0549aff983174800
#4 resolve mcr.microsoft.com/dotnet/runtime:8.0.20-jammy-amd64@sha256:36e45354203460e5ecdee51fed51bc98d20fd0e461632d6d0549aff983174800 done
[...]
Finishing: Build docker imageFull task logs with system.debug enabled
No response