我在 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
有什么想法吗?