You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
andimage 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.The text was updated successfully, but these errors were encountered: