Update podman to 1.9.2
Changelog can be found here
Details
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Commits
- R4790:5b5644b76c0f: Update podman to 1.9.2
Run a few podman commands:
- podman pull busybox
- podman images
- podman run -it busybox sh
- podman run -it --userns keep-id busybox sh
- podman ps
- podman image rm -f busybox
Diff Detail
Diff Detail
- Repository
- R4790 podman
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.