I’m happy to announce that the pipeline for creating an osmosis docker image is ready. The image is based on eclipse-temurin:24.0.1_9-jre-alpine-3.21
with the latest available stable osmosis build 0.49.2
. It is a multi-architecture image with support for linux/amd64 and linux/arm64 architectures.
The images are available for download:
- Docker Hub (https://hub.docker.com/r/andygol/osmosis/tags):
docker pull andygol/osmosis:0.49.2
- GitHub Container Registry (Package osmosis · GitHub):
docker pull ghcr.io/andygol/osmosis:latest
The code for the pipeline itself is available on GitHub: GitHub - Andygol/osmosis-docker: Osmosis is a command line Java application for processing OpenStreetMap data.
PS. Further contributions to improve and reduce the footprint of the current image are welcome.