Petr Fedchenkov

Results 88 comments of Petr Fedchenkov

In that case we will not able to clean current context completely. `./eden clean --current-context` will leave the directory with images unconditionally. Can we use something more precisely, for e.g....

> @giggsoff , when you want to run EVE locally and you point to an image (or a folder in our case, because I didn't remember) and then you do...

So, the error (`chroot2: getpwuid(1000) failed:: No error information`) come from [here](https://github.com/lf-edge/eve/blob/e2ce76518e13244ec4250d1f5b432a4699996c41/pkg/xen-tools/initrd/chroot2.c#L32). But it is odd, line for uid 1000 is available in image: ``` $ docker run --rm -it...

> @milan-zededa @giggsoff you need to have that entry in the VM's `/etc/passwd`, not the container. But in case of [USER](https://docs.docker.com/engine/reference/builder/#user) defined in Dockerfile we will have it only inside...

> LGTM but do we want to wait until we've had some run(s) with the buildjet runners? As I understand, we want to check arm buildjet runners and potentially stabilise...

It looks like something broken: https://github.com/lf-edge/eden/actions/runs/6902762877/job/18780102814#step:11:21. As I can see there is double `dist` in path there.

> IMO adam should be turned into something like EVE controller SDK and a lot of eden functionality should migrate there. Agree with you, it would be great. But I...

> @giggsoff I see you force push commits, is this PR mergable? I hope so... But I really want to see at least one attempt of CI passed and green,...

> > A recent run https://github.com/lf-edge/eve/actions/runs/7806282543/job/21310964084?pr=3742 shows the ZFS storage test suite failing to deploy an app instance due to insufficient memory. > > Can we easily increase the memory...

> > > > A recent run https://github.com/lf-edge/eve/actions/runs/7806282543/job/21310964084?pr=3742 shows the ZFS storage test suite failing to deploy an app instance due to insufficient memory. > > > > Can we...