Git Product home page Git Product logo

Comments (5)

cari-lynn avatar cari-lynn commented on August 22, 2024

This change happened when we started preserving image tags throughout copying.

Looking over the code, it seems we now parse the ref generically. We parse using NewDigest if it is a digest reference, otherwise we parse it as a tag.
https://github.com/vmware-tanzu/carvel-imgpkg/blob/d4982fa6c0aa2ef64e4151e39b91785e437610bf/vendor/github.com/google/go-containerregistry/pkg/name/ref.go#L39-L46

We should look into why we no longer use regname.StrictValidation when using NewDigest.

we should still be parsing refs as digests

It looks like we are still doing this. Am I missing something here?

if we are trying to transfer over tags then i would imagine it should be an additional field and not muddy up ref itself

Can you explain what you mean by "transfer over tags here" and your vision for "not muddy up ref itself"?

from imgpkg.

cppforlife avatar cppforlife commented on August 22, 2024

the intent of ImageSet is to work with concrete images (== digest refs); however, for some images we also want to throw in additional metadata like a tag. that meaning was changed by having ImageSet do tag resolution. this now means that i could call ImageSet.Export twice and get different results because tag may change.

from imgpkg.

cari-lynn avatar cari-lynn commented on August 22, 2024

I agree, we want to have ImageSet use digest references, rather than accept a digest or a tag. Doing this will ensure that the image references are in digest form and a ref always maps to the same image.

Like you said, we can refactor ImageSet to parse image urls with NewDigest rather than ParseReference as it is now to address this.

Still not sure I 100% understand the idea that tags should be an additional field but it would be something to think about when someone picks this up and looks closer at the code.

from imgpkg.

cppforlife avatar cppforlife commented on August 22, 2024

fixed as part of #48

from imgpkg.

gcheadle-vmware avatar gcheadle-vmware commented on August 22, 2024

Closing issue with release of version 0.3.0

from imgpkg.

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.