Name: | podman |
---|---|
Epoch: | 2 |
Version: | 4.0.2 |
Release: | 7.0.1.el9_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 53913525 |
License: | ASL 2.0 and GPLv3+ |
RPM: | podman-4.0.2-7.0.1.el9_0.x86_64.rpm |
Source RPM: | podman-4.0.2-7.0.1.el9_0.src.rpm |
Build Date: | Wed Jun 15 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://podman.io/ |
Summary: | Manage Pods, Containers and Container Images |
Description: | podman (Pod Manager) is a fully featured container engine that is a simple daemonless tool. podman provides a Docker-CLI comparable command line that eases the transition from other container engines and allows the management of pods, containers and images. Simply put: alias docker=podman. Most podman commands can be run as a regular user, without requiring additional privileges. podman uses Buildah(1) internally to create container images. Both tools share image (not container) storage, hence each can use or manipulate images (but not containers) created by the other. Manage Pods, Containers and Container Images podman Simple management tool for pods, containers and images |
- Drop nmap-ncat requirement and skip ignore-socket test case [Orabug: 34117404]
- require netavark and make CNI optional via soft-deps - Related: #2088182
- rebuild because of malfunctional gating - Related: #2067526
- update to the latest content of https://github.com/containers/podman/tree/v4.0-rhel (https://github.com/containers/podman/commit/3d24a66) - Resolves: #2067526
- update to the latest content of https://github.com/containers/podman/tree/v4.0-rhel (https://github.com/containers/podman/commit/bb1e6e6) - Resolves: #2066501
- rebuild with golang >= 1.17.5 (CVE-2021-44716, CVE-2021-44717) - rebuild with golang >= 1.17.7 to fix FIPS issues - Related: #1975396
- update to the latest content of https://github.com/containers/podman/tree/v4.0-rhel (https://github.com/containers/podman/commit/9237d75) - Related: #2062835
- update to https://github.com/containers/podman/releases/tag/v4.0.2 - Related: #2059681
- update to https://github.com/containers/podman/releases/tag/v4.0.1 - Related: #2000051
- set catatonit cflags after configure step, don't explicitly set ldflags - Related: #2054115