Skip to content

Commit 34d414c

Browse files
authored
Move RedHat.Podman 5.8.1 to Podman.CLI 5.8.1 (microsoft#360788)
1 parent c79f581 commit 34d414c

4 files changed

Lines changed: 84 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Podman.CLI
5+
PackageVersion: 5.8.1
6+
InstallerType: burn
7+
Scope: machine
8+
InstallerSwitches:
9+
InstallLocation: InstallFolder="<INSTALLPATH>"
10+
Custom: WSLCheckbox=0
11+
UpgradeBehavior: install
12+
Commands:
13+
- podman
14+
ReleaseDate: 2026-03-11
15+
AppsAndFeaturesEntries:
16+
- ProductCode: '{2f151378-74dd-4efb-b64d-e729c6c82d4b}'
17+
UpgradeCode: '{F3E1F40A-A791-49B7-9BC6-050975293353}'
18+
Installers:
19+
- Architecture: x64
20+
InstallerUrl: https://github.com/containers/podman/releases/download/v5.8.1/podman-5.8.1-setup.exe
21+
InstallerSha256: 7B66B6CAA88D070F5454D6EFFA7BBC7387B964F6D0D97DF320F04CCCA205FFE1
22+
ManifestType: installer
23+
ManifestVersion: 1.10.0
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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.8.1
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/HEAD/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+
Bugfixes
29+
- Fixed a critical bug where automatic migration from BoltDB to SQLite after a reboot could perform a partial migration, with some containers in SQLite and some remaining in BoltDB, when Quadlets were in use (#28215). For those who encountered this bug with 5.8.0 there is no way to automatically recover. If you do not have persistent containers/pods/volumes (i.e. all containers are run using Quadlets) then the easiest option is to move the db.sql file in Podman's storage directory to db.sql.bak (or similar) and reboot again with v5.8.1 to attempt another migration. Please contact the maintainers with any issues during migration and we will assist as able.
30+
ReleaseNotesUrl: https://github.com/containers/podman/releases/tag/v5.8.1
31+
Documentations:
32+
- DocumentLabel: Documentation
33+
DocumentUrl: https://podman.io/docs
34+
ManifestType: defaultLocale
35+
ManifestVersion: 1.10.0
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: Podman.CLI
5+
PackageVersion: 5.8.1
6+
PackageLocale: zh-CN
7+
ShortDescription: 用于开发、管理、运行 OCI 容器的无守护程序容器引擎
8+
Description: Podman 是一个无守护程序、开源的原生 Linux 工具,旨在使用 Open Containers Initiative(OCI)容器和容器镜像让查找、运行、构建、共享和部署应用程序更加简单。Podman 提供了一个命令行接口(CLI),任何使用过 Docker 容器引擎的人都能快速上手。大多数用户可以简单地将 Docker 设置为 Podman 的别名(alias docker=podman),不会带来任何问题。与其它常见的容器引擎(Docker、CRI-O、containerd)类似,Podman 依赖于符合 OCI 标准的容器运行时(runc、crun、runv 等)来与操作系统对接并创建运行容器,这使得由 Podman 创建的运行容器与其它普通容器引擎创建的容器几乎没有区别。
9+
Tags:
10+
- docker
11+
- pod
12+
- 容器
13+
- 镜像
14+
Documentations:
15+
- DocumentLabel: 文档
16+
DocumentUrl: https://podman.io/docs
17+
ManifestType: locale
18+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Podman.CLI
5+
PackageVersion: 5.8.1
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)