-
-
Notifications
You must be signed in to change notification settings - Fork 383
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
Add podman backend #305
base: main
Are you sure you want to change the base?
Add podman backend #305
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Great I'lll work further on the implementation in between as well |
@mfulz now it is building - I think you can move forward :) |
Signed-off-by: 6543 <[email protected]>
Is this in essence compatible with |
It targets the main branch ... so its next what ever version next is going to be when it's finished :) The interface for backends did not changed that mouch ... at all anyway |
@mfulz Are you still using your interface or WP at all? Curious how close this is to be "production ready", also given how long this PR is already open :) |
Sorry for the silence atm this is stalled for me, as I'm loaded with too much other things, that cannot be postponed :( But when this will happen is impossible to tell atm. could be end of this year or next year - sorry for that EDIT: Sorry the mark ready was a missclick |
At least I can fix the errors for the checks if that would help. |
Well then just let it open as is ... open pulls per se dont hurt. Others can base new pulls on it or this gets ready ... |
closes #85
This is a first working podman backend, which can be used by calling the agent with --use-podman.
It is working on my environment fine for now, but would need broader testing.
This is a early version and cannot be called stable at all for now, but it makes sense to include it eary in my opinion.