Releases: mpgirro/docker-pihole-unbound
2025.07.1
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
2025.06.2
Pi-hole + Unbound 2025.06.2
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.06.2
- 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.06.2 docker pull mpgirro/docker-pihole-unbound:2025.06.2
-
GitHub Container Registry:
docker pull ghcr.io/mpgirro/docker-pihole-unbound:2025.06.2
Verification
All images are signed with Sigstore Cosign for enhanced security.
Update Instructions
Docker Compose
services:
pihole:
image: mpgirro/pihole-unbound:2025.06.2
# ...rest of your configuration...
Docker CLI
docker pull mpgirro/pihole-unbound:2025.06.2
docker run -d --name pihole-unbound mpgirro/pihole-unbound:2025.06.2
2025.06.1
Pi-hole + Unbound 2025.06.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.06.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.06.1 docker pull mpgirro/docker-pihole-unbound:2025.06.1
-
GitHub Container Registry:
docker pull ghcr.io/mpgirro/docker-pihole-unbound:2025.06.1
Verification
All images are signed with Sigstore Cosign for enhanced security.
Update Instructions
Docker Compose
services:
pihole:
image: mpgirro/pihole-unbound:2025.06.1
# ...rest of your configuration...
Docker CLI
docker pull mpgirro/pihole-unbound:2025.06.1
docker run -d --name pihole-unbound mpgirro/pihole-unbound:2025.06.1
2025.05.1
Pi-hole + Unbound 2025.05.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.05.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.05.1 docker pull mpgirro/docker-pihole-unbound:2025.05.1
-
GitHub Container Registry:
docker pull ghcr.io/mpgirro/docker-pihole-unbound:2025.05.1
Verification
All images are signed with Sigstore Cosign for enhanced security.
Update Instructions
Docker Compose
services:
pihole:
image: mpgirro/pihole-unbound:2025.05.1
# ...rest of your configuration...
Docker CLI
docker pull mpgirro/pihole-unbound:2025.05.1
docker run -d --name pihole-unbound mpgirro/pihole-unbound:2025.05.1
2025.04.0
2025.03.1
2025.03.0
What's Changed β Pi-hole v6!
- Updating Pi-Hole base image to
2025.03.0
(link). This is the first Pi-hole v6 release! - The two-container setup will no longer be maintained and is removed.
Update Instructions
The image has changed! Use mpgirro/pihole-unbound
from now on:
docker pull mpgirro/pihole-unbound