From 8e7f98ae65076f4d885d4bdf1ce38f2f93e52cf6 Mon Sep 17 00:00:00 2001 From: r3drun3 Date: Sat, 15 Apr 2023 09:57:18 +0200 Subject: [PATCH] docs(readme): add status badges and remove hardcoded release info Signed-off-by: r3drun3 --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9a2328dfe..1f3e5bdd2d 100644 --- a/README.md +++ b/README.md @@ -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) + +
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).