Build the auth-service through a Dockerfile (and move to py39)
Build the auth-service through a Dockerfile to allow us to use the latest versions of libraries (e.g. python 3.9)
No longer a need to hit the BuildConfig webhook, since we trigger a DeploymentConfig change when we push the image.
Only applied to the auth-service
for now to allow us to get the initial workflow right on master. Easy to add for webservice later (basically an env var & a dockerfile needed).
Edited by Philip Elson