Docker Image Digests - Learn In 7 Minutes | Docker Image Hashes And Digests Explained

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024
  • In this session you will learn the concept of Docker image digests and Docker image hashes, how Docker digests are useful and why do they exist.
    #docker #cloud

Комментарии • 2

  • @kaverianuranjana9787
    @kaverianuranjana9787 2 года назад

    Just what I was looking for! Thank you! I had installed latest tensorflow image on my university server but there were other "latest" tensorflow images with the latest image made 2 weeks earlier. Checking the digests to find a match from tensorflow dockerhub's latest image digest was the solution.
    Btw, I think there is a typo in the command. It should be: "docker image ls --digests myimage"

  • @cloudnativeculture
    @cloudnativeculture 10 месяцев назад

    Btw one thing I want to correct here is, the config digest and repo digest are 2 different things. When image is build, it returns config digest and when image is pushed it return repo digest. So, you can’t use the config digest to pull the image, instead you should use repo digest.