-
-
Notifications
You must be signed in to change notification settings - Fork 773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[new-product] add podman #5505
[new-product] add podman #5505
Conversation
Thank you for opening this pull request 👍. If you are not familiar with the project, please check out our Contributing Guidelines and our Guiding Principles. Also take a look at our Hacking Guide if you intend to work on site internals. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this contribution @afbjorklund.
I am not sure about the way to decide whether a release is EOL. Asked for feedback of the endoflife.date team.
Request for support policy: |
ca54505
to
655725d
Compare
I am not sure if there is a generic policy on source-only* products or versions with backports, in endoflife.date? * As described in the discussion, the later (5.x) versions do include a custom OS with a custom server build. The support times for the distributions are already available, and all the package versions are on repology.org That is: Podman is supported in RHEL, but it is not the same version of Podman during the distribution lifetime... |
872e5f9
to
331cbaf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if there is a generic policy on source-only* products or versions with backports, in endoflife.date?
No, if it's not clear we try to explain it in the description. And usually we don't mention the support provided for different builds in each distribution, where additional security patches can be added.
- As described in the discussion, the later (5.x) versions do include a custom OS with a custom server build.
The support times for the distributions are already available, and all the package versions are on repology.org
That is: Podman is supported in RHEL, but it is not the same version of Podman during the distribution lifetime...
We could start by saying that only the latest release is supported, as said in containers/podman#23352 (comment). We could even mention there is no documented release, support and EOL policy.
We can then explain that Podman is packages in many distributions and, as such, it may receive additional fixes outside of https://github.com/containers/podman/.
WDYT ?
|
||
- releaseCycle: "5.1" | ||
releaseDate: 2024-05-29 | ||
eol: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have dates is usually more useful for users. If only the latest release is supported the following rule can be applied: eol(x) = releaseDate(x+1)
. WDYT ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some releases are overlapping, so that probably needs some kind of statement from upstream
Co-authored-by: Marc Wrobel <[email protected]>
Probably ask during meeting, Aug 6. |
Hi @afbjorklund, did you have a response ? |
sure, they seemed to agree with the current PR - only the latest is "supported", the other are fedora or rhel specific the meeting was recorded, but I don't think there was any major objection to what was currently being presented? |
I don't have any updates on when the upstream podman.io website will be updated, that happens very rarely it seems. |
Thanks @afbjorklund, sorry for the time it took me to reply. Quickly listened to part of the meeting recording and indeed we can go ahead with what is currently documented. Some minor improvement can be done:
Do you think those improvements are OK ? If they are, should we update this PR or implement them in a follow up PR ? |
The dates were updated, it should now use the same dates as the automation will do later.
I was hoping the project to come up with some updated information on https://podman.io But otherwise I don't know, any such "support" would need to come from the Podman team. I am not planning to do any more PR updates myself, but feel free to make it better in a later PR. |
Ok, so let's ignore my comments for now, merge this and improve later. Thanks a lot for this contribution ! |
Thank you and congratulations for your first contribution! endoflife.date is a community wiki, and we're always looking for more contributions 🥇 💯 🎉. |
I was thinking the automation should update it from 5.2.0 to 5.2.2, but maybe it only runs daily and not before merge? EDIT: Seems it missed the update train by 20 minutes: https://github.com/endoflife-date/endoflife.date/pull/5887/files |
Yes, latest releases are updated once a day. |
The git author date from the release tag in podman.git was used, most packages are still in "testing" repository.
Upstream does not package the server, only the client, so the distributions are supposed to build from source...
Page intentionally follows the docker-engine.md, but the product does identifiy itself as "Podman Engine":
Closes #3057