We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a packaging concern. It'd be nice to be able to pull and run a Docker image for the Matano CLI.
Run it locally without having to bother with installation. Run it in container clusters. Use it with Docker Compose as part of a testing setup.
Probably by adding an image definition at cli/Dockerfile, followed by a CI/CD workflow to build and publish to Docker Hub, GH Container Registry, etc.
cli/Dockerfile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What?
This is a packaging concern. It'd be nice to be able to pull and run a Docker image for the Matano CLI.
Why?
Run it locally without having to bother with installation. Run it in container clusters. Use it with Docker Compose as part of a testing setup.
How?
Probably by adding an image definition at
cli/Dockerfile
, followed by a CI/CD workflow to build and publish to Docker Hub, GH Container Registry, etc.The text was updated successfully, but these errors were encountered: