Dmitriy Kalinin
Dmitriy Kalinin
@dependabot rebase
@dependabot rebase
``` $ imgpkg copy -b registry.tanzu.vmware.com/tanzu-application-platform/tap-packages:${TAP_VERSION} --to-repo ${INSTALL_REGISTRY_HOSTNAME}/tap-repo/tap-packages imgpkg: Error: Reading Images from Bundle: Retrieving images for bundle '...': Fetching location image: Get "https://registry.tanzu.vmware.com/v2/tanzu-application-platform/tap-packages/manifests/sha256-d3fe444d362213b37d9cc5a97db06be32744e29de2296cc831c414ac4c3749e6.image-locations.imgpkg": net/http: timeout awaiting response headers ```...
> what is being done right now is failing fast, we are not checking all images. @joaopapereira still want to do that. just would like to see reason for the...
few paths i see, add imgpkg builder (https://github.com/vmware-tanzu/carvel-kbld/issues/56), and/or provide a way for imgpkg push to produce images lock. the problem with producing image lock is that it does not...
im guessing the behaviour you are observing is following (if url already contains digest, kbld just passes it through): ``` $ echo "image: blah.com/foo@sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" | kbld -f- ``` arguably kbld...
hmm, looks like this might be harbor specific behaviour. ill have to try installing harbor and trying it out.
> Maybe I am wrong about this, but it seems unreasonable to expect a controller to properly reconcile a resource before all of the controller's accompanying resources,svcs,crds,etc are fully ready....
> Is this still being planned? nothing concrete is currently planned (this issue was made to record an idea). > Makes managing the different tools and feature subsets easier for...
(... need to think how to bridge the gap here between imgpkg concepts and packages == imgpkg does not know what's a package intentionally.)