|
| 1 | +# Created with YamlCreate.ps1 Dumplings Mod |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: Podman.CLI |
| 5 | +PackageVersion: 5.3.2 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: Red Hat |
| 8 | +PublisherUrl: https://podman.io |
| 9 | +PublisherSupportUrl: https://podman.io/community |
| 10 | +Author: Red Hat Inc. |
| 11 | +PackageName: Podman |
| 12 | +PackageUrl: https://podman.io |
| 13 | +License: Apache-2.0 |
| 14 | +LicenseUrl: https://github.com/containers/podman/blob/main/LICENSE |
| 15 | +ShortDescription: A daemonless container engine for developing, managing, and running OCI Containers |
| 16 | +Description: |- |
| 17 | + 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. |
| 18 | + Podman provides a command line interface (CLI) familiar to anyone who has used the Docker Container Engine. |
| 19 | + Most users can simply alias Docker to Podman (alias docker=podman) without any problems. |
| 20 | + 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. |
| 21 | + This makes the running containers created by Podman nearly indistinguishable from those created by any other common container engine. |
| 22 | +Tags: |
| 23 | +- container |
| 24 | +- docker |
| 25 | +- image |
| 26 | +- pod |
| 27 | +ReleaseNotes: |- |
| 28 | + Security |
| 29 | + - This release contains Buildah v1.38.1 which addresses CVE-2024-11218 |
| 30 | + Bugfixes |
| 31 | + - Fixed a bug where Quadlet .build files could create an invalid podman command line when Pull= was used (#24599). |
| 32 | + - Fixed a bug where the Mac installer did not install the Podman manpages (#24756). |
| 33 | + Misc |
| 34 | + - Updated Buildah to v1.38.1 |
| 35 | + - Updated the containers/common library to v0.61.1 |
| 36 | + - Updated the containers/storage library to v1.56.1 |
| 37 | + - Updated the containers/image library to v5.33.1 |
| 38 | +ReleaseNotesUrl: https://github.com/containers/podman/releases/tag/v5.3.2 |
| 39 | +Documentations: |
| 40 | +- DocumentLabel: Documentation |
| 41 | + DocumentUrl: https://podman.io/docs |
| 42 | +ManifestType: defaultLocale |
| 43 | +ManifestVersion: 1.10.0 |
0 commit comments