You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two schools of thought. I like to be deterministic when building my containers. I want to know exactly the pedigree of how it was build and the SBOM it contains. I often pin my containers to the exact base image ( 3.10.7-alpine3.16 is the most recent) so I know definitively what's inside the container. Rolling on python:alpine you're never really certain which base image it was built from (you'd have to run a docker inspect or skopeo on the container)
For examples like this one, however, that might be short lived experiments, letting it roll forward on python:alpine might be justified.
I'd Approve a PR using either technique if someone makes the case.
To replicate:
Results found four vulnerabilities:
The text was updated successfully, but these errors were encountered: