Ready-to-use image with Jelastic-CLI and jq installed. Usefull for automatized deployements
1.7K
Jelastic CLI for auto-deployment with jq tool.
This is based on https://github.com/mwienk/docker-jelastic-cli
deploy:
stage: deploy
image: 5ika/jelastic-cli
before_script:
- /root/jelastic/users/authentication/signin --login $LOGIN --password $PASSWORD --platformUrl $HOSTER
script:
- /root/jelastic/environment/control/redeploycontainerbyid --envName $ENV_NAME --nodeId $NODE_ID --tag latest
Content type
Image
Digest
Size
84 MB
Last updated
over 8 years ago
docker pull 5ika/jelastic-cli