-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
apt upstream broken in ubuntu-latest (22.04.2
version 20230219.1
)
#7210
Comments
@ryankurte thank you, we will take a look. |
I got this again, today, on Github Action with |
Faced the same problem as @terrynguyen255 - Github Action and
I believe yesterday everything was fine 🤷♂️ |
Started facing the same issue on CI runs today
|
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
Hi @mikhailkoliada. Sorry to ping you here directly but could I draw your attention to this issue? This is also happening for us on our build and judging from the activity above this seems like a widespread issue atm. |
Want to come back here to say that for us this was solved by placing the |
Description
it looks like something has gone wrong with the upstream packaging / repo signing (not technically the image, but, impacting the image). this appears to be intermittent, and has occured in march in the past #2919, so perhaps one of the repository mirrors is out of sync / hasn't picked up updated keys?
calling
apt update
or equivalent results in:this may be a recurrence of #5656
Platforms affected
Runner images affected
Image version and build link
20230219.1
Is it regression?
yes (this is an upstream package repo issue, the same image worked yesterday)
Expected behavior
apt update
should workActual behavior
apt update
fails withE: The repository 'https://packages.microsoft.com/ubuntu/22.04/prod jammy Release' is no longer signed.
Repro steps
create an action using
ubuntu-latest
with a step invokingapt
The text was updated successfully, but these errors were encountered: