yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #87573
[Bug 1836336] Re: cloud-init shouldn't use apt-key
This bug is believed to be fixed in cloud-init in version 21.4. If this
is still a problem for you, please make a comment and set the state back
to New
Thank you.
** Changed in: cloud-init
Status: Fix Committed => Fix Released
--
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:
Fix Released
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
References