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

Apt-key is deprecated in 20.20 #11851

Closed
mattkenefick opened this issue Dec 6, 2020 · 2 comments · Fixed by #11990
Closed

Apt-key is deprecated in 20.20 #11851

mattkenefick opened this issue Dec 6, 2020 · 2 comments · Fixed by #11990

Comments

@mattkenefick
Copy link

File: engine/install/ubuntu.md

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

Should be replaced with something like

wget https://download.docker.com/linux/ubuntu/gpg -O /etc/apt/trusted.gpg.d/docker.gpg
@denis-roy
Copy link
Contributor

denis-roy commented Dec 26, 2020

See #11990

@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

/lifecycle locked

@docker docker locked and limited conversation to collaborators Mar 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants