-
-
Notifications
You must be signed in to change notification settings - Fork 819
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22a391c
commit 872e5f9
Showing
1 changed file
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
--- | ||
title: Podman Engine | ||
category: app | ||
iconSlug: podman | ||
permalink: /podman-engine | ||
alternate_urls: | ||
- /podman | ||
versionCommand: podman --remote version --format '{{.Server.Version}}' | ||
changelogTemplate: "https://github.com/containers/podman/releases/tag/v__LATEST__" | ||
releaseDateColumn: true | ||
|
||
identifiers: | ||
- repology: podman | ||
|
||
auto: | ||
methods: | ||
- git: https://github.com/containers/podman.git | ||
|
||
releases: | ||
- releaseCycle: "5.1" | ||
releaseDate: 2024-05-29 | ||
eol: false | ||
latest: "5.1.2" | ||
latestReleaseDate: 2024-07-10 | ||
|
||
- releaseCycle: "5.0" | ||
releaseDate: 2024-03-19 | ||
eol: true | ||
latest: "5.0.3" | ||
latestReleaseDate: 2024-05-10 | ||
|
||
- releaseCycle: "4.9" | ||
releaseDate: 2024-01-22 | ||
eol: true | ||
latest: "4.9.5" | ||
latestReleaseDate: 2024-05-30 | ||
|
||
- releaseCycle: "4.8" | ||
releaseDate: 2023-11-27 | ||
eol: true | ||
latest: "4.8.3" | ||
latestReleaseDate: 2024-01-03 | ||
|
||
- releaseCycle: "4.7" | ||
releaseDate: 2023-09-27 | ||
eol: true | ||
latest: "4.7.2" | ||
latestReleaseDate: 2023-10-31 | ||
|
||
- releaseCycle: "4.6" | ||
releaseDate: 2023-07-20 | ||
eol: true | ||
latest: "4.6.2" | ||
latestReleaseDate: 2023-08-28 | ||
|
||
- releaseCycle: "4.5" | ||
releaseDate: 2023-04-14 | ||
eol: true | ||
latest: "4.5.1" | ||
latestReleaseDate: 2023-05-26 | ||
|
||
- releaseCycle: "4.4" | ||
releaseDate: 2023-02-01 | ||
eol: true | ||
latest: "4.4.4" | ||
latestReleaseDate: 2023-03-27 | ||
|
||
- releaseCycle: "4.3" | ||
releaseDate: 2022-10-18 | ||
eol: true | ||
latest: "4.3.1" | ||
latestReleaseDate: "2022-11-09" | ||
|
||
- releaseCycle: "4.2" | ||
releaseDate: 2022-08-10 | ||
eol: true | ||
latest: "4.2.1" | ||
latestReleaseDate: "2022-09-06" | ||
|
||
- releaseCycle: "4.1" | ||
releaseDate: 2022-05-05 | ||
eol: true | ||
latest: "4.1.1" | ||
latestReleaseDate: "2022-06-14" | ||
|
||
- releaseCycle: "4.0" | ||
releaseDate: 2022-02-16 | ||
eol: true | ||
latest: "4.0.3" | ||
latestReleaseDate: "2022-04-01" | ||
|
||
--- | ||
|
||
> [Podman](https://podman.io/) is a daemonless, open source, Linux native | ||
> tool designed to make it easy to find, run, build, share and deploy | ||
> applications using [Open Container Initiative (OCI)](https://www.opencontainers.org/) | ||
> Containers and Container Images. | ||
Podman Engine is supported by the [Containers Community](https://github.com/containers), | ||
and as such - there's no list of supported releases. |