Miloslav Trmač

Results 81 issues of Miloslav Trmač

At least the https://github.com/containers/image/blob/main/docs/containers-transports.5.md#containers-storagestorage-specifierimage-iddocker-referenceimage-id paragraph does not consistently differentiate between `[]` literals and [] metacharacters; that makes the description unusable. (The recommendation for users would still be to fish out...

kind/bug

- Zstd in general: - [ ] Switch to Zstd default, earlier than a Zstd:chunked default? Testing in https://github.com/containers/podman/pull/21571 ; https://github.com/containers/podman/pull/21793 - [x] Not a bug: pull of gzip +...

jira

Currently, on pushes, we can start several concurrent layer pushes; each one will check for a bearer token in `tokenCache`, find none, and ask the server for one, and then...

kind/feature

Quite often it has been useful to dump the full HTTP request and response headers, and sometimes fuill bodies, for debugging; we probably should make that possible either automatically at...

kind/feature

Right now `skopeo copy --add-compression=zstd:chunked` doesn’t exist — but if it did, repeated copies would keep adding new zstd:chunked instances. We detect whether the desired instance already exists by the...

kind/bug

See https://github.com/containers/podman/issues/17308 for the previous discussion.

kind/feature

https://github.com/cri-o/cri-o/issues/6457#issuecomment-1364018030

kind/bug

`manifest.Schema2FromManifest` uses `SupportedSchema2MediaType` to verify `s2.Manifest` and `layer.MediaType` is recognized: - At least comparing with OCI, might the intent have been to verify the config MIME type instead of (or,...

This removes 4.728 MB from a macOS Skopeo binary. The costs are: - A few dozen lines of new code - A _major_ loss of flexibility. All the removed layers...

kind/feature

Revert the sync to post-Skopeo-1.4 CI changes, and instead use the Skopeo 1.4 branch for testing the `release-5.15` branch.