Skip to content

Releases: mpgirro/docker-pihole-unbound

2025.07.1

15 Jul 05:21
a1636aa
Compare
Choose a tag to compare

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

13 Jun 04:57
143671a
Compare
Choose a tag to compare

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

07 Jun 08:21
3a4de0c
Compare
Choose a tag to compare

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

31 May 17:26
7d9ac4a
Compare
Choose a tag to compare

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

06 Apr 08:23
b7b8ce8
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to 2025.04.0 (link)

Update instructions

docker-compose pull
docker-compose up -d

2025.03.1

31 Mar 05:33
1066828
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to 2025.03.1 (link)

Update instructions

docker-compose pull
docker-compose up -d

2025.03.0

17 Mar 22:20
64babdd
Compare
Choose a tag to compare

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

2024.07.0

12 Jan 18:10
99081df
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to 2024.07.0 (link)

Update instructions

docker-compose pull
docker-compose up -d

2024.03.2

29 Apr 02:25
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to 2024.03.2 (link)

Update instructions

docker-compose pull
docker-compose up -d

2024.02.2

09 Mar 18:49
2dea353
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to 2024.02.2 (link)

Update instructions

docker-compose pull
docker-compose up -d