Avi Deitcher
Avi Deitcher
We should add `eden eve scp` in addition to the `eden eve ssh`. We often need to pull files from the host; this makes it much easier.
When you use the option `--eve-tag` (or config var `eve.tag`), it always appends `-kvm-amd64` to the name. Unless you know this, you can get very confused as to why it...
NB: This probably should go in lf-edge/eve, but let's leave it here in the "testing world" for now. As discussed in #22, developers working on a cycle will want to...
Per the discussion in slack with @Kern-- ; once he shared the info, let's capture it and make it broadly available.
**Environmental Info:** K3s Version: ``` k3s version v1.29.4+k3s1 (94e29e2e) go version go1.21.9 ``` Node(s) CPU architecture, OS, and Version: ``` Linux controller-01 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC...
The pkg [mkimage-raw-efi](https://github.com/lf-edge/eve/blob/f208c6763fad4609cdbdc5c76ff846b3cec1da4a/pkg/mkimage-raw-efi/Dockerfile#L35) references the specific path of an onboot container: ```dockerfile # Before changing something here please take a look into the # images/rootfs.yml.in onboot section: the installer should...
eve tests were being slowed down, and at times completely blocked, due to Docker Hub pull rate limits; see [this eve issue](https://github.com/lf-edge/eve/issues/4008). Mostly, that has been fixed, due to a...
Per [this comment on an eve issue](https://github.com/lf-edge/eve/issues/4008#issuecomment-2228300569) from @giggsoff, eden currently pulls any OCI images as an anonymous user. This appears to be true for both images run as part...
Would you register [the official mikefarah/yq image on Docker Hub](http://hub.docker.com/r/mikefarah/yq) as part of the [docker sponsored OSS program](https://docs.docker.com/trusted-content/dsos-program/)? Just need to fill in a form, wait a day or two,...
**Please provide a set of steps on how to reproduce the issue** 1. Create a simple directory with just a few files. e.g. ```sh $ mkdir /tmp/syft $ cp $(which...