docs(readme): add status badges and remove hardcoded release info

Signed-off-by: r3drun3 <simone.ragonesi@kiratech.it>
This commit is contained in:
r3drun3 2023-04-15 09:57:18 +02:00
parent 6c32bf18d0
commit 8e7f98ae65
No known key found for this signature in database
GPG Key ID: 16A7049B0F1EBDDF
1 changed files with 5 additions and 4 deletions

View File

@ -1,15 +1,16 @@
![PODMAN logo](https://raw.githubusercontent.com/containers/common/main/logos/podman-logo-full-vert.png)
# Podman: A tool for managing OCI containers and pods
![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/containers/podman)
[![Go Report Card](https://goreportcard.com/badge/github.com/containers/libpod)](https://goreportcard.com/report/github.com/containers/libpod)
<br/>
Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers.
Podman runs containers on Linux, but can also be used on Mac and Windows systems using a Podman-managed virtual machine.
Podman is based on libpod, a library for container lifecycle management that is also contained in this repository. The libpod library provides APIs for managing containers, pods, container images, and volumes.
* [Latest Version: 4.4.0](https://github.com/containers/podman/releases/tag/v4.4.0)
* Latest Remote client for Windows
* Latest Remote client for macOS
* Latest Static Remote client for Linux
All releases are GPG signed. Public keys of members of the team approved to make releases are located [here](https://github.com/containers/release-keys/tree/main/podman).