Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-18120

Pipelines build hangs if invalid auth given for build image.

    XMLWordPrintable

Details

    Description

      If I create a pipeline which uses a private Docker image, but I provide incorrect authentication to retrieve it, then my step will hang indefinitely (until it times out).

      Example YAML:

      #!yaml
      
      image:
        name: phodder/private-image
        username: phodder
        password: wrongpassword
      pipelines:
        default:
          - step:
              script:
                - echo "Hello world"
      

      The first step will never leave the 'Pulling Images' state.

      Attachments

        Activity

          People

            Unassigned Unassigned
            phodder Philip Hodder
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: