github mpgirro/docker-pihole-unbound 2025.08.0

28 days ago

Pi-hole + Unbound 2025.08.0

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.08.0
  • 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.08.0
    docker pull mpgirro/docker-pihole-unbound:2025.08.0
    
  • GitHub Container Registry:

    docker pull ghcr.io/mpgirro/docker-pihole-unbound:2025.08.0
    

Verification

All images are signed with Sigstore Cosign for enhanced security.

Update Instructions

Docker Compose

services:
  pihole:
    image: mpgirro/pihole-unbound:2025.08.0
    # ...rest of your configuration...

Docker CLI

docker pull mpgirro/pihole-unbound:2025.08.0
docker run -d --name pihole-unbound mpgirro/pihole-unbound:2025.08.0

Don't miss a new docker-pihole-unbound release

NewReleases is sending notifications on new releases.