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

ubuntu:23.04 EOL - Replace CI with ubuntu:latest #1153

Closed
COM8 opened this issue Dec 14, 2024 · 0 comments · Fixed by #1154
Closed

ubuntu:23.04 EOL - Replace CI with ubuntu:latest #1153

COM8 opened this issue Dec 14, 2024 · 0 comments · Fixed by #1154

Comments

@COM8
Copy link
Member

COM8 commented Dec 14, 2024

Description

ubuntu:23.04 is EOL and leads to issues inside CI runs.

Calling apt update leads to:


WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Ign:1 http://security.ubuntu.com/ubuntu lunar-security InRelease
Ign:2 http://archive.ubuntu.com/ubuntu lunar InRelease
Err:3 http://security.ubuntu.com/ubuntu lunar-security Release
  404  Not Found [IP: 185.125.190.82 80]
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: 185.125.190.83 80]
Err:7 http://archive.ubuntu.com/ubuntu lunar-updates Release
  404  Not Found [IP: 185.125.190.83 80]
Err:8 http://archive.ubuntu.com/ubuntu lunar-backports Release
  404  Not Found [IP: 185.125.190.83 80]
Reading package lists...
E: The repository 'http://security.ubuntu.com/ubuntu lunar-security Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu lunar Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu lunar-updates Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu lunar-backports Release' does not have a Release file.

Example/How to Reproduce

  1. Run podman run -i -t ubuntu:23.04 /bin/bash
  2. Inside the container run apt update

Possible Fix

Replace ubuntu:23.04 and ubuntu:22.04 with ubuntu:latest

Where did you get it from?

GitHub (branch e.g. master)

Additional Context/Your Environment

Not relevant.

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

Successfully merging a pull request may close this issue.

1 participant