Open
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 <prih@prihhost.com>
* 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 <overv161@gmail.com>
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 <62433564+galewis2@users.noreply.github.com>
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 <62433564+galewis2@users.noreply.github.com>
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
dbahrdt
reviewed
May 8, 2023
| import | ||
| ``` | ||
|
|
||
| >Note that if you use a folder other than `/nodes` then you must make sure that you manually set the owner to `renderer`! |
Member
There was a problem hiding this comment.
Ist dieser Hinweis noch nötig? Wird jetzt automatisch der owner gesetztz?
Author
There was a problem hiding this comment.
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.
Member
|
Es gibt hier aber einige Konflikte, die Du lösen musst. Das vorgehen ist wie folgt:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.