Pin base image version in Containerfile
#429
Labels
product: release-flow
Relates to any of our release processes
type: enhancement
New feature or request
Right now our
Containerfile
does not pin the base version of the image, which means there's some degree to which we're susceptible to substitution of a wrong or even malicious base image from Docker Hub.The Docker Hub Best Practices Guide explains more:
When we set this up, we should also set up a CI job to check if we're using the latest version for our base image, as we don't want to ship out-of-date images that are susceptible to known vulnerabilities.
The text was updated successfully, but these errors were encountered: