Cory Snider
Cory Snider
* Supersedes #38993 * Supersedes #43583 * Supersedes #44171 **- What I did** * Fixed #38995 * Fixed #43390 * Made the issue reproducible in a DinD environment so it...
- Fixes #44575 - Fixes #44610 **- What I did** Lots. See the individual commits for details. **- How I did it** Read The Fine RFCs. **- How to verify...
- Fixes https://github.com/kata-containers/kata-containers/issues/6154 - 23.0 backport of #44888 **- What I did** Fixed exit event handling in a pre-#43564 world. **- How I did it** Without cherry-picking. **- How to...
### Description The v23 daemon starts without error if the flag `--max-download-attempts=0` is passed or if `"max-download-attempts": 0` in daemon.json. The effective configuration is inconsistent: when configured through the command-line...
### Description As an operator, I want to clear the log history for a container so I can free up disk space without having to delete and re-create the container.
- https://github.com/Mirantis/cri-dockerd/issues/111 Blockers for cri-dockerd to be able to support alternative runtimes: - [x] #45032 - [x] #45025
- Related to #44032 Move filtered registry search logic out of the image service as querying a remote registry is unrelated to the functionality of the image service. Move the...
**- What I did** Made another reexec go away while at the same time [potentially improving compatibility with some OCI runtimes.](https://github.com/kata-containers/kata-containers/issues/5321#issuecomment-1274294450) **- How I did it** I made it possible...
- v23.0 backport of #44620 **- What I did** **- How I did it** **- How to verify it** **- Description for the changelog** **- A picture of a cute...
The `xt_u32` kernel module provides the xtables `u32` match, which allows firewall rules to be written which match on the contents of the raw packet. The libnetwork overlay network driver...