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

GHA: Drop ubuntu 23.{04,10} (EOL) #10251

Merged
merged 1 commit into from
Nov 26, 2024
Merged

GHA: Drop ubuntu 23.{04,10} (EOL) #10251

merged 1 commit into from
Nov 26, 2024

Conversation

yhabteab
Copy link
Member

@yhabteab yhabteab added bug Something isn't working consider backporting Should be considered for inclusion in a bugfix release labels Nov 25, 2024
@yhabteab yhabteab added this to the 2.15.0 milestone Nov 25, 2024
@yhabteab yhabteab requested a review from Al2Klimov November 25, 2024 12:13
@yhabteab
Copy link
Member Author

Copy link
Member

@Al2Klimov Al2Klimov left a 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?

@yhabteab yhabteab changed the title GHA: Drop ubuntu 23.10 (EOL) GHA: Drop ubuntu 23.{04,10} (EOL) Nov 25, 2024
@yhabteab
Copy link
Member Author

Also, if(!) this is due to EOL (this week doesn't match the EOL dates, though), why does 23.04 still work?

Idk! But the GitHub Actions have been failing since last week, not just today. #10248.

@yhabteab yhabteab requested a review from Al2Klimov November 25, 2024 16:13
@julianbrost
Copy link
Contributor

@Al2Klimov requested changes 20 hours ago

TODO

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.

@julianbrost
Copy link
Contributor

Also, if(!) this is due to EOL (this week doesn't match the EOL dates, though), why does 23.04 still work?

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.

@yhabteab
Copy link
Member Author

@cla-bot check

@cla-bot cla-bot bot added the cla/signed label Nov 26, 2024
Copy link
Member

@oxzi oxzi left a 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.

It's dead, Jim.

@julianbrost julianbrost merged commit 5c7bbf1 into master Nov 26, 2024
25 checks passed
@julianbrost julianbrost deleted the drop-ubuntu-23-10 branch November 26, 2024 15:19
This was referenced Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cla/signed consider backporting Should be considered for inclusion in a bugfix release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants