-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Stop using podman2 for loading and building images for cri-o #11706
Comments
#11727 is re-opened |
Podman 3.3.0 is out now, but it is impossible to know which of the podman3 to choose before it will all be podman4.
https://github.com/containers/podman/releases/tag/v3.3.0 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
This comment was marked as outdated.
This comment was marked as outdated.
I think we should update podman to version 3.4.2 (or 3.4.4) I don't plan on adding podman4 like ever, since it is not needed... It is mostly about IPv6 support and about breaking the remote API ? But I think we can drop support for the older distros, that only had 3.0 |
Finally settled on podman 3.4.2, same as final version for Ubuntu 20.04 ( Using minikube for running podman is not recommended, it was mostly for cri-o There are no plans to add podman 4.0.2, use Podman Machine for that instead ? |
Note: it is not possible to use
You can download compatible https://github.com/containers/podman/releases/tag/v3.4.2 |
We need to upgrade from podman2 (2.0/2.1/2.2) to one of the podman3 (3.0/3.1/3.2)
Currently using 2.2.1, and upgrading to 3.1.2. The minor versions are not compatible.
Eventually it should be possible to upgrade to 3.2.1,
but it is still in "testing" (not "stable")https://build.opensuse.org/package/show/devel:kubic:libcontainers:stable/podman
https://build.opensuse.org/package/show/devel:kubic:libcontainers:testing/podman
See https://podman.io/getting-started/installation#linux-distributions for details
RHEL versions (of Podman):
It is possible to use a newer version of
podman
for running with the podman driver.But the version of
podman-remote
needs to match what is running on the machine.Development is now happening on 4.0.0-dev, which
might evenwill become Podman 4.0.(Podman 3.0 was the final release for older distributions*, like CentOS 7, Ubuntu 18.04)
* see
#10937The text was updated successfully, but these errors were encountered: