-
Notifications
You must be signed in to change notification settings - Fork 127
Build Error - caused by 'no release file' error #73
Comments
hello @alexbeeston and thanks for providing the solution for this issue, it also worked in my case, I guess it should be fixed in the source code. |
Fix heremaps#73 Build Error - caused by 'no release file' error and errors: E: The repository 'http://security.ubuntu.com/ubuntu cosmic-security Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu cosmic Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu cosmic-updates Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu cosmic-backports Release' does not have a Release file.
I had this issue as well. Looked into it a bit. The |
Please consider adding this pull request. The problem still remains and this commit helped me to fix it. |
Fully agreed! |
oh bummer, I hit this issues as well, still not fixed 3/22/2022 |
Running build-docker.sh results in the following output:
I was able to build the image successfully by replacing line 1 in Dockerfile with "FROM ubuntu" (just removed the versioning). Is this an error from my end, or is this something that needs to be updated in the repository?
The text was updated successfully, but these errors were encountered: