Ilya Dmitrichenko

Results 119 issues of Ilya Dmitrichenko

It would be really nice if `flux pull artifact` supported layer selection in the same way `OCIRepository` does. More generally, I do wonder if there is a way to improve...

enhancement
area/oci

**Description** I'm seeing errors and not able to get shell on the console. **Steps to reproduce the issue:** ``` cd examples linuxkit build -format iso-efi docker-for-mac.yml linuxkit run hyperkit -uefi...

In the spirit of https://github.com/docker/swarmkit/issues/989, there is a need for allowing container to run in host's process namespace. Unlike `docker run --pid=...`, it may be not necessary to provide a...

`sigs.k8s.io/kind` is already a dependency, perhaps it could just be invoked as a library?

This change makes fetching of OCI artifacts compatible with a wider range of images, namely where the top-level object is an index. Once the index is fetched, the media type...

enhancement
area/oci

There is limited support for OCI artifacts that hadn't been built with Flux CLI. One can use `spec.layerSelector.mediaType`, however it doesn't handle searching images with an index. There is also...

area/oci

Currently artifact revision (i.e. digest) is obtain here: https://github.com/fluxcd/source-controller/blob/53ee3a3db056b4c024d30a735607b3bccbcde54b/internal/controller/ocirepository_controller.go#L392-L393 It is also observed as a condition here: https://github.com/fluxcd/source-controller/blob/53ee3a3db056b4c024d30a735607b3bccbcde54b/internal/controller/ocirepository_controller.go#L408-L417 However, verification and fetching is only done by URL, and it's possible...

bug
help wanted
area/oci

It'd be great to see in revision history what is the difference from newlib upstream tree... What I would do is 1. check in the newlib as is first with...

Would be mega awesome to see a simple client for the echo server