From 3aaa1e34cf011e294f27400964eb71f12901b2c5 Mon Sep 17 00:00:00 2001 From: flother Date: Thu, 22 Nov 2018 12:20:39 +0000 Subject: [PATCH 1/2] Document switch to Debian base images --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 549333c90f6..46482ca5c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ - ADDED: all waypoints in responses now contain a `distance` property between the original coordinate and the snapped location. [#5255](https://github.com/Project-OSRM/osrm-backend/pull/5255) - Windows: - FIXED: Windows builds again. [#5249](https://github.com/Project-OSRM/osrm-backend/pull/5249) + - Docker: + - CHANGED: switch from Alpine Linux to Debian Buster base images # 5.19.0 - Changes from 5.18.0: diff --git a/README.md b/README.md index 4f3540e0f96..155c81257ae 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ If you want to use the CH pipeline instead replace `osrm-partition` and `osrm-cu ### Using Docker -We base our Docker images ([backend](https://hub.docker.com/r/osrm/osrm-backend/), [frontend](https://hub.docker.com/r/osrm/osrm-frontend/)) on Alpine Linux and make sure they are as lightweight as possible. +We base our Docker images ([backend](https://hub.docker.com/r/osrm/osrm-backend/), [frontend](https://hub.docker.com/r/osrm/osrm-frontend/)) on Debian and make sure they are as lightweight as possible. Download OpenStreetMap extracts for example from [Geofabrik](http://download.geofabrik.de/) From a362f6774d0e381654ecca70af7d449bdc71b7c4 Mon Sep 17 00:00:00 2001 From: flother Date: Fri, 30 Nov 2018 16:07:58 +0000 Subject: [PATCH 2/2] Add PR link to changelog entry Should fix complaint by Travis CI: https://travis-ci.org/Project-OSRM/osrm-backend/jobs/458385224 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46482ca5c47..7268a396a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - Windows: - FIXED: Windows builds again. [#5249](https://github.com/Project-OSRM/osrm-backend/pull/5249) - Docker: - - CHANGED: switch from Alpine Linux to Debian Buster base images + - CHANGED: switch from Alpine Linux to Debian Buster base images [#5281](https://github.com/Project-OSRM/osrm-backend/pull/5281) # 5.19.0 - Changes from 5.18.0: