Conversation
ctubbsii
commented
Feb 11, 2026
- Attempt to update for ruby 3.2 again (after ASF INFRA-27632 has been completed)
- Also update README and switch to more vendor-neutral OCI standard Containerfile with podman as the reference command instead of docker
* Attempt to update for ruby 3.2 again (after ASF INFRA-27632 has been completed) * Also update README and switch to more vendor-neutral OCI standard Containerfile with podman as the reference command instead of docker
|
Theses changes look good and I was still able to build/run via docker with I am not familiar with podman. Install was easy, just installed and set in I'm fine with this switch to podman but am just curious what is the main motivation for this change? |
Mainly, I use podman instead of docker. But overall, I thought it was nice to move away from the vendor-specific file to a more OCI-compliant one. I'm curious if the |
Yea it looks like running the podman command with docker runs just fine: |
Add the optional podman parameter so the same commands work with both docker and podman