Podman compatibility #2
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: LibertaCasa/pubsh-web#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This issue will be used to track upstream issues blocking our Podman compatibility. The goal is to introduce compatibility with Podman without changing the existing Docker implementations.
Image conflicts return a HTTP 500 reponse, causing a generic server error exception to return. Since we rely on Dockers 409 response, and in return the docker-java ecxeption handling of it, to determine busy images during shell deletions, an upstream issue has been opened:
https://github.com/containers/podman/issues/14208