This repository automates the build of QGIS desktop and QGIS server Docker images.
QGIS 4.0 images are available for distributions that ship Qt6: Ubuntu Questing (25.10) and Debian Trixie.
Use the distribution-suffixed tags to pull QGIS 4.0:
# Desktop
docker pull qgis/qgis:stable-questing
docker pull qgis/qgis:4.0-trixie
# Server
docker pull qgis/qgis-server:stable-questing
docker pull qgis/qgis-server:4.0-trixieThe default latest and stable tags (without suffix) still point to the current default Ubuntu LTS (Noble), which ships QGIS 3.x.
The latest tag will switch to QGIS 4.0 once the next Ubuntu LTS becomes the default base image.
- Documentation, including instructions to test QGIS plugins