This repository provides the Docker build configuration for Pywikibot, automatically tracking upstream tags from wikimedia/pywikibot.
The build workflow checks for new semantic version tags (e.g., X.Y.Z) and pushes multi-architecture images to both Docker Hub and GitHub Container Registry (GHCR).
- Multi-Architecture: Supports
linux/amd64andlinux/arm64. - Automated Builds: Syncs with upstream releases automatically.
- Semantic Versioning: Provides
latest, major (X), minor (X.Y), and patch (X.Y.Z) tags.
You can pull the image from either registry:
docker pull jmnote/pywikibot:latestdocker pull ghcr.io/jmnote/pywikibot:latest