aws / aws-codebuild-docker-images

Official AWS CodeBuild repository for managed Docker images http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html
Other
1.12k stars 974 forks source link

Unable to run apt-get update on aws/codebuild/standard:4.0 ubuntu image. Expired Yarn signature #595

Closed Randebling closed 1 year ago

Randebling commented 1 year ago

Hi, I'm trying to run apt-get update in CodeBuild container based on aws/codebuild/standard:4.0 and it's failing: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>

The workaround for this is to refresh the apt-keys apt-key adv --refresh-keys --keyserver keyserver.ubuntu.com

But I guess you have to fix this issue so those keys don't have to be refreshed every time

Randebling commented 1 year ago

Duplicate issue with https://github.com/aws/aws-codebuild-docker-images/issues/594