NEXT icon indicating copy to clipboard operation
NEXT copied to clipboard

Docker installation issues

Open Ahtidevin opened this issue 4 years ago • 2 comments

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 ".

Errorlog.txt

Ahtidevin avatar Apr 06 '20 19:04 Ahtidevin

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?

stsievert avatar Apr 06 '20 20:04 stsievert

Thank you for looking into the issue. I will try out the changes and post updates.

Ahtidevin avatar Apr 09 '20 21:04 Ahtidevin