Skip to content

Commit c79f581

Browse files
authored
Move RedHat.Podman 5.0.3 to Podman.CLI 5.0.3 (microsoft#360737)
1 parent 1574131 commit c79f581

4 files changed

Lines changed: 112 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Podman.CLI
5+
PackageVersion: 5.0.3
6+
InstallerType: burn
7+
InstallerSwitches:
8+
InstallLocation: InstallFolder="<INSTALLPATH>"
9+
Custom: WSLCheckbox=0
10+
UpgradeBehavior: install
11+
Commands:
12+
- podman
13+
ReleaseDate: 2024-05-10
14+
AppsAndFeaturesEntries:
15+
- ProductCode: '{0473f124-5bae-4f8c-b317-772be209b017}'
16+
UpgradeCode: '{F3E1F40A-A791-49B7-9BC6-050975293353}'
17+
Installers:
18+
- Architecture: x64
19+
InstallerUrl: https://github.com/containers/podman/releases/download/v5.0.3/podman-5.0.3-setup.exe
20+
InstallerSha256: EA12B7C5FCB518CACB0FCD2DAB3E2966ADEBCC477B32B1B0EF4ADFDAE35EDDF3
21+
ManifestType: installer
22+
ManifestVersion: 1.10.0
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: Podman.CLI
5+
PackageVersion: 5.0.3
6+
PackageLocale: zh-CN
7+
# Publisher:
8+
# PublisherUrl:
9+
# PublisherSupportUrl:
10+
# PrivacyUrl:
11+
# Author:
12+
# PackageName:
13+
# PackageUrl:
14+
# License:
15+
# LicenseUrl:
16+
# Copyright:
17+
# CopyrightUrl:
18+
ShortDescription: 用于开发、管理、运行 OCI 容器的无守护程序容器引擎
19+
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 创建的运行容器与其它普通容器引擎创建的容器几乎没有区别。
20+
# Moniker:
21+
Tags:
22+
- docker
23+
- pod
24+
- 容器
25+
- 镜像
26+
# ReleaseNotes:
27+
# ReleaseNotesUrl:
28+
# PurchaseUrl:
29+
# InstallationNotes:
30+
Documentations:
31+
- DocumentLabel: 文档
32+
DocumentUrl: https://podman.io/docs
33+
ManifestType: locale
34+
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 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Podman.CLI
5+
PackageVersion: 5.0.3
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)