RedHat.Podman.locale.en-US.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1
  2. # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json
  3. PackageIdentifier: RedHat.Podman
  4. PackageVersion: 3.4.4
  5. PackageLocale: en-US
  6. Publisher: Red Hat Inc.
  7. PublisherUrl: https://podman.io/
  8. PublisherSupportUrl: https://podman.io/community/
  9. # PrivacyUrl:
  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. # Copyright:
  16. # CopyrightUrl:
  17. ShortDescription: A daemonless container engine for developing, managing, and running OCI Containers
  18. Description: 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. Podman provides a command line interface (CLI) familiar to anyone who has used the Docker Container Engine. Most users can simply alias Docker to Podman (alias docker=podman) without any problems. 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. This makes the running containers created by Podman nearly indistinguishable from those created by any other common container engine.
  19. # Moniker:
  20. Tags:
  21. - container
  22. - image
  23. - pod
  24. - Docker
  25. - Redhat
  26. # Agreements:
  27. ReleaseNotes: |
  28. Bugfixes
  29. - Fixed a bug where the `podman exec` command would, under some circumstances, print a warning message about failing to move `conmon` to the appropriate cgroup (#12535).
  30. - Fixed a bug where named volumes created as part of container creation (e.g. `podman run --volume avolume:/a/mountpoint` or similar) would be mounted with incorrect permissions (#12523).
  31. - Fixed a bug where the `podman-remote create` and `podman-remote run` commands did not properly handle the `--entrypoint=""` option (to clear the container's entrypoint) (#12521).
  32. ReleaseNotesUrl: https://github.com/containers/podman/releases/tag/v3.4.4
  33. ManifestType: defaultLocale
  34. ManifestVersion: 1.1.0