Skip to content

Fix Chrome GPG key import for Bookworm#106

Merged
graygilmore merged 1 commit intomainfrom
gg-fix-chrome-gpg-key
Apr 7, 2026
Merged

Fix Chrome GPG key import for Bookworm#106
graygilmore merged 1 commit intomainfrom
gg-fix-chrome-gpg-key

Conversation

@graygilmore
Copy link
Copy Markdown
Contributor

Summary

Fixes the build-base-image workflow failure from #104.

The raw Google signing key needs to be piped through gpg --dearmor to produce a binary keyring file that the signed-by APT directive can use. Without dearmoring, apt can't verify the Chrome repo signature:

GPG error: http://dl.google.com/linux/chrome/deb stable InRelease:
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 32EE5355A6BC6E42

The raw signing key needs to be dearmored into a binary GPG keyring for the signed-by directive to work. Without this, apt can't verify the Chrome repo signature.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@graygilmore graygilmore marked this pull request as ready for review April 7, 2026 21:08
Copy link
Copy Markdown

@tgeselle tgeselle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My claude agent tells me it's ok to merge 🫡

@graygilmore graygilmore merged commit 6fd49b1 into main Apr 7, 2026
1 of 3 checks passed
@graygilmore graygilmore deleted the gg-fix-chrome-gpg-key branch April 7, 2026 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants