Currently, we get the details about the docker image from [latest-image.py](https://github.com/web-platform-tests/wpt.live/blob/67dc5976ccce2e64483f2028a35659d4d6e58891/infrastructure/docker-image/latest-image.py) We can reduce the amount of code we need to maintain by removing that file and migrating to a [docker provider for terraform](https://registry.terraform.io/providers/kreuzwerker/docker/2.19.0) Benefits: - Leverage a highly contributed provider for the same functionality which gets regular updates in case the docker api changes in the future