Use the full path for source container images #187
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🗣 Description
This pull request updates the image used in the
FROM
instruction of the Dockerfile to use the full path for Docker Hub sourced container images. It also updates the tag for the image to specify the version of Alpine Linux.Note
I am creating this pull request against a branch that will represent a larger body of work. This branch will later have a pull request against
develop
once the body of work is completed.💭 Motivation and context
Using the full image name will ensure that we pull exactly the image we mean to when building. This is important because some operating systems (such as Red Hat Enterprise Linux) are configured with a default registry other than Docker Hub. It will also make Dockerfile configurations consistent if a non-Docker Hub sourced image is used (such as from a GitHub Container Registry package). Lastly we specify the version of Alpine Linux used to ensure build reproducibility.
🧪 Testing
Automated tests pass.
✅ Pre-approval checklist