|
| 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.3 |
| 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 | + Security |
| 33 | + - This release addresses CVE-2024-3727, a vulnerability in the containers/image library which allows attackers to trigger authenticated registry access on behalf of the victim user. |
| 34 | + Bugfixes |
| 35 | + - Fixed a bug where podman machine start would fail if the machine had a volume with a long target path (#22226). |
| 36 | + - Fixed a bug where podman machine start mounted volumes with paths that included dashes in the wrong location (#22505). |
| 37 | + Misc |
| 38 | + - Updated Buildah to v1.35.4 |
| 39 | + - Updated the containers/common library to v0.58.3 |
| 40 | + - Updated the containers/image library to v5.30.1 |
| 41 | +ReleaseNotesUrl: https://github.com/containers/podman/releases/tag/v5.0.3 |
| 42 | +# PurchaseUrl: |
| 43 | +# InstallationNotes: |
| 44 | +Documentations: |
| 45 | +- DocumentLabel: Documentation |
| 46 | + DocumentUrl: https://podman.io/docs |
| 47 | +ManifestType: defaultLocale |
| 48 | +ManifestVersion: 1.10.0 |
0 commit comments