A minimal container containing the CLI tools required for use in the IBMCloud
- Docker
- IBM API Key IAM API Keys
Launch the container as follows:
docker run -it \
--name ibmcloud-cli \
-e IBM_CLOUD_API_KEY=MY_API_KEY \
-e IBM_CLOUD_REGION=MY_REGION \
oda2/ibmcloud-cli sh
- kubernetes-service
- container-registry
- schematics
- cloud-object-storage
Instead of using the ibmcloud login installation in our CI, this container will always provide the ready-to-use CLI.
Licensed under MIT