-
Notifications
You must be signed in to change notification settings - Fork 580
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
GHA: Drop ubuntu 23.{04,10} (EOL) #10251
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO
Also, if(!) this is due to EOL (this week doesn't match the EOL dates, though), why does 23.04 still work?
ef96b90
to
a19246a
Compare
Idk! But the GitHub Actions have been failing since last week, not just today. #10248. |
There is no functional dependency on this so I don't see why this should stop this PR. Currently, this leads to failing GitHub Actions for all newly created PRs. |
Dunno. Delays? Someone forgot it 6 months ago? Anyway, now both seem to be gone: % docker run --rm -it ubuntu:23.04
Unable to find image 'ubuntu:23.04' locally
23.04: Pulling from library/ubuntu
6360b3717211: Pull complete
Digest: sha256:5a828e28de105c3d7821c4442f0f5d1c52dc16acf4999d5f31a3bc0f03f06edd
Status: Downloaded newer image for ubuntu:23.04
root@d6b4d24829a0:/# apt update
Ign:1 http://security.ubuntu.com/ubuntu lunar-security InRelease
Err:2 http://security.ubuntu.com/ubuntu lunar-security Release
404 Not Found [IP: 185.125.190.81 80]
Ign:3 http://archive.ubuntu.com/ubuntu lunar InRelease
Ign:4 http://archive.ubuntu.com/ubuntu lunar-updates InRelease
Ign:5 http://archive.ubuntu.com/ubuntu lunar-backports InRelease
Err:6 http://archive.ubuntu.com/ubuntu lunar Release
404 Not Found [IP: 91.189.91.82 80]
Err:7 http://archive.ubuntu.com/ubuntu lunar-updates Release
404 Not Found [IP: 91.189.91.82 80]
Err:8 http://archive.ubuntu.com/ubuntu lunar-backports Release
404 Not Found [IP: 91.189.91.82 80]
Reading package lists... Done
E: The repository 'http://security.ubuntu.com/ubuntu lunar-security Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://archive.ubuntu.com/ubuntu lunar Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://archive.ubuntu.com/ubuntu lunar-updates Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://archive.ubuntu.com/ubuntu lunar-backports Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details. % docker run --rm -it ubuntu:23.10
Unable to find image 'ubuntu:23.10' locally
23.10: Pulling from library/ubuntu
cd0bff360add: Pull complete
Digest: sha256:fd7fe639db24c4e005643921beea92bc449aac4f4d40d60cd9ad9ab6456aec01
Status: Downloaded newer image for ubuntu:23.10
root@437567e3c930:/# apt update
Ign:1 http://security.ubuntu.com/ubuntu mantic-security InRelease
Err:2 http://security.ubuntu.com/ubuntu mantic-security Release
404 Not Found [IP: 185.125.190.81 80]
Ign:3 http://archive.ubuntu.com/ubuntu mantic InRelease
Ign:4 http://archive.ubuntu.com/ubuntu mantic-updates InRelease
Ign:5 http://archive.ubuntu.com/ubuntu mantic-backports InRelease
Err:6 http://archive.ubuntu.com/ubuntu mantic Release
404 Not Found [IP: 91.189.91.82 80]
Err:7 http://archive.ubuntu.com/ubuntu mantic-updates Release
404 Not Found [IP: 91.189.91.82 80]
Err:8 http://archive.ubuntu.com/ubuntu mantic-backports Release
404 Not Found [IP: 91.189.91.82 80]
Reading package lists... Done
E: The repository 'http://security.ubuntu.com/ubuntu mantic-security Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://archive.ubuntu.com/ubuntu mantic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://archive.ubuntu.com/ubuntu mantic-updates Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://archive.ubuntu.com/ubuntu mantic-backports Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details. |
@cla-bot check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, if(!) this is due to EOL (this week doesn't match the EOL dates, though), why does 23.04 still work?
Dunno, but 23.04 is now also failing, https://github.com/Icinga/icinga2/actions/runs/12028013126/job/33530223413. I guess the Ubuntu repository maintainers have realized they have forgotten to sunset 23.04 after removing the 23.10 repo.
https://ubuntu.com/about/release-cycle