|
| 1 | +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: Podman.CLI |
| 5 | +PackageVersion: 5.0.2 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: Red Hat |
| 8 | +PublisherUrl: https://podman.io |
| 9 | +PublisherSupportUrl: https://podman.io/community |
| 10 | +# PrivacyUrl: |
| 11 | +Author: Red Hat Inc. |
| 12 | +PackageName: Podman |
| 13 | +PackageUrl: https://podman.io |
| 14 | +License: Apache-2.0 |
| 15 | +LicenseUrl: https://github.com/containers/podman/blob/main/LICENSE |
| 16 | +# Copyright: |
| 17 | +# CopyrightUrl: |
| 18 | +ShortDescription: A daemonless container engine for developing, managing, and running OCI Containers |
| 19 | +Description: |- |
| 20 | + Podman is a daemonless, open source, Linux native tool designed to make it easy to find, run, build, share and deploy applications using Open Containers Initiative (OCI) Containers and Container Images. |
| 21 | + Podman provides a command line interface (CLI) familiar to anyone who has used the Docker Container Engine. |
| 22 | + Most users can simply alias Docker to Podman (alias docker=podman) without any problems. |
| 23 | + Similar to other common Container Engines (Docker, CRI-O, containerd), Podman relies on an OCI compliant Container Runtime (runc, crun, runv, etc) to interface with the operating system and create the running containers. |
| 24 | + This makes the running containers created by Podman nearly indistinguishable from those created by any other common container engine. |
| 25 | +# Moniker: |
| 26 | +Tags: |
| 27 | +- container |
| 28 | +- docker |
| 29 | +- image |
| 30 | +- pod |
| 31 | +ReleaseNotes: |- |
| 32 | + Bugfixes |
| 33 | + - Fixed a bug that could leak IPAM entries when a network was removed (#22034). |
| 34 | + - Fixed a bug that could cause the rootless network namespace to not be cleaned up on if an error occurred during setup resulting in errors relating to a missing resolv.conf being displayed (#22168). |
| 35 | + - Fixed a bug where Podman would use rootless network namespace logic for nested containers (#22218). |
| 36 | + - Fixed a bug where writing to volumes on a Mac could result in EACCESS failures when using the :z or :Z volume mount options on a directory with read only files (#19852) |
| 37 | + API |
| 38 | + - Fixed a bug in the Compat List endpoint for Networks which could result in a server crash due to concurrent writes to a map (#22330). |
| 39 | +ReleaseNotesUrl: https://github.com/containers/podman/releases/tag/v5.0.2 |
| 40 | +# PurchaseUrl: |
| 41 | +# InstallationNotes: |
| 42 | +Documentations: |
| 43 | +- DocumentLabel: Documentation |
| 44 | + DocumentUrl: https://podman.io/docs |
| 45 | +ManifestType: defaultLocale |
| 46 | +ManifestVersion: 1.10.0 |
0 commit comments