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

Allow users to configure insecure docker registries in the pipelines docker daemon.

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Users would like the ability to configure insecure registries in the pipelines docker daemon.

      https://docs.docker.com/registry/insecure/

      Currently we dont allow users to configure the docker daemon due to security reasons.

      However this setting is reasonable to allow users to configure.

      We currently configure aspects of the docker daemon using environment variables we could allow users to add insecure registries via a similar mechanism.

      #!yaml
      
      pipelines:
        default:
          - step:
              services:
                - docker
              script:
                - docker system info
      
      definitions:
        services:
          docker:
            environment:
              INSECURE_REGISTRIES: "http://registry:port"
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            nburrell lassian
            Votes:
            57 Vote for this issue
            Watchers:
            47 Start watching this issue

            Dates

              Created:
              Updated: