mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-21 23:00:18 +00:00
update images to versions supported by pi-hole 5
Signed-off-by: pvogt09 <50047961+pvogt09@users.noreply.github.com>
This commit is contained in:
parent
bef9cd3bc2
commit
3128d14d1f
6 changed files with 25 additions and 7 deletions
|
@ -14,10 +14,11 @@ run_local = testinfra.get_backend(
|
|||
('test/centos7.Dockerfile', 'pytest_pihole:centos7'),
|
||||
('test/centos.Dockerfile', 'pytest_pihole:centos'),
|
||||
('test/fedora.Dockerfile', 'pytest_pihole:fedora'),
|
||||
('test/fedora_28.Dockerfile', 'pytest_pihole:fedora_28'),
|
||||
('test/fedora_29.Dockerfile', 'pytest_pihole:fedora_29'),
|
||||
('test/fedora_31.Dockerfile', 'pytest_pihole:fedora_31'),
|
||||
('test/fedora_32.Dockerfile', 'pytest_pihole:fedora_32'),
|
||||
('test/ubuntu_16.Dockerfile', 'pytest_pihole:ubuntu_16'),
|
||||
('test/ubuntu_18.Dockerfile', 'pytest_pihole:ubuntu_18'),
|
||||
('test/ubuntu_20.Dockerfile', 'pytest_pihole:ubuntu_20'),
|
||||
])
|
||||
# mark as 'build_stage' so we can ensure images are built first when tests
|
||||
# are executed in parallel. (not required when tests are executed serially)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue