Git Product home page Git Product logo

Comments (3)

shhsu avatar shhsu commented on June 13, 2024

Yes, pushing before evaluating the digests would solve the issue

https://stackoverflow.com/questions/39811230/why-doesnt-my-newly-created-docker-have-a-digest

from acr-builder.

northtyphoon avatar northtyphoon commented on June 13, 2024

So we found two problems

  1. For output image, we need to push it first to get the digest.
  2. For dependency image, the command like docker image ls --digest docker:17.12.0-ce-git is unable to get the image digest, only <none>. It's probably related to docker/cli#728.

from acr-builder.

northtyphoon avatar northtyphoon commented on June 13, 2024

We found another issue.

For multi-arch docker images (eg, Ubuntu), docker inspect or docker image only returns the master digest for all platforms. Ideally, we want to provide platform-specific digest for dependency tracking.

For now, we will just provide the master digest. Once the toolchain is ready, we can switch to platform-specific digest.

cc @djyou

Edit

Open #57 to track the issue.

from acr-builder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.