I have a pipeline that has been running successfully for months in Azure DevOps on Ubuntu 24.04 image (Microsoft-hosted) with TCB 3.14.0.
Starting from yesterday the same pipeline fails with the following error:
2026-02-13 07:02:01,348 - root - ERROR - Error: Error trying to bundle Docker containers
2026-02-13 07:02:01,349 - root - DEBUG - Traceback (most recent call last):
File "/builder/tcbuilder/cli/build.py", line 578, in handle_bundle_common download_containers_by_compose_file(**download_params)
File "/builder/tcbuilder/backend/bundle.py", line 653, in download_containers_by_compose_file manager = DindManager(output_dir, host_workdir)
File "/builder/tcbuilder/backend/bundle.py", line 178, in __init__
raise InvalidStorageDriverError(
tcbuilder.errors.InvalidStorageDriverError: Error: Incompatible Docker Storage Driver 'overlayfs'; only 'overlay2' is currently supported.
Learn more on https://developer.toradex.com/software/torizon/torizoncore-builder-issue-tracker?issue=TCB-328
I found this announcement from Microsoft on the Docker upgrade inside its hosted Ubuntu images.
Docker Server and Client will be upgraded from earlier major versions (27.x and 28.x) to version `29.1.x.
…
Possible impact
Workflows that rely on deprecated or changed Docker behavior may require adjustments after the upgrade.
And I think this is the issue.
Toradex team had been already informed about the issue a couple of months ago, but the customer never recevied any feedback. And the issue has not been fixed yet.
Can someone in Toradex fix the issue ASAP, please?
Moreover (minor): the link provided after the error is not related to the issue itself (it’s for a different error).