changing apt-key method of adding key by gpg --dearmor #143
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
since ap-key has been deprecated:
Manpages Evidence
https://manpages.debian.org/testing/apt/aptkey.8.en.html#:~:text=Use%20of%20apt,and%20Ubuntu%2022.04.
Debian Release Notes
https://www.debian.org/releases/bullseye/amd64/release-notes/ch-information.en.html#deprecated-components:~:text=bullseye%20is%20the%20final%20Debian%20release%20to%20ship%20apt%2Dkey.%20Keys%20should%20be%20managed%20by%20dropping%20files%20into%20/etc/apt/trusted.gpg.d%20instead%2C%20in%20binary%20format%20as%20created%20by%20gpg%20%2D%2Dexport%20with%20a%20.gpg%20extension%2C%20or%20ASCII%20armored%20with%20a%20.asc%20extension.
So we should not be using apt-key we already have some support cases running into this issue.