Deis Workflow CLI for use in CI environments
10K+
This alpine Linux based Docker image packages the Deis Workflow CLI for use in CI and other automated environments.
It supports three methods for automatic login:
deis login)You can also set DEIS_SSH_KEY or SSH_KEY to a private key used for Deis Builder git push. The key will be loaded into the ssh-agent automatically, so it must be unencrypted.
Example of running manually:
docker run --rm -it \
-e DEIS_USERNAME=ci \
-e DEIS_PASSWORD=secret \
-e DEIS_CONTROLLER=https://deis.example.org \
-e SSH_KEY="$(cat ~/.ssh/id_rsa)" \
felixbuenemann/deis-workflow-cli:v2.7.0 \
deis apps
Content type
Image
Digest
Size
18.7 MB
Last updated
almost 8 years ago
docker pull felixbuenemann/deis-workflow-cli