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
chore: bump vcpkg baseline, Alpine to 3.23.4, add curl-dev, drop broken CI dispatch (#7599)
* chore: bump vcpkg baseline, Alpine to 3.23.4, add curl-dev, drop broken CI dispatch
- Bump vcpkg baseline commit from c3867e7 to d015e31 across all
workflow files, Dockerfiles, and vcpkg-configuration.json
- Bump Alpine base image from 3.21.2 to 3.23.4
- Add curl-dev to Alpine builder dependencies
- Remove 'Trigger CI for tag' step from release-monthly.yml: the
GITHUB_TOKEN push doesn't trigger workflow runs, making this
dispatch ineffective; binaries are now built via the tag-triggered
osrm-backend.yml run directly
* chore: switch to Alpine-only Docker images, drop Debian support
- Delete docker/Dockerfile-debian
- Replace docker/Dockerfile symlink with full Alpine-based Dockerfile
- Fix Dockerfile-alpine comment that referenced Dockerfile-debian
- Remove 'debian' from docker-base-image matrices in both CI workflows
- Update README: Debian → Alpine Linux
* fix: add perl-ipc-cmd to Alpine Dockerfiles for OpenSSL vcpkg build
vcpkg's openssl port requires Perl IPC::Cmd module, which is packaged
separately from base perl on Alpine.
* Revert "fix: add perl-ipc-cmd to Alpine Dockerfiles for OpenSSL vcpkg build"
perl-ipc-cmd doesn't exist as a separate Alpine package — IPC::Cmd
is included in Alpine's base perl package (verified on perl 5.42.2-r0).
* chore: symlink docker/Dockerfile to Dockerfile-alpine
Since we only support Alpine now, the default Dockerfile should
point to the Alpine variant to avoid duplication and drift.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ If you want to use the CH pipeline instead replace `osrm-partition` and `osrm-cu
62
62
63
63
### Using Docker
64
64
65
-
We base our Docker images ([backend](https://github.com/Project-OSRM/osrm-backend/pkgs/container/osrm-backend), [frontend](https://hub.docker.com/r/osrm/osrm-frontend/)) on Debian and make sure they are as lightweight as possible. Older backend versions can be found on [Docker Hub](https://hub.docker.com/r/osrm/osrm-backend/).
65
+
We base our Docker images ([backend](https://github.com/Project-OSRM/osrm-backend/pkgs/container/osrm-backend), [frontend](https://hub.docker.com/r/osrm/osrm-frontend/)) on Alpine Linux and make sure they are as lightweight as possible. Older backend versions can be found on [Docker Hub](https://hub.docker.com/r/osrm/osrm-backend/).
66
66
67
67
Download OpenStreetMap extracts for example from [Geofabrik](http://download.geofabrik.de/)
0 commit comments