forked from podman-desktop/podman-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flatpak-appdata.xml
78 lines (77 loc) · 3.6 KB
/
.flatpak-appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="UTF-8" ?>
<component type="desktop-application">
<id>io.podman_desktop.PodmanDesktop</id>
<name>Podman Desktop</name>
<project_license>Apache-2.0</project_license>
<developer id="com.redhat">
<name>Red Hat, Inc.</name>
</developer>
<summary>Manage Podman and other container engines from a single UI</summary>
<metadata_license>CC0-1.0</metadata_license>
<url type="homepage">https://podman-desktop.io/</url>
<url type="bugtracker">https://github.com/containers/podman-desktop/issues</url>
<url type="help">https://podman-desktop.io/docs/intro</url>
<description>
<p>Podman Desktop is an open source graphical tool enabling you to seamlessly work with containers and Kubernetes from your local environment.</p>
<p>Build, run and manage containers:</p>
<ul>
<li>Build images from Containerfile or Dockerfile.</li>
<li>Pull images from remote registries.</li>
<li>Start, Stop, Restart containers and pods.</li>
<li>Easily get a terminal in your container.</li>
<li>Inspect container logs.</li>
<li>Push images to OCI registries.</li>
<li>Deploy and test images on Kubernetes.</li>
</ul>
<p>Multiple configuration options</p>
<ul>
<li>Manage OCI registries; add, edit, or delete registries.</li>
<li>Configure your proxy settings (work in progress.)</li>
<li>Configure CPU, memory, and disk of Podman machines (work in progress.)</li>
<li>Handle multiple container engines at the same time (Podman, Docker, Lima...)</li>
</ul>
<p>You can also bring new features with Podman Desktop plug-ins or Docker Desktop extensions.</p>
</description>
<launchable type="desktop-id">io.podman_desktop.PodmanDesktop.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Podman Desktop UI</caption>
<image type="source">https://raw.githubusercontent.com/containers/podman-desktop/media/screenshot.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<update_contact>fbenoit_at_redhat_com</update_contact>
<releases>
<release version="1.12.0" date="2024-08-07"/>
<release version="1.11.0" date="2024-06-19"/>
<release version="1.10.0" date="2024-04-25"/>
<release version="1.9.0" date="2024-04-03"/>
<release version="1.8.0" date="2024-03-11"/>
<release version="1.7.0" date="2024-01-24"/>
<release version="1.6.0" date="2023-12-11"/>
<release version="1.5.0" date="2023-10-24"/>
<release version="1.4.0" date="2023-09-14"/>
<release version="1.3.0" date="2023-08-16"/>
<release version="1.2.1" date="2023-07-19"/>
<release version="1.2.0" date="2023-07-12"/>
<release version="1.1.0" date="2023-06-08"/>
<release version="1.0.1" date="2023-05-22"/>
<release version="1.0.0" date="2023-05-17"/>
<release version="0.15.0" date="2023-05-03"/>
<release version="0.14.1" date="2023-04-14"/>
<release version="0.14.0" date="2023-04-13"/>
<release version="0.13.0" date="2023-03-29"/>
<release version="0.12.0" date="2023-02-16"/>
<release version="0.11.0" date="2023-01-25"/>
<release version="0.10.0" date="2022-12-01"/>
<release version="0.9.0" date="2022-10-24"/>
<release version="0.8.0" date="2022-09-28"/>
<release version="0.0.7" date="2022-09-07"/>
<release version="0.0.6" date="2022-08-10" />
<release version="0.0.5" date="2022-07-01" />
<release version="0.0.4" date="2022-06-08" />
<release version="0.0.3" date="2022-05-09" />
<release version="0.0.2" date="2022-04-14" />
<release version="0.0.1" date="2022-03-17" />
</releases>
</component>