-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Pipelines - Run Failures
-
None
-
Severity 3 - Minor
Issue Summary
Currently, using a Docker image with double symlinks (e.g. /var/run) in Bitbucket Cloud Pipelines is causing builds to fail. Unfortunately, the Pipelines container is not handling double symlinks as expected, hence, marking the build as failed
Steps to Reproduce
- Use a Docker image with double symlinks
- Run Pipelines builds
Expected Results
The build will be able to run.
Actual Results
The build is erroring with the relevant error message:
failed to create containerd task
Workaround
Currently, the only workaround is to use a different Docker image without double symlinks