<div dir="ltr">Hi all,<div><br></div><div>I am facing troubles developing APBs on minishift.</div><div><br></div><div>Following <a href="https://docs.openshift.org/latest/minishift/using/experimental-features.html">https://docs.openshift.org/latest/minishift/using/experimental-features.html</a> I have started minishift with service-broker enabled. So far everything works fine. In the started instance I see and able to provision APB. However I am not able to push any of my APBs, unless I comment out "dockerhub" entry in the broker-config (no other changes are done, it's really freshly created minishift instance). This happen even after `eval $(minishift docker-env)`.</div><div><br></div>```<div>$ <span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">eval $(minishift docker-env)</span><br>$ apb push<br>...<br>Finished writing dockerfile.<br>Building APB using tag: [<a href="http://172.30.1.1:5000/openshift/zuul-apb">172.30.1.1:5000/openshift/zuul-apb</a>]<br>Successfully built APB image: <a href="http://172.30.1.1:5000/openshift/zuul-apb">172.30.1.1:5000/openshift/zuul-apb</a><br>Pushing the image, this could take a minute...<br>Successfully pushed image: <a href="http://172.30.1.1:5000/openshift/zuul-apb">172.30.1.1:5000/openshift/zuul-apb</a><br>Contacting the ansible-service-broker at: <a href="https://asb-1338-ansible-service-broker.192.168.42.39.nip.io/ansible-service-broker/v2/bootstrap">https://asb-1338-ansible-service-broker.192.168.42.39.nip.io/ansible-service-broker/v2/bootstrap</a><br>Error: Attempt to bootstrap Broker returned status: 504<br>Unable to bootstrap Ansible Service Broker.<br><br>```<div><br></div><div>Any hints on what is the correct procedure on using minishift for local APB development? Is it really expected, that I disable dockerhub registry entry? This is bad, since I then loose opportunity to provision APBs from there.</div><div><br></div><div>Thanks in advance,</div><div>Artem</div></div></div>