Hank Donnay
Hank Donnay
This is should fix a file descriptor (and file) leak when there's an error return while writing the file. This leak would result in the file descriptor hanging around until...
Does what it says on the tin. ~This is probably blocked on requiring go1.25 for the `(testing.TB).Output` method.~ The log output is done via buffering in-memory on go1.24.
This is an experiment to see if `EROFS` layers could be supported without requiring `CAP_SYS_ADMIN` to mount them.
nit: `PackageDB` for consistency? _Originally posted by @RTann in https://github.com/quay/claircore/pull/869#discussion_r2150892013_
This is an experiment in using [purego] to do dynamic loading, to meet a $job requirement to sprinkle "AI" on things. If anyone is interested in this seriously, there's additional...
do we want to switch our use of `github.com/knqyf263/go-rpm-version` to this in the rhel matcher? _Originally posted by @RTann in https://github.com/quay/claircore/pull/1510#discussion_r2056926412_
In an OpenAPI doc like in the details, the `$ref` from one type should resolve to the other. As I understand the OpenAPI and JSON Schema specs, the relative URI...