Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker installation issues #223

Open
Ahtidevin opened this issue Apr 6, 2020 · 2 comments
Open

Docker installation issues #223

Ahtidevin opened this issue Apr 6, 2020 · 2 comments

Comments

@Ahtidevin
Copy link

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

@stsievert
Copy link
Member

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

curl -fsSL https://yum.dockerproject.org/gpg | sudo apt-key add -
apt-key fingerprint 58118E89F3A912897C070ADBF76221572C52609D
sudo apt-get install -y software-properties-common
sudo add-apt-repository "deb https://apt.dockerproject.org/repo/ ubuntu-$(lsb_release -cs) main"

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?

@Ahtidevin
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants