Hank Donnay
Hank Donnay
In our current implementation, we assume that disk space is not a problem. In highly-tuned or tightly packed containerized deployments, using the container's ephemeral disk may result in evictions. We...
Some hacking around with interfaces in the indexer.
Closes #1946
This is a new database schema for the `matcher` subsystem, focused on: 1. enabling queries across ecosystem silos 2. reducing write traffic during an update 3. trusting identifiers in the...
### Go version go1.23-9b43bfbc51 ### Output of `go env` in your module/workspace: ```shell N/A ``` ### What did you do? Resorted to `//go:linkname` tricks to get at this value. ([link](https://github.com/quay/claircore/blob/b6aa2499299f78a8c166e160ae44fa780f1b8158/gobin/exe.go#L19-L20))...
This retools the Makefile and Dockerfile to use a buildkit backend directly in an attempt to stop needing to write a Dockerfile and scripts that only use the intersection of...
Stumbled upon RFC 9457 and decided to see how we could adapt our error handling.