curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #00755
[Bug 1892494] [NEW] apt-key is deprecated and will be removed from Debian and Ubuntu
Public bug reported:
Use of apt-key is deprecated and it will last be available in Debian 11
and Ubuntu 22.04, see apt-key(8).
Curtin uses `apt-key add`, which can be replaced by dropping the pubkeys
to be trusted in the /etc/apt/trusted.gpg.d/ directory. The `apt-key
list` and `apt-key finger` commands can be replaced by something like:
gpg --with-fingerprint --no-default-keyring --list-keys --keyring
/etc/apt/trusted.gpg.d/key1 --keyring /etc/apt/trusted.gpg.d/key2
[--keyring ...]
which should produce the same result.
** Affects: curtin
Importance: Low
Status: Triaged
** Changed in: curtin
Status: New => Triaged
** Changed in: curtin
Importance: Undecided => Low
--
You received this bug notification because you are a member of curtin
developers, which is subscribed to curtin.
https://bugs.launchpad.net/bugs/1892494
Title:
apt-key is deprecated and will be removed from Debian and Ubuntu
Status in curtin:
Triaged
Bug description:
Use of apt-key is deprecated and it will last be available in Debian
11 and Ubuntu 22.04, see apt-key(8).
Curtin uses `apt-key add`, which can be replaced by dropping the
pubkeys to be trusted in the /etc/apt/trusted.gpg.d/ directory. The
`apt-key list` and `apt-key finger` commands can be replaced by
something like:
gpg --with-fingerprint --no-default-keyring --list-keys --keyring
/etc/apt/trusted.gpg.d/key1 --keyring /etc/apt/trusted.gpg.d/key2
[--keyring ...]
which should produce the same result.
To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1892494/+subscriptions