Pi-hole + Unbound 2025.07.1
This release updates the Pi-hole + Unbound Docker image to the latest Pi-hole version.
What's Changed
- Updated Pi-hole base image to
2025.07.1
- Maintained Unbound DNS resolver integration with latest Pi-hole version
- All multi-architecture support: linux/amd64, linux/386, linux/arm/v6, linux/arm/v7, linux/arm64
Available From
The image is available from multiple registries:
-
Docker Hub:
docker pull mpgirro/pihole-unbound:2025.07.1 docker pull mpgirro/docker-pihole-unbound:2025.07.1
-
GitHub Container Registry:
docker pull ghcr.io/mpgirro/docker-pihole-unbound:2025.07.1
Verification
All images are signed with Sigstore Cosign for enhanced security.
Update Instructions
Docker Compose
services:
pihole:
image: mpgirro/pihole-unbound:2025.07.1
# ...rest of your configuration...
Docker CLI
docker pull mpgirro/pihole-unbound:2025.07.1
docker run -d --name pihole-unbound mpgirro/pihole-unbound:2025.07.1