mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-21 23:00:18 +00:00
add Fedora container to test matrix
Signed-off-by: bcambl <blayne@blaynecampbell.com>
This commit is contained in:
parent
5ca2ad6148
commit
553aad6ed2
3 changed files with 18 additions and 1 deletions
|
@ -10,6 +10,7 @@ run_local = testinfra.get_backend(
|
|||
@pytest.mark.parametrize("image,tag", [
|
||||
('test/debian.Dockerfile', 'pytest_pihole:debian'),
|
||||
('test/centos.Dockerfile', 'pytest_pihole:centos'),
|
||||
('test/fedora.Dockerfile', 'pytest_pihole:fedora'),
|
||||
])
|
||||
def test_build_pihole_image(image, tag):
|
||||
build_cmd = run_local('docker build -f {} -t {} .'.format(image, tag))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue