mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-19 05:40:13 +00:00
add docker containers for debian 9 and 10, ubuntu 16 and 18, fedora 28 and 29
Signed-off-by: pvogt09 <50047961+pvogt09@users.noreply.github.com>
This commit is contained in:
parent
3e79e0b1ab
commit
fec1595183
9 changed files with 109 additions and 1 deletions
|
@ -69,7 +69,7 @@ def args(request):
|
|||
return '-t -d'
|
||||
|
||||
|
||||
@pytest.fixture(params=['debian', 'centos7', 'centos', 'fedora'])
|
||||
@pytest.fixture(params=['debian', 'debian_9', 'debian_10', 'centos7', 'centos', 'fedora', 'ubuntu_16', 'ubuntu_18'])
|
||||
def tag(request):
|
||||
'''
|
||||
consumed by image to make the test matrix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue