Name: | podman |
---|---|
Version: | 1.6.4 |
Release: | 2.0.1.module+el8.1.1+5502+fbec5cc6 |
Architecture: | aarch64 |
Module: | container-tools:ol8:8010120200116121758:3ba8ebeb |
Group: | Unspecified |
Size: | 57968677 |
License: | ASL 2.0 |
RPM: | podman-1.6.4-2.0.1.module+el8.1.1+5502+fbec5cc6.aarch64.rpm |
Source RPM: | podman-1.6.4-2.0.1.module+el8.1.1+5502+fbec5cc6.src.rpm |
Build Date: | Sat Feb 08 2020 |
Build Host: | ca-arm-builder-01.us.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 |
- delivering fix for [Orabug: 29874238] by Nikita Gerasimov <nikita.gerasimov@oracle.com>
- apply fix for bug 1757845 - Related: RHELPLAN-25138
- update to 1.6.4 - Related: RHELPLAN-25138
- remove BR: device-mapper-devel, minor spec file changes - Related: RHELPLAN-25138
- Ensure volumes reacquire locks on state refresh (thanks Matt Heon) - Related: RHELPLAN-25138
- use the file events logger backend if systemd isn't available (thanks to Giuseppe Scrivano) - Related: RHELPLAN-25138
- require slirp4netns >= 0.4.0-1 - Related: RHELPLAN-25138
- apply fix to not to fail gating tests: don't parse the config for cgroup-manager default - don't hang while on podman run --rm - bug 1767663
- update to podman 1.6.3 - addresses CVE-2019-18466
- fix %gobuild macro to not to ignore BUILDTAGS