-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Docker Hub 5.26.0 tag #6231
Comments
I'm tagging by sha to prevent accidental version bumps in the meantime ( It would be a delight to have an explicit v5.26.0 tag, still. |
Please add v5.26 tag. |
This project no longer has access to Docker Hub due to a change in their Terms of Service. The loss of access prevented the Docker Hub will be replaced with Github Container registry for the |
I was hoping not to build it myself, as that would be a mess of biblical proportions. Anyone has a docker image I could run with 0.5.26 readily available? =) |
Or if perhap @mjjbell would find it in his heart to put an image of 0.5.26 for the world to use? Would that be hard or you to do? :-D I run commands like:
and I guess the change would then be
if you would be able to put it up =) |
Update: Actually, by cloning the OsrmNet repo, you will get a ZIP-file (in \libosrm\redist) containing binaries for Win 0.5.26. Those files can be executed the same way as the docker instructions (same flags args etc), and doing that will produce osrm files that can be used with stuff that requires 0.5.26 (like osrmnet currently). |
Can you provide v5.26.0 tag on DockerHub?
Currently osrm/osrm-backend:latest image provides OSRM 5.26.0, but there's no such tag.
I cannot rely on :latest tag only. If I rebuild my image with :latest tag and it points to 5.27.0, I will end up with incompatible version error like this:
[error] File is incompatible with this version of OSRM: car.osrm.icd prepared with OSRM 5.26.0 but this is v5.27.0
I have already encountered such problem when my data was prepared with 5.24.0 version but my image (using :latest tag) was automatically rebuild with 5.26.0 version. Now I want to avoid this and stick to version 5.26.0
The text was updated successfully, but these errors were encountered: