docker-pi-hole/test
Daniel 752d83aeaa
Introduce additional docker tags for the debian version.
* Added new docker tag variations to specify the debian version ('stretch', and 'buster').
* Arch images are alway as specific as possible: pihole/pihole:master-amd64-stretch
* Multiarch images have both the specific debian version tags as well as the generic non-debian tags: pihole/pihole:master-stretch & pihole/pihole:master
* Currently, the non-specific tags point to the 'stretch' images. Eventaully it can be migrated to 'buster'.
* Use GitHub actions to do the builds. Although the script names include 'gh-actions' to differentiate them from the 'circle' scripts, there is zero logic that is specific to Github (ie. no Github environment variables).
* 'armhf:buster' & 'arm64:buster' has an issue with `ip route get`. I think the issue is related to 'qemu', but I'm not sure. Update the `validate_env` function to only use `ip route get` if `nc` reports something strange.

Signed-off-by: Daniel <daniel@developerdan.com>
2020-06-29 09:34:19 -04:00
..
__init__.py adding some missing files from merger mistakes 2016-08-28 02:30:10 -05:00
conftest.py Introduce additional docker tags for the debian version. 2020-06-29 09:34:19 -04:00
test_bash_functions.py remove resolv conf checks 2020-05-26 10:45:48 -05:00
test_pihole_scripts.py remove ServerIP requirement, simpler example commands 2019-05-09 16:50:18 +02:00
test_start.py Update way too much 2020-01-30 20:26:57 -06:00
test_volume_data.sh Introduce additional docker tags for the debian version. 2020-06-29 09:34:19 -04:00
test_volumes.py Merge branch 'dev' of github.com:diginc/docker-pi-hole into new_volume_test_base 2020-06-02 08:21:48 -05:00