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

Outdated Ubuntu Repositories #3

Open
sayyidyofa opened this issue Oct 19, 2020 · 1 comment
Open

Outdated Ubuntu Repositories #3

sayyidyofa opened this issue Oct 19, 2020 · 1 comment

Comments

@sayyidyofa
Copy link

sayyidyofa commented Oct 19, 2020

The dockerfiles in each services/challenges gets Ubuntu image with version 18.10 while using default repository list for apt commands, this will not work because each repository URL pattern for Ubuntu 18.10 has been changed from

http://archive.ubuntu.com/....

to

http://old-releases.ubuntu.com/....

This will cause errors when updating/installing with apt. The solutions are:

  • Change each url in repository list to the correct one
  • Use more recent Ubuntu docker image (like 20.04)

Reference:

https://superuser.com/questions/1527250/apt-update-error-with-ubuntu-18-10-cosmic-version

@farisv
Copy link
Owner

farisv commented Oct 20, 2020

Thanks @sayyidyofa

Currently, this repository contains all files used during the competition (2018 final) as is. However, I'd like to rewrite all Dockerfiles to avoid this kind of error and other incompatibility issues when I have free time to do it.

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

No branches or pull requests

2 participants