-remove duplicate OS dockerfiles
+rename centos->centos_8, centos7 -> centos_7 +update centos/fedora test script Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
@@ -4,12 +4,10 @@ envlist = py37
|
||||
[testenv]
|
||||
whitelist_externals = docker
|
||||
deps = -rrequirements.txt
|
||||
commands = docker build -f test/debian.Dockerfile -t pytest_pihole:debian .
|
||||
docker build -f test/debian_9.Dockerfile -t pytest_pihole:debian_9 .
|
||||
commands = docker build -f test/debian_9.Dockerfile -t pytest_pihole:debian_9 .
|
||||
docker build -f test/debian_10.Dockerfile -t pytest_pihole:debian_10 .
|
||||
docker build -f test/centos7.Dockerfile -t pytest_pihole:centos7 .
|
||||
docker build -f test/centos.Dockerfile -t pytest_pihole:centos .
|
||||
docker build -f test/fedora.Dockerfile -t pytest_pihole:fedora .
|
||||
docker build -f test/centos_7.Dockerfile -t pytest_pihole:centos_7 .
|
||||
docker build -f test/centos_8.Dockerfile -t pytest_pihole:centos_8 .
|
||||
docker build -f test/fedora_31.Dockerfile -t pytest_pihole:fedora_31 .
|
||||
docker build -f test/fedora_32.Dockerfile -t pytest_pihole:fedora_32 .
|
||||
docker build -f test/ubuntu_16.Dockerfile -t pytest_pihole:ubuntu_16 .
|
||||
|
||||
Reference in New Issue
Block a user