jib icon indicating copy to clipboard operation
jib copied to clipboard

feat: look for and use existing podman installation as well as Docker

Open g0ddest opened this issue 2 years ago • 1 comments

Motivation

As said in #3949 jib works with hardcoded docker executable name. But there are alternative software (podman, rancher, ...) and it's good to provide out-of-box for the most popular ones.

Implementation

I made from DEFAULT_DOCKER_CLIENT as list of the most popular container software (docker and podman in this PR).

g0ddest avatar Mar 02 '23 08:03 g0ddest

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Mar 02 '23 08:03 google-cla[bot]