NEXT
NEXT copied to clipboard
Docker installation issues
I am trying to bring up an instance of Amazon ec2 and run NEXT. I followed the steps given which worked till a week back and then I started getting the following issue. I have attached detailed logs for your reference. W: Failed to fetch https://apt.dockerproject.org/repo/dists/ubuntu-trusty/main/binary-amd64/Packages HttpError404 When I visited the site it says: " Docker will be shutting down the deprecated APT and YUM repositories hosted at "dockerproject.org" and "dockerproject.com" on the 31st of March 2020 ".
Here's the relevant quote from a link on https://apt.dockerproject.org/repo/dists/ubuntu-trusty/main/binary-amd64/Packages:
If you are currently using the APT or YUM repositories from dockerproject.org or dockerproject.com, please update to use the repositories at download.docker.com.
I think the relevant lines are https://github.com/nextml/NEXT/blob/a9b3edf223841f7a8d00bc7a138d838690673d76/ec2/templates/setup.sh#L30-L33
I think we need to update with these instructions:
You can find instructions for CentOS, Debian, Fedora and Ubuntu in the documentation.
https://www.docker.com/blog/changes-dockerproject-org-apt-yum-repositories/
Would you be interested in submitting a PR @Ahtidevin?
Thank you for looking into the issue. I will try out the changes and post updates.