Miloslav Trmač
Miloslav Trmač
**Warning:** Completely untested, and it would have been better authored as a commit just copying the code, + a set of refactors. I’ll happily close this, and leave full credit...
Compare https://github.com/containers/storage/issues/2009 : The code could never build its unit tests since September 2017, and nobody seems to have complained. Also, see how this impacts `go.mod`: many of the largest...
RFC: this is a ~demo, only migrating one function out of several. This replaces one kind of boilerplate with another, but overall seems a bit less repetitive. The primary benefit...
For that, we would need to stream the TOC and tar-split data to/from disk, never storing all of it in memory. Currently, per https://github.com/containers/storage/pull/2230 , if we hit the limit,...
#2115 + #2118 worked to give the c/storage code the option, if `convert_images` is set and a partial pull (or creation of a composefs-based layer) is not possible, to fail...
This is #388, triggering an image rebuild with Fedora 41. DO NOT MERGE as is, the cached images don’t match the on-registry contents.
https://github.com/cri-o/cri-o/blob/e738af12221029190523129c2705defeb889dfce/server/image_pull.go#L138-L159 (via the called `contextForNamespace`) contains two duplicate copies of the logic that sets `SignaturePolicyPath`, _and_ two duplicate debug logs of the chosen value (one of which is irrelevant). Please...
`github.com/santhosh-tekuri/jsonschema/v5` is about 2 years old, `github.com/russross/blackfriday` more than 4 years old. Keeping up will only get harder as the users stay behind. Note a possible downside: The `v6` of...
`cmd/buildah/passwd.go` adds a hidden, undocumented, `buildah passwd` command. This was added in https://github.com/containers/buildah/pull/3894 and it is used to set up a test environment. We don’t need to ship this subcommand...
https://github.com/containers/ramalama/blob/9df9532ed47ebbc4644d175b352cba2710654087/ramalama/oci.py#L306 causes the local OCI manifests to be configured with, e.g. ```console # podman manifest inspect localhost:5000/smollm-converted { … "annotations": { … "org.opencontainers.image.title": "args.SOURCE" } } ] } ``` That’s...