Open
Description
Task name
Docker
Task version
2
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
Question
After upgrading our agents from Ubuntu 22.04, to Ubuntu 24.04, tasks that had arguments supplied for sbom and provenance are now broken. Scripting has been applied to create and configure a persistent buildx builder, every time a vm is spun up from a stored image. This custom builder appears to not get used when the build task is run. My scripts execute as what I believe to be the configured user for DevOps Agent processes - which is what the Docker task should run as. There is a lot of configuration required to achieve what I'm after, and I'd love to avoid having to make pipeline changes across numerous projects. Are there any plans to include running docker 2 tasks specifically to build with buildx?