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

[BUG] Container build failing - Kinetic eol #395

Closed
jwahsnakupaku opened this issue Sep 12, 2023 · 1 comment · Fixed by #396
Closed

[BUG] Container build failing - Kinetic eol #395

jwahsnakupaku opened this issue Sep 12, 2023 · 1 comment · Fixed by #396
Assignees
Labels
bug Something isn't working

Comments

@jwahsnakupaku
Copy link

Describe the bug
Builds are failing as of recently when trying to build the backend docker container.

 => ERROR [backend stage-0  6/16] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked     --mount=type=cache,target=/var/lib/apt,sharing=locked     apt-get -qq update &&     a  3.1s
------                                                                                                                                                                                        
 > [backend stage-0  6/16] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked     --mount=type=cache,target=/var/lib/apt,sharing=locked     apt-get -qq update &&     apt-get install -qq -y --no-install-recommends     automake     build-essential     cmake     curl     gcc     git     gpg     libglu1-mesa     libtool     make     swig     python3-dev     python3-pip     python3-wheel     python-is-python3     pkg-config:
2.634 E: The repository 'http://ports.ubuntu.com kinetic Release' does not have a Release file.
2.634 E: The repository 'http://archive.ubuntu.com/ubuntu kinetic Release' does not have a Release file.

Kinetic is EOL, must've been removed from the repos recently.
http://archive.ubuntu.com/ubuntu/dists/
http://ports.ubuntu.com/dists/

Steps to reproduce
Steps to reproduce the behavior:
Build docker image from source.

Expected behavior
Build succeeds.

Screenshots
N/A

Release
master

@jwahsnakupaku jwahsnakupaku added the bug Something isn't working label Sep 12, 2023
@phutelmyer
Copy link
Contributor

Thank you @jwahsnakupaku. This seems to have been fixed in #396. After approval / tests I will merge and create a new release.

@phutelmyer phutelmyer linked a pull request Sep 12, 2023 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants