chriscrowe / docker-pihole-unbound

Run Pi-Hole + Unbound on Docker
1.05k stars 274 forks source link

Update PiHole version #183

Closed dangior closed 1 year ago

krachlatte commented 1 year ago

@dangior how can i contribute here to get this through?

what do need to do ?

how do i do the test that pihole 2022.11.02 works ? and push it in here or confim it here ?

dangior commented 1 year ago

@krachlatte is the official PiHole upgrade, for testing you can download the PR, build the image and install it locally

krachlatte commented 1 year ago

cloned your PR but building does not work

/dangior/one-container/pihole-unbound# ./build_and_push.sh unknown flag: --build-arg See 'docker --help'.

dangior commented 1 year ago

@krachlatte according to Chris Crowe in build file you need to run this command first: docker buildx create --use --name build --node build --driver-opt network=host

Also keep in mind to point to your own Docker Hub account.

If you don't want to do all these stuff you can just install this image from my Hub: dangior/pihole-unbound:2022.11.2