yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #79244
[Bug 1836336] [NEW] cloud-init shouldn't use apt-key
Public bug reported:
In cc_apt_configure.py, add_apt_key_raw() uses apt-key to add keys. apt-
key is deprecated (that's why it prints a warning)
It should instead be dropping raw .gpg files or (optionally, starting
with bionic / apt 1.4) ASCII armored .asc files into trusted.gpg.d, with
a name matching the name of the source.
Not sure if there are other places.
** Affects: cloud-init
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1836336
Title:
cloud-init shouldn't use apt-key
Status in cloud-init:
New
Bug description:
In cc_apt_configure.py, add_apt_key_raw() uses apt-key to add keys.
apt-key is deprecated (that's why it prints a warning)
It should instead be dropping raw .gpg files or (optionally, starting
with bionic / apt 1.4) ASCII armored .asc files into trusted.gpg.d,
with a name matching the name of the source.
Not sure if there are other places.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1836336/+subscriptions
Follow ups