Peter Engelbert
Peter Engelbert
See [This ArchLinux BBS Topic](https://bbs.archlinux.org/viewtopic.php?id=274571) for more info. OpenSSH 8.9p1 and OpenSSH 9 appear to break Yubikey client authentication.
The proposed 1.0 spec includes deletion of tags via the HTTP API. What remains unclear is whether registries should be allowed auto-delete a manifest when all of its associated tags...
**What steps did you take and what happened:** ```bash $ make docker-build-manager docker-build-eraser OUTPUT_TYPE="type=image" $ for i in {0..5}; do make e2e-test; done ``` What happened is that the tests...
**Describe the solution you'd like** Currently we're using a RESTClient, but it will be better to use a typed client.
**Describe the solution you'd like** An example of the problem that would be solved is this: Currently, we are modifying nodes in e2e tests in order to test certain behavior....
**Describe the solution you'd like** If a cluster has non-linux nodes, we will need a way to test them in a CI system. Currently the E2E tests use a Kind...
**Describe the solution you'd like** We are currently using trivy `v0.27.1` in our scanner shim code, and trivy started supporting the containerd runtime in `v0.29.0`. At present, our trivy pod...
**Describe the solution you'd like** I would expect the `collector` container to log which images were discovered on its node. Currently, the logs only display errors and information about the...
Signed-off-by: Peter Engelbert **What this PR does / why we need it**: Adds a high-level diagram of Eraser's architecture **Which issue(s) this PR fixes** *(optional, using `fixes #(, fixes #,...