←back to thread

1101 points codesmash | 1 comments | | HN request time: 0.613s | source
Show context
awoimbee ◴[] No.45139493[source]
The main issue is podman support on Ubuntu. Ubuntu ships outdated podman versions that don't work out of the box. So I use podman v5, GitHub actions uses podman v3, and my coworkers on Ubuntu use docker. So now my script must work with old podman, recent podman and docker
replies(9): >>45139613 #>>45139704 #>>45139722 #>>45139762 #>>45141829 #>>45142372 #>>45146121 #>>45146243 #>>45149875 #
1. troyvit ◴[] No.45139722[source]
This is my biggest problem too, and it's not just my problem but Podman's problem. Lack of name recognition is big for sure compared to Docker, but to me this version mismatch problem is higher on the list and more sure to keep Podman niche. Distros like Ubuntu always ship with older versions of software, it's sadly up to the maintainer to release newer versions, and Podman just doesn't seem interested in doing that. I don't know if it was their goal but it got me to use some RedHat derivative on my home server just to get a later version.