-
Notifications
You must be signed in to change notification settings - Fork 598
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
feature: windmill CLI Docker image #3943
Comments
We will probably release such an image in the next few days |
thanks for the CLI Docker image, we really need it. We are unfortunately unable to use it for the
some basic bash commands would be usefult in the image (
Where can we find reference on what |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For integration into CI/CD systems, it would be nice to have a pre-built Docker image containing the
wmill
CLI tool, so that actions/jobs do not have to download the dependencies on each run.The entrypoint MAY be pointing to the
wmill
executable, but arbitrary script execution via Bourne (again) shells SHOULD still be possible by replacing the entrypoint.The text was updated successfully, but these errors were encountered: