Closed camilamacedo86 closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 38.23%. Comparing base (
55689e8
) to head (b1c5480
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
If you are looking for a docker-based system on MacOS, I've been using colima successfully for quite awhile. It does not have the same license problems as the official Docker Desktop application and was more stable for me when I was trying to decide between podman desktop and colima.
I think it is fine to align this repo with operator-controller, but just be forewarned: the stance in operator-controller is that we do not and likely will not have CI setup for multiple container runtimes. Right now, we use docker officially, and podman is best-effort.
Since docker requires a license in some scenarios, we might have contributors who prefer to use Podman. This commit introduces the changes necessary to support both.