You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The dockerfiles in each services/challenges gets Ubuntu image with version
18.10
while using default repository list forapt
commands, this will not work because each repository URL pattern for Ubuntu18.10
has been changed fromhttp://archive.ubuntu.com/....
to
http://old-releases.ubuntu.com/....
This will cause errors when updating/installing with
apt
. The solutions are:Reference:
https://superuser.com/questions/1527250/apt-update-error-with-ubuntu-18-10-cosmic-version
The text was updated successfully, but these errors were encountered: