Task #14969
closedGH Runners cannot download Ubuntu Releases
0%
Description
hey folks,
in my ongoing efforts to get Theia images to properly build, I noticed a new problem: During the download process, some Ubuntu ports cannot be downloaded during apt update and apt install. The attached screenshot shows the problem.
!image-2025-01-20-14-17-08-664.png!
As I cannot replicate this problem locally, I suspect the runner to be the problem. Can you please help me in this regard?
[https://github.com/ls1intum/artemis-theia-blueprints/actions/runs/12818054730/job/35789489767]
Thank you so much!
Yannik
Files
IA Updated by Ignacio Alejandro about 2 months ago
Hi [~ge93lef] ,
thanks for bringing this to our attention! I tested the network connectivity and address resolution of the containers and concluded that it's correctly set up; the issue seems to be related to the workflow. Specifically, to the apt configuration of the sources for the Release file for that version of ubuntu.
Ubuntu Lunar apparently reached end of life, which is why its Release file is at [https://old-releases.ubuntu.com/ubuntu/dists/] instead of ports.ubuntu.com or archive.ubuntu.com (used for supported versions).
I'm not sure about why that version of ubuntu is used, it might be related to our own workflow [https://github.com/ls1intum/.github/blob/main/.github/workflows/build-and-push-docker-image.yml] . I'll have a look and get back to you!