DockerContainerFailedException: Docker container failed: {'StatusCode': 139}
09:09 22 Jun 2026

Recently I switched from Airflow 1.8.0 to latest stable 3.2.2 and got DockerContainerFailedException: Docker container failed: {'StatusCode': 139}

This failure occurred while running the command through built image with Airflow Docker Operator. Docker events showed me: create - attach - start - die

Does this trouble somehow connected with my version upgrade and new code specification? How could I fix this? or It`s too early to update version to newest stable?

airflow dockeroperator