Closed rohit-dimagi closed 2 years ago
I guess https://github.com/Netflix/dispatch/pull/1628 fixes issue
I had same issue and it failed when I replaced below randomly to see if I am going to correct URL
It was not fetching earlier as it was in cache.
[+] Building 0.5s (6/13)
=> CACHED [internal] load git source https://github.com/Netflix/dispatch.git#latest
But I only started my testing 2 days ago, so weird for me
now it failed somewhere else but surprisingly this step passed
Did you manage to get it to work?
For me it worked after cloning the dispatch repo and add the context: ../dispatch Then I needed to make some changed here and there (which are almost all merged already thanks to the quick work of @mvilanova ) and answer Yes to the example database.
Do you have more information on the error? This doesn't really say while it fails. Seems more like a network connection not being available or something.
Hi, got the same issue as @jtorvald, unable to get it to start "as-is" from a fresh environment and following the documentation.
@Fgerthoffert if you replace context: github url to context: ../dispatch/ you can get it installed. I also needed to add wget and gnupg in the apt-get in Dockerfile I believe of ../dispatch/ if you cloned master.
@Fgerthoffert if you replace context: github url to context: ../dispatch/ you can get it installed. I also needed to add wget and gnupg in the apt-get in Dockerfile I believe of ../dispatch/ if you cloned master.
Yes, that worked, thank you.
This issue is stale, because it has been open for 30 days with no activity. Remove the stale label or comment, or this will be closed in 5 days.
This issue was closed, because it has been stalled for 5 days with no activity.
The follwoing error is being encountered on running
docker-compose build core