Using a Docker image with double symlinks in Bitbucket Cloud Pipelines is causing failed builds

XMLWordPrintable

    • 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

      1. Use a Docker image with double symlinks
      2. 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

            Assignee:
            Unassigned
            Reporter:
            Mark C
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: