batfish / docker

Docker containers for Batfish and Pybatfish
Apache License 2.0
11 stars 14 forks source link

GitHub Actions: integration test workflow #102

Closed sfraint closed 2 years ago

sfraint commented 2 years ago

To manually run the python helper scripts:

$ python get_docker_versions.py --image batfish/batfish --days=90 --minimum=3 --json-format --pattern=202
["2022.04.06.1263","2022.03.16.1242","2021.12.13.1143"]
$ python get_pypi_versions.py --package pybatfish --days=90 --minimum=3 --json-format
["2022.3.16.1242","2022.2.18.1216","2021.11.4.1095"]
batfish-bot commented 2 years ago

This change is Reviewable