Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy maestro with docker option #100

Closed
wants to merge 3 commits into from

Conversation

yanmxa
Copy link
Contributor

@yanmxa yanmxa commented May 27, 2024

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 yanmxa changed the title deploy maestro with docker deploy maestro with docker option May 27, 2024
@yanmxa
Copy link
Contributor Author

yanmxa commented Jun 11, 2024

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

@yanmxa yanmxa closed this Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant