Minimal osmium (OpenStreetMap utility) images based on the official repository.
50K+
Source repository: https://github.com/iboates/osm-utilities-docker/tree/master/osmium
Pre-built, minimalist Docker images for running osmium
Images are automatically rebuilt on the first of every month to incorporate updates to the base images. -nightly tags are rebuilt every day at midnight.
At the OSM Hackathon at Geofabrik in Karlsruhe on 24.02 - 25.02, I made docker images for osm2pgsql, and this is a continuation of that work.
The below example will pull the latest image and run it with no command (prints helpdocs).
Change latest to specific tag number to get that release version. Release version can be
found at the source repo's releases page.
docker run docker.io/iboates/osmium:latest
The below example gets the info of a PBF file.
wget -O data.pbf https://download.geofabrik.de/europe/andorra-latest.osm.pbf
docker run -v $(pwd):/data iboates/osmium:latest fileinfo /data/data.pbf
All the same commands as the regular application can be run by passing them to the docker run command.
See the manual.
osmium is primarily maintained by Jochen TopfContent type
Image
Digest
sha256:1232ee8d8…
Size
382.2 MB
Last updated
13 days ago
docker pull iboates/osmium