openshift-online / maestro

Maestro Service Repo
Apache License 2.0
9 stars 17 forks source link

deploy maestro with docker option #100

Closed yanmxa closed 3 months ago

yanmxa commented 4 months ago

I try to deploy the meastro to the openshift cluster. It throws the following error message:

make deploy
for cmd in $(ls cmd); do \
        go build \
                -ldflags="" \
                -o "${cmd}" \
                "./cmd/${cmd}" \
                || exit 1; \
done
podman build -t "default-route-openshift-image-registry.apps.obs-hub-of-hubs-aws-414-sno-lrqtk.scale.red-chesterfield.com/maestro-myan/maestro:1716775881" .
/bin/sh: line 1: podman: command not found
make: *** [Makefile:314: image] Error 127
yanmxa commented 3 months ago

Currently, we can explicitly use the container tool to set the setting. We could enable automatic detection in the future.