I'm currently using the Ubuntu 22.04 Docker Image for work.I thought if I used a tag that would keep the Image constant until I noticed a month ago that the Ubuntu 22.04 image got updated.
I noticed that each update came with a SHA hash digest that I could also use to pull the image. My problem is how can I know which version of Ubuntu 22.04 gets pulled based on the digest I used?
Right now, the latest version is Ubuntu 22.04.4. I'd like to make sure that that's the one I'm getting. I haven't found documentation that associates the digest with the Ubuntu version.