Ubuntu 14.04에서 개인 저장소를 사용하고 있으며 모든 것이 예상대로 작동합니다.
Ubuntu 18.04.2 LTS를 기반으로 이미지를 빌드하려고 하면 다음 오류가 발생합니다.
W: GPG error: s3://my-repo-path stable Release: The following signatures were invalid: XXXXXXXXXXXXXX
다음과 같이 키를 추가하면 이런 일이 발생합니다.
$ aws s3 cp s3://my-repo-pth/key.pgp - | apt-key add
$ OK
$ apt-get update
어떤 아이디어가 있나요?