It seems the the docker image referenced in the Dockerfile provided is obsolete:
FROM microsoft/service-fabric-onebox
It should now be:
FROM mcr.microsoft.com/service-fabric/onebox:latest
By the way, the current options for Mac are the latest onbox docker image which is 6.5.435.1. When would the 7.x be available? I'd be keen to use it along with the 9.0.0 sfctl (saw the compatibility chart here https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cli#service-fabric-target-runtim)
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@floriangrousset
Thanks for the feedback! I have assigned the issue to content author to check and update the document as appropriate.
@suhuruli
Can you please check and add your comments on this doc update request as applicable.
Yes, will update this accordingly.
Thanks @VikasPullagura-MSFT @suhuruli. Keep up with the good work guys!
Hi @floriangrousset, thanks for bringing this to our attention. Sorry to say I can't share any information on when 7.X will be coming to the onebox image. In any case, I've made sure to update the article in question and any others that make use of the now-deprecated image.
Best,
Nick