From 167f8b8d037904780e228679e35b97a6977f727d Mon Sep 17 00:00:00 2001 From: SpecterShell Date: Wed, 20 Oct 2021 23:21:34 +0800 Subject: [PATCH 1/2] Locale: RedHat.Podman version 3.4.1 --- .../Podman/3.4.1/RedHat.Podman.installer.yaml | 18 ++++++++++++ .../3.4.1/RedHat.Podman.locale.en-US.yaml | 28 +++++++++++++++++++ .../3.4.1/RedHat.Podman.locale.zh-CN.yaml | 28 +++++++++++++++++++ .../r/RedHat/Podman/3.4.1/RedHat.Podman.yaml | 8 ++++++ 4 files changed, 82 insertions(+) create mode 100644 manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.installer.yaml create mode 100644 manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.locale.en-US.yaml create mode 100644 manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.locale.zh-CN.yaml create mode 100644 manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.yaml diff --git a/manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.installer.yaml b/manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.installer.yaml new file mode 100644 index 0000000000000..2a04d0c42ee83 --- /dev/null +++ b/manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: RedHat.Podman +PackageVersion: 3.4.1 +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +ProductCode: '{3813745A-8531-4FF5-B84E-247E7EF1308A}' +UpgradeBehavior: install +Commands: +- podman +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/containers/podman/releases/download/v3.4.1/podman-v3.4.1.msi + InstallerSha256: 021338C1A383CDD0D3C95304A38FBDC161D227A7D42BF88592CE501043F5DB33 +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.locale.en-US.yaml b/manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.locale.en-US.yaml new file mode 100644 index 0000000000000..c5534f56b7dda --- /dev/null +++ b/manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.0.0 $debug=NLSU.7-1-5 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: RedHat.Podman +PackageVersion: 3.4.1 +PackageLocale: en-US +Publisher: Red Hat Inc. +PublisherUrl: https://podman.io/ +PublisherSupportUrl: https://podman.io/community/ +# PrivacyUrl: +Author: Red Hat Inc. +PackageName: Podman +PackageUrl: https://podman.io/ +License: Apache-2.0 +LicenseUrl: https://raw.githubusercontent.com/containers/podman/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: A daemonless container engine for developing, managing, and running OCI Containers +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. +# Moniker: +Tags: +- containers +- images +- pods +- docker +- redhat +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.locale.zh-CN.yaml b/manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7db3415e61ba1 --- /dev/null +++ b/manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.0.0 $debug=NLSU.7-1-5 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json + +PackageIdentifier: RedHat.Podman +PackageVersion: 3.4.1 +PackageLocale: zh-CN +Publisher: Red Hat Inc. +PublisherUrl: https://podman.io/ +PublisherSupportUrl: https://podman.io/community/ +# PrivacyUrl: +Author: Red Hat Inc. +PackageName: Podman +PackageUrl: https://podman.io/ +License: Apache-2.0 +LicenseUrl: https://raw.githubusercontent.com/containers/podman/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: 用于开发、管理、运行 OCI 容器的无守护程序容器引擎 +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 创建的运行容器与其它普通容器引擎创建的容器几乎没有区别。 +# Moniker: +Tags: +- 容器 +- 镜像 +- pods +- docker +- redhat +ManifestType: locale +ManifestVersion: 1.0.0 diff --git a/manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.yaml b/manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.yaml new file mode 100644 index 0000000000000..cfe586f463919 --- /dev/null +++ b/manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: RedHat.Podman +PackageVersion: 3.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 From 335ae5d32067748abea0efc474a17de2f4bcaab2 Mon Sep 17 00:00:00 2001 From: SpecterShell Date: Wed, 20 Oct 2021 23:23:26 +0800 Subject: [PATCH 2/2] Fix Description --- manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.locale.zh-CN.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.locale.zh-CN.yaml b/manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.locale.zh-CN.yaml index 7db3415e61ba1..c89ebad58553f 100644 --- a/manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.locale.zh-CN.yaml +++ b/manifests/r/RedHat/Podman/3.4.1/RedHat.Podman.locale.zh-CN.yaml @@ -16,7 +16,7 @@ LicenseUrl: https://raw.githubusercontent.com/containers/podman/main/LICENSE # Copyright: # CopyrightUrl: ShortDescription: 用于开发、管理、运行 OCI 容器的无守护程序容器引擎 -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 创建的运行容器与其它普通容器引擎创建的容器几乎没有区别。 +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 创建的运行容器与其它普通容器引擎创建的容器几乎没有区别。 # Moniker: Tags: - 容器