Open robdickens opened 5 years ago
Yeah, I think it is probably caused the old go buildpack. Please have a try newer buildpack.
@robdickens does new buildpack work? If work, I'll update the example.
HI @zhongyi-zhang, apologies for the delay (other priorities etc..) I updated the go buildpack version to v1.8.42 and used the latest tag of osba (v1.8.2) and everything deployed and the osba started successfully.
The one difference is the fork of go buildpacks based on cflinuxfs 2 & 3 meaning you'll need to reference either buildpack depending on your version of cloud foundry
Haven't fully tested everything yet, but it definitely gopt rid of my immediate issue so thought I'd let you know.
Thanks.
I have cloned repo v1.8.4. Updated manifest.yml with vars.
██cf push -f contrib/cf/manifest.yml .... Uploading osba... Uploading app files from: /home/sergey/works/projects/xxx/open-service-broker-azure Uploading 70.5M, 19654 files Done uploading
FAILED Error processing app files: Error uploading application. Error: timed out waiting for async job 'https://api.sys.cf.xxx.xxx.com/v2/jobs/4f918543-476d-4758-bd2a-21f91a9b7250' to finish
Hi,
I am currently installing osba into my OS Cloud Foundry solution (as per these instructions: https://github.com/Azure/open-service-broker-azure/blob/master/contrib/cf/README.md) and have come across an issue when cf pushing the service broker.
I get the following error:
Is anyone able to advise? Also I noticed the default go buildpack is behind the latest - is it as simple as this?