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

feature: windmill CLI Docker image #3943

Closed
ghost opened this issue Jun 21, 2024 · 3 comments
Closed

feature: windmill CLI Docker image #3943

ghost opened this issue Jun 21, 2024 · 3 comments
Assignees

Comments

@ghost
Copy link

ghost commented Jun 21, 2024

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.

@ghost ghost assigned rubenfiszel Jun 21, 2024
@ghost ghost changed the title feature: windmill cli Docker image feature: windmill CLI Docker image Jun 21, 2024
@rubenfiszel
Copy link
Contributor

We will probably release such an image in the next few days

@rubenfiszel
Copy link
Contributor

@francescor
Copy link

francescor commented Oct 28, 2024

thanks for the CLI Docker image, we really need it.

We are unfortunately unable to use it for the wmill init

$  docker run --rm  ghcr.io/windmill-labs/windmill-cli --version
wmill 1.410.3
$ touch wmill.yaml
$ docker run --rm  -v ./wmill.yaml:/wmill.yaml ghcr.io/windmill-labs/windmill-cli init
wmill.yaml already exists

some basic bash commands would be usefult in the image (ls, cat, whoami pause, ps,...)

$ docker run --rm --entrypoint=/usr/bin/bash ghcr.io/windmill-labs/windmill-cli --version
GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants