Previously, tags were used for CentOS and Ubuntu images that may change over time. This commit updates the Dockerfiles to use fixed base images. For Ubuntu, a fixed tag is available. For CentOS we have to resort to using the digest. Closes gh-5397
This commit adds a suit of integration tests for the launch script. See the accompanying README.adoc for further details. Closes gh-4872