에러

[Ubuntu] docker gpg key 에러

integerJI 2023. 5. 17. 23:02

인터넷을 따라 하다 보면 gpg key 할 때 에러가 발생할 수 있다. 

 

이는 서버에 gpg key가 등록된 건지 확인할 수 없을 때 발생한다.

 

Hit:1 http://...ubuntu.com/ubuntu jammy InRelease
Hit:2 http://...ubuntu.com/ubuntu jammy-updates InRelease                      
Hit:3 http://...ubuntu.com/ubuntu jammy-backports InRelease                    
Hit:4 https://download.docker.com/linux/ubuntu bionic InRelease                                        
Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease                                       
Reading package lists... Done
W: https://download.docker.com/linux/ubuntu/dists/bionic/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.

 

도커를 설치하다 해당 W가 나온다면 도커 설치를 위해 gpg키를 저장할 때 새로운 위치에 저장이 되어야 한다는 뜻이다. 

이는 서버에 gpg key가 등록된 건지 확인할 수 없을때 발생한다.

 

해당 명령어를 통해 키를 다시 등록하자!

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/docker.gpg