mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-24 04:18:43 +00:00
Pi-hole and Web versions update + new stuff
* New code in shell scripts required killing systemctl in images * Added tests for the quick IPv6 env hack I made a while back * Stopped requiring the need for update.sh to copy gravity for alpine * (moved modifications to dockerfile) * One step closer to unified start script for both OS versions * Optimzed some test code
This commit is contained in:
@@ -9,7 +9,7 @@ run_local = testinfra.get_backend(
|
||||
@pytest.mark.parametrize("upstream,image,tag", [
|
||||
( 'alpine:edge', 'alpine.docker', 'diginc/pi-hole:alpine' ),
|
||||
( 'debian:jessie', 'debian.docker', 'diginc/pi-hole:debian' ),
|
||||
( 'jsurf/rpi-raspbian', 'debian-armhf.docker', 'diginc/pi-hole-armhf:debian' ),
|
||||
( 'jsurf/rpi-raspbian', 'debian-armhf.docker', 'diginc/pi-hole:arm' ),
|
||||
])
|
||||
def test_build_pihole_image(upstream, image, tag):
|
||||
run_local('docker pull {}'.format(upstream))
|
||||
|
||||
Reference in New Issue
Block a user