Install ubuntu-keyring from apt again instead of using deprecated apt-key #723
Labels
Priority: Low
On the radar, but not the most urgent thing
Status: Blocked
Something else needs to be done before this can be fixed
Problem
We're using the deprecated apt-key during the build process:
os/build.sh
Line 33 in dcfbeb5
You can see the warning if you build the image:
Proposal
Replace the deprecated apt-key command.
It looks like the ubuntu-keyring package came back to the debian repository since Trixie (see https://packages.debian.org/search?searchon=names&keywords=ubuntu-keyring), so maybe we can simply install it with apt when the
debian:latest
docker image is based on Trixie (it's based on Bookworm at the moment).Prior Art (Optional)
#565 for the previous code that installs ubuntu-keyring from apt
The text was updated successfully, but these errors were encountered: