kubev2v / forklift-operator

This repository has been archived, development moved to https://github.com/kubev2v/forklift
Apache License 2.0
19 stars 19 forks source link

Makefile: Add DOCKER_CMD variable #236

Closed mnecas closed 2 years ago

mnecas commented 2 years ago

Add DOCKER_CMD variable which can be either podman or docker depending on which is present. If both are present it will use the podman.

fbladilo commented 2 years ago

@mnecas Not sure about podman as default when both are available, I always used docker which is operator sdk default without issues but I recall problems related with opm and indexes when building using podman.

fbladilo commented 2 years ago

LGTM