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

Ensure seamless integration with podman #140

Closed
baronfel opened this issue Aug 26, 2022 · 3 comments
Closed

Ensure seamless integration with podman #140

baronfel opened this issue Aug 26, 2022 · 3 comments

Comments

@baronfel
Copy link
Member

baronfel commented Aug 26, 2022

Podman supports a mode that exposes a Docker daemon that the Docker CLI can interact with. Our current feature set supports pushing to this daemon, but for some reason podman-specific commands like ps and image list don't return any images. docker equivalent commands do see the images, and the images can be run. We should investigate and see if there are metadata/configuration differences in the way these commands discover and execute images.

@baronfel
Copy link
Member Author

Two hurdles that users may see:

@baronfel
Copy link
Member Author

I'm going to keep this open for now - I think the action item would be to add a CI/test leg that uses podman instead of Docker and verify that the end-to-end tests all work.

@baronfel
Copy link
Member Author

baronfel commented Jul 5, 2023

We have all of this now - Explicit Podman support in the tasks, and a CI run that uses podman.

@baronfel baronfel closed this as completed Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant