Upgrade v4.3.3

Also remove ipv6 from tests, validation fails and breaks tests

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2020-02-23 22:33:36 -06:00
parent 0570d264ed
commit c024dcd8d9
6 changed files with 10 additions and 10 deletions

View File

@ -37,10 +37,10 @@ ENV ServerIP 0.0.0.0
ENV FTL_CMD no-daemon
ENV DNSMASQ_USER root
ENV VERSION v4.3.2
ENV VERSION v4.3.3
ENV PATH /opt/pihole:${PATH}
LABEL image="pihole/pihole:v4.3.2_amd64"
LABEL image="pihole/pihole:v4.3.3_amd64"
LABEL maintainer="adam@diginc.us"
LABEL url="https://www.github.com/pi-hole/docker-pi-hole"

View File

@ -37,10 +37,10 @@ ENV ServerIP 0.0.0.0
ENV FTL_CMD no-daemon
ENV DNSMASQ_USER root
ENV VERSION v4.3.2
ENV VERSION v4.3.3
ENV PATH /opt/pihole:${PATH}
LABEL image="pihole/pihole:v4.3.2_arm64"
LABEL image="pihole/pihole:v4.3.3_arm64"
LABEL maintainer="adam@diginc.us"
LABEL url="https://www.github.com/pi-hole/docker-pi-hole"

View File

@ -37,10 +37,10 @@ ENV ServerIP 0.0.0.0
ENV FTL_CMD no-daemon
ENV DNSMASQ_USER root
ENV VERSION v4.3.2
ENV VERSION v4.3.3
ENV PATH /opt/pihole:${PATH}
LABEL image="pihole/pihole:v4.3.2_armel"
LABEL image="pihole/pihole:v4.3.3_armel"
LABEL maintainer="adam@diginc.us"
LABEL url="https://www.github.com/pi-hole/docker-pi-hole"

View File

@ -1 +1 @@
v4.3.2
v4.3.3

View File

@ -24,7 +24,7 @@ def args_volumes():
@pytest.fixture()
def args_env():
return '-e ServerIP="127.0.0.1" -e ServerIPv6="::1"'
return '-e ServerIP="127.0.0.1"'
@pytest.fixture()
def args(args_dns, args_volumes, args_env):
@ -120,7 +120,7 @@ def persist_args_volumes():
@pytest.fixture(scope='module')
def persist_args_env():
return '-e ServerIP="127.0.0.1" -e ServerIPv6="::1"'
return '-e ServerIP="127.0.0.1"'
@pytest.fixture(scope='module')
def persist_args(persist_args_dns, persist_args_volumes, persist_args_env):

View File

@ -1,5 +1,5 @@
[tox]
envlist = py37
envlist = py38
[testenv]
whitelist_externals = docker