Skip to content
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

podman create pod ... --infra-name argument is not compatible on debian 11 #348

Closed
alohl669 opened this issue Oct 21, 2021 · 5 comments
Closed

Comments

@alohl669
Copy link

Hi, on debian 11, the podman stable version (3.0.1) seems that be not compatible with --infra-name argument and breaks

@polski-g
Copy link

That argument is also absent on CentOS 8. The repo uses version 3.2.3

This is argument is a relatively recent addition to podman:
containers/podman#10794

@alohl669
Copy link
Author

alohl669 commented Oct 21, 2021

That argument is also absent on CentOS 8. The repo uses version 3.2.3

This is argument is a relatively recent addition to podman: containers/podman#10794

yeah, I know, I just deleted "--infra-name={}_infra".format(pod["name"]), in my /usr/local/bin/podman-compose file and podman-compose works again. I am using podman in a Debian 11 pre-production server and mi intend is use debian 11 for production in the near future.
The point is that this podman 3.0.1 came as a stable version on Debian's official repositories.

I supposed that I could rollback to the previous version of this script but I see that not have releases.

Maybe could you make a compatibility table between podman and podman-compose versions in the future?

@jezkerwin
Copy link

I have the same issue on RHEL8 with podman version 3.2.3
I raised the issue here #346 and there was mention of For now try the equivalent cntnet mapping but I don't know what that is referring to.

@alohl669
Copy link
Author

I suppose that there wants to refer to https://github.com/containers/podman-compose/blob/devel/docs/Mappings.md, but sincerely, by now, I don't know how to go such far away :S

muayyad-alsadi added a commit that referenced this issue Oct 24, 2021
@muayyad-alsadi
Copy link
Collaborator

I've just fixed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants