<div dir="ltr">Hi,<div><br></div><div>When I deploy the OABroker on a k8s cluster, then the clusterserviceclasses include as dependencies images coming from the RHRA</div><div><br></div><div>spec:<br>  bindable: true<br>  bindingRetrievable: false<br>  clusterServiceBrokerName: automation-broker<br>  description: Software Collections MySQL APB<br>  externalID: ddd528762894b277001df310a126d5ad<br>  externalMetadata:<br>    <a href="http://console.openshift.io/iconClass">console.openshift.io/iconClass</a>: icon-mysql-database<br>    dependencies:<br>    - <a href="http://registry.access.redhat.com/rhscl/mysql-56-rhel7">registry.access.redhat.com/rhscl/mysql-56-rhel7</a><br>    - <a href="http://registry.access.redhat.com/rhscl/mysql-57-rhel7">registry.access.redhat.com/rhscl/mysql-57-rhel7</a><br></div><div><br></div><div>How is it possible to configure the broker to use images from docker hub ?</div><div>Can we specify the image tag to be used ?</div><div><br></div><div>FYI, here the broker-config map</div><div><br></div><div>data:<br>  broker-config: |<br>    registry:<br>      - type: dockerhub<br>        name: dev<br>        fail_on_error: false<br>        url: <a href="https://registry.hub.docker.com">https://registry.hub.docker.com</a><br>        org: ansibleplaybookbundle<br>        tag: v3.10<br>        white_list:<br>          - '.*-apb$'<br>        black_list:<br>          - '.*automation-broker-apb$'<br>    dao:<br>      type: crd<br>    log:<br>      logfile: /var/log/ansible-service-broker/asb.log<br>      stdout: true<br>      level: debug<br>      color: true<br>    openshift:<br>      host: ''<br>      ca_file: ''<br>      bearer_token_file: ''<br>      image_pull_policy: IfNotPresent<br>      sandbox_role: edit<br>      namespace: automation-broker<br>      keep_namespace: false<br>      keep_namespace_on_error: false<br>    broker:<br>      dev_broker: true<br>      bootstrap_on_startup: true<br>      refresh_interval: 600s<br>      launch_apb_on_bind: false<br>      output_request: true<br>      recovery: true<br>      ssl_cert_key: /etc/tls/private/tls.key<br>      ssl_cert: /etc/tls/private/tls.crt<br>      auto_escalate: true<br>      auth:<br>        - type: basic<br>          enabled: False<br></div><div><br></div><div>Regards,</div><div><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><p style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;font-weight:bold;margin:0px;padding:0px;font-size:14px;text-transform:capitalize"><span>Charles</span> <span>Moulliard</span><span style="text-transform:uppercase;color:rgb(170,170,170);margin:0px"></span></p><p style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;font-size:12px;margin:0px;text-transform:capitalize"><span>Software Engineer Manager - Spring</span></p><p style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;margin:0px 0px 4px;font-size:12px"><a href="https://www.redhat.com/" style="color:rgb(0,136,206);margin:0px;text-decoration:none" target="_blank">Red Hat<span></span></a></p><div style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;font-size:medium;margin-bottom:4px"><span><p style="font-size:12px;margin:0px">Rue de Franchimont 52A, Florennes, Belgium</p></span></div><p style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;margin:0px;font-size:12px"><span style="margin:0px;padding:0px"><a style="margin:0px">cmoulliard@redhat.com</a>   </span> <span><br>M: <a style="margin:0px">+32473604014</a>    </span></p><div style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;font-size:medium;margin-top:12px"><table border="0"><tbody><tr><td width="100px"><a href="https://red.ht/sig" target="_blank"><img src="https://static.redhat.com/libs/redhat/brand-assets/latest/corp/logo.png" width="90" height="auto"></a></td></tr></tbody></table></div></div></div></div></div>