-
Notifications
You must be signed in to change notification settings - Fork 2
Upstream changes #7
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
base: master
Are you sure you want to change the base?
Conversation
This commit fixes issue #133.
…rror when cloning big repos
small improvement of build time and image size
Fix Osmosis configuration change
Update PostGIS, OpenStreetMap Carto stylesheet and trim_osc.py helper
Upgrade to Ubuntu 20.04
* fix naciscdn.org * fix Co-authored-by: prih <[email protected]>
* Update Dockerfile * Add comment * rm debs after install * Get ready for buildkit * Update Dockerfile * Cleanup indenting * Update Dockerfile * Update Dockerfile * Install certificates required for downloads Co-authored-by: Alexander Overvoorde <[email protected]>
Added -E flag to use the set up environment.
* workflow: build and test pushes and pull_requests to master ; deploy image to GHCR * improved tiles verification (*) - Export the tiles as an artifact before verifying. - Only empty.png is verified via checksum. - Verify that all tiles are image/png files. - Verify that all tiles are different from another. * import and start the test server with automatic updates * DockerHub deployment (*) if secrets.DOCKERHUB_USERNAME and secrets.DOCKERHUB_PASSWORD are non-empty
Changes: - /var/lib/postgresql/14/main/ => /data/database/ - /var/lib/mod_tile/ => /data/tiles/ - /home/renderer/src/openstreetmap-carto/ => /data/style/ - /data.osm.pbf => /data/region.osm.pbf - /data.poly => /data/region.poly - /nodes/flat_nodes.bin => deprecated (use FLAT_NODES=enabled instead) Because some files are needed later and should never be separated from the database, the import does save those files now into /data/databases/: - /data/database/region.poly - /data/database/flat_nodes.bin - /data/database/planet-import-complete - and automatic update artifacts
fix for issue #271
* multiarch build for additional linux/arm64/v8 and linux/arm/v7 support This commit fixes issue #291 * print logs of run command * drop arm/v7 for now (untested) * build arm64/v8 parallel during the build stage (without testing the image)
#296) * Use tile expiration settings from env if set, or default values as before. * Update openstreetmap-tiles-update-expire.sh Co-authored-by: galewis2 <[email protected]>
Leaflet 1.8.0 Stable version, released on April 18, 2022. Leaflet 1.7.1 Previous stable version, released on September 3, 2020. install leaflet localy so server works offline Co-authored-by: galewis2 <[email protected]>
so non-semver tags don't trigger a deployment that will fail. It's not a normal regexp syntax. Dots `.` will only match dots and not any characters.
* Update Dockerfile add support to PostgreSQL 15 and alter encryption method to scram-sha-256 instead of md5 * Update run.sh add support to PostgreSQL 15
README.md
Outdated
| import | ||
| ``` | ||
|
|
||
| >Note that if you use a folder other than `/nodes` then you must make sure that you manually set the owner to `renderer`! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ist dieser Hinweis noch nötig? Wird jetzt automatisch der owner gesetztz?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upstream hat im run.sh alles für Flat nodes vorbereitet, wobei der Ordner jetzt nach /data/database/ verschoben wird und dabei den Owner renderer bekommt. Will man Flat nodes verwenden, so muss man die ENV-Variable FLAT_NODES setzen.
|
Es gibt hier aber einige Konflikte, die Du lösen musst. Das vorgehen ist wie folgt:
|
Co-authored-by: Kai Liebscher <[email protected]>
No description provided.