Miloslav Trmač
Miloslav Trmač
#### What type of PR is this? /kind bug #### What this PR does / why we need it: Assorted cleanups identified in reviews of #8212 . #### Which issue(s)...
#8212 has revealed some possible areas for more tests: - [ ] Consider adding tests for handling a single image with multiple names: https://github.com/cri-o/cri-o/pull/8212#discussion_r1737102535 - [ ] Add tests for...
... not to registries with X-R-S-S (that would immediately fail, when uploading to such a registry, with no opt-out), and not to lookaside (that would _work_ if users set up...
Bots generally update direct dependencies, and dependencies with known vulnerabilities. For indirect dependencies which are over a year old, and either have a newer tagged release or haven’t been using...
Don't block all other layer commits until all layers are downloaded / staged. Fixes #2798 . Marked as draft: Absolutely untested, filing early just to make this public.
Cc: @Luap99 , I’ve noticed some problematic users recently. I’ll also audit our codebases.
#2579 has added support for sigstore signatures with non-Fulcio certificates, but we don’t support creating them. - Add something like `signature/sigstore.WithPKICertificate` (and still requiring `WithPrivateKeyFile`? and with a separate `WithPKIIntermeciateCertificates`?...
Currently, if a layer copy while copying an image causes a hard failure, we _still_ continue to copy all other layers to completion, and we only detect the error after...
Right now, pulls of encrypted layers try to decrypt and extract them without handing encrypted data specially, so, we see something including `invalid tar header` (or, with future #2613, `writing...
- Update c/image - Improve the documentation Fixes: #25593 Fixes: #18193 (which was previously only documented as unsupported) Reverts: #25465 #### Does this PR introduce a user-facing change? ```release-note `Podman...