Avi Deitcher

Results 79 issues of Avi Deitcher

Per #255 and the reference PR, support for v1 tarball was added, which steps in this direction. However, it does not include multiple blobs, or the original manifest or index,...

lifecycle/frozen

I am having an intermittent issue with ContentLength mismatch. It may be registry-side related, I cannot reproduce it reliably, but if I call a lot of pushes, it does show...

lifecycle/frozen

Is it possible to extend package v1/tarball to support streaming access, i.e. create a `v1.Image` and `v1.ImageIndex` not from a file on disk, but from a tar stream instead? As...

lifecycle/frozen

When I want to get the root ImageIndex or Image from a remote registry, I can call `remote.Get`. At that point, with an `Image` or `ImageIndex`, I can do whatever...

lifecycle/frozen

### Behaviour A multistage build - in this case on an alternate runner - is failing to copy a file from one stage to another. The error is: ``` ------...

kind/upstream

I have been trying to figure this out. It looks like `oras.Pull()` returns the descriptor for each of the layers. How do I use the library to extract the config?...

duplicate

This is very cool, a nice addition to backbone that should probably be rolled into the core. How about a "changed" list? Core backbone has isChanged() and changedAttributes which give...

I might have missed it, so happy to take a pointer at a missed doc. Is there support for inline kubeconfig? I see it can read a file (based on...

The way that [image-layout](https://github.com/opencontainers/image-spec/blob/master/image-layout.md) is written, it cannot (or is very hard to; perhaps I should be less definite in the statement) support multiple images sharing blobs. The "entrypoint" of...

Open issue for discussing supporting `--build-arg` in `lkt pkg build`. On the one hand, this does limit some of the reproducibility, as they can change at build-time without being tracked...