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

Fix GCP GPG Key Error in Docker Build #801

Merged
merged 1 commit into from
Jan 17, 2023
Merged

Conversation

devstein
Copy link
Collaborator

@devstein devstein commented Jan 17, 2023

Description

CI has been failing the past few nights with the following error

#6 2.295 W: GPG error: https://packages.cloud.google.com/apt cloud-sdk InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B53DC80D13EDEF05
#6 2.296 E: The repository 'https://packages.cloud.google.com/apt cloud-sdk InRelease' is not signed.

I'm not sure what unpinned underlying dependency changed to cause this issue, but adding GCP keys per these instructions appears to fix it.

Checklist

  • Wrote a description of my changes above
  • Formatted my code with black
  • Added a bullet point for my changes to the top of the CHANGELOG.md file
  • Added or modified unit tests to reflect my changes
  • Manually tested with a notebook
  • If adding a feature, there is an example notebook and/or documentation in the README.md file

@devstein devstein self-assigned this Jan 17, 2023
@devstein devstein merged commit 9c5c60f into master Jan 17, 2023
@devstein devstein deleted the devstein/fix-gpg-error branch January 17, 2023 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant