Name: | podman |
---|---|
Version: | 1.6.4 |
Release: | 36.0.1.el7_9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 61384158 |
License: | ASL 2.0 |
RPM: | podman-1.6.4-36.0.1.el7_9.aarch64.rpm |
Source RPM: | podman-1.6.4-36.0.1.el7_9.src.rpm |
Build Date: | Mon Aug 22 2022 |
Build Host: | build-ol7-aarch64.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 libpod Simple management tool for pods, containers and images |
- Reduce unnecessary writable mounts in NaiveDiffDriver [Orabug: 31025483] - handle redirect from the docker registry v2 [Orabug: 29874238] (nikita.gerasimov@oracle.com) - remove changes in NaiveDiffDriver
- update to the latest content of https://github.com/containers/podman/tree/v1.6.4-rhel (https://github.com/containers/podman/commit/7667df8)
- update to the latest content of https://github.com/containers/podman/tree/v1.6.4-rhel (https://github.com/containers/podman/commit/e330751)
- fix RHEL7 regressions - thanks to Valentin Rothberg
- update to the latest content of https://github.com/containers/podman/tree/v1.6.4-rhel (https://github.com/containers/podman/commit/68af661)
- update to the latest content of https://github.com/containers/podman/tree/v1.6.4-rhel (https://github.com/containers/podman/commit/aba15dd)
- drop libseccomp dependency - Related: #2074089
- update to the latest content of https://github.com/containers/podman/tree/v1.6.4-rhel (https://github.com/containers/podman/commit/c19e460) - Related: #2074089
- fix "podman can not create user inside of container" - Related: #1930552
- fix "CVE-2021-20188 podman: container users permissions are not respected in privileged containers [rhel-7.9.z]" - Resolves: #1918282