Avi Deitcher
Avi Deitcher
Getting spdx errors on all of the vendored files. Can you add `pkg/installer/vendor/` to `.spdxignore`?
Ah, I have been looking for this. I just came across the same issue. The `172.18.0.3` is the IP address of the Kubernetes cluster from _inside_ the docker environment. From...
The writes are very small and quick. I would put a lock around read-modify-write, so it does the following in a "transaction": 1. Lock 2. Load existing `index.json` (the "database")...
So far, I am going to do it ignoring reads. We can add those later. Look at #4132
> if the provenance is not in git as it is a build arg We don't currently support CLI-added arbitrary build args, only from a file, either the `build.yml` (in...
First suggestion for output hash is to use what we do for when it is dirty. We do `git ls-files` for tracked files, and `git ls-files --exclude-standard --others` for untracked...
Coming to this a bit later, but still open, so valid. Also, 👋 @jamietanna I read the README and the examples, and I still don't quite get how import mapping...
I guess I can add to it, that it appears also to have to do with how the generated go code is generated, single file vs multiple files? Multiple files...
This was addressed partially (sysctl) by https://github.com/lf-edge/eve/pull/5471 ; a second PR will be opened later today (runc, init), which should put this to rest.
> I also don't understand why we need v2 and a specific RT branch in general. We tested RT before without any extra changes and it was ok. I second...