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

During the docker-compose build, errors occur due to incorrect repository links #1965

Open
1 task done
Wo1fgarr opened this issue Jan 31, 2025 · 3 comments
Open
1 task done

Comments

@Wo1fgarr
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Problem description

Hi!
The pom file contains links to repositories with incorrect URLs. The docker-compose build fails when trying to connect to them.

Image

I checked the links manually:

Image

Image

Proposed solution

Could you please provide valid links to the repositories or suggest an alternative solution for installing the software on an Ubuntu server?

Additional context

No response

Forum Topic Link

No response

@koebi
Copy link
Collaborator

koebi commented Jan 31, 2025

Hey,

could you provide the error message you encounter?
When using the docker-compose setup, you could also use the provided docker image - is there a reason why you are building your own?

Best regards

@Wo1fgarr
Copy link
Author

The error looks like this:

Image

Initially, I tried to follow your instructions at the link https://giscience.github.io/openrouteservice/run-instance/running-with-docker#running-prebuilt-images, but the command
wget https://github.com/GIScience/openrouteservice/releases/download/v8.0.0/docker-compose.yml does not download the specified file. The terminal only outputs the following message:

Image

Changing the command to wget https://github.com/GIScience/openrouteservice/releases/download/v9.1.0/docker-compose.yml - the version from the latest release, results in the same issue.

Please correct me if I'm doing something wrong.
Thank you!

@koebi
Copy link
Collaborator

koebi commented Jan 31, 2025

Hey,
to me, this looks like you're running on Windows, using Powershell.

It seems that wget doesn't behave the same in Powershell as it does on UNIX systems:
https://unix.stackexchange.com/questions/359972/wget-not-saving-file-after-download

Thus,
wget https://github.com/GIScience/openrouteservice/releases/download/v9.1.0/docker-compose.yml -O docker-compose.yml should do the trick.

As for why building doesn't work, could you provide the command you are issuing, its full output, and the output of git show?
It's a bit hard to understand what is happening otherwise :)

Best regards

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