This pull request updates the configuration to use the full path (including registry) for the Docker images used for testing.
[!NOTE]
This branch is built off of #175 and is intended to be merged along with that PR. Given the changes in that PR it seemed like the easiest approach to avoid major conflicts.
๐ญ Motivation and context
Using the full image name will ensure that we pull exactly the image we mean to when testing. This is important because some operating systems (such as Red Hat Enterprise Linux) are configured with a default registry other than Docker Hub. This is also consistent with https://github.com/cisagov/skeleton-docker/pull/187.
๐งช Testing
Automated tests pass.
โ Pre-approval checklist
[x] This PR has an informative and human-readable title.
[x] Changes are limited to a single goal - eschew scope creep!
[x] All relevant type-of-change labels have been added.
๐ฃ Description
This pull request updates the configuration to use the full path (including registry) for the Docker images used for testing.
๐ญ Motivation and context
Using the full image name will ensure that we pull exactly the image we mean to when testing. This is important because some operating systems (such as Red Hat Enterprise Linux) are configured with a default registry other than Docker Hub. This is also consistent with https://github.com/cisagov/skeleton-docker/pull/187.
๐งช Testing
Automated tests pass.
โ Pre-approval checklist