Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding support for ubuntu 22.04 and /etc/apt/trusted.gpg.d #1781

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

carefreepineapple
Copy link

#1780

It appears as a result of the update to Ubuntu 22.04 where they transitioned from using /etc/apt/trusted.gpg to using individual .gpg files located in /etc/apt/trusted.gpg.d, apt will no longer read gpg keys from outside of /etc/apt/trusted.gpg.d

@riosje
Copy link
Contributor

riosje commented Mar 26, 2024

I don't see why this change is necessary, it is working properly on ubuntu 22.04

```SHELL
docker run -it ubuntu:22.04 bash

apt-get update -y && apt-get install curl -y
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs

@riosje
Copy link
Contributor

riosje commented Apr 15, 2024

Hi @didousoft @carefreepineapple would like to elaborate on why is this change necessary?

@didousoft
Copy link

I accidently reviewed the pull request. Please ignore my review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants