Spike: Investigate docker module for python
We should look into using the docker sdk for python for the following purposes:
- Running podman commands in the build job
- Convert build to a python script
- Use
podman build
instead of buildah
- Local build script (running docker or podman containers locally)
- Get context (docker/podman)
- Spin up build container
- Configure network and other resources
Edited by Kenneth Maguire