carvel-dev / carvel

Carvel provides a set of reliable, single-purpose, composable tools that aid in your application building, configuration, and deployment to Kubernetes. This repo contains information regarding the Carvel open-source community.
https://carvel.dev/
Apache License 2.0
376 stars 117 forks source link

imgpkg-003 Rename images when copying bundles #150

Open microwavables opened 3 years ago

microwavables commented 3 years ago

@joaopapereira commented on Tue Mar 09 2021

A proposal based on the following issues: https://github.com/vmware-tanzu/carvel-imgpkg/issues/60 https://github.com/vmware-tanzu/carvel-kbld/issues/79


@cppforlife commented on Thu Apr 08 2021

one late constraint ill throw that i just thought of... we should ensure that registry replication can be used with this feature. ie if bundle that uses images.location gets replicated to a different registry, ideally images.location should work in the context of that new registry (assuming that all relevant dependent images were also replicated).


@jorgemoralespou commented on Tue Apr 13 2021

Is there a way to capture in the ImagesLock file (or in a resulting file) the result of the copy so that it can be tracked? Source image, destination image and strategy used on copy.?


@braunsonm commented on Wed Jun 23 2021

Any update on this? Would still be great to see.

microwavables commented 3 years ago

I moved this issue from /carvel-community to /carvel as we are merging the two repos to have /carvel be the main.

aaronshurley commented 3 years ago

There's a PR and a pretty lengthy discussion for more context.