Skip to content

Conversation

maximevtush
Copy link
Contributor

Description

Replaces deprecated apt-key usage with modern signed-by keyring approach for LLVM APT repository in Dockerfile.

What Changed

  • Before: Used apt-key add - (deprecated, insecure)
  • After: Uses per-repo keyring with signed-by directive

Why This Matters

  • Security: Eliminates global APT trust scope
  • Compatibility: Prevents future build failures on newer Debian/Ubuntu
  • Best Practice: Aligns with current APT security recommendations

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.

1 participant