Skip to content

Oda2/docker-ibmcloud-cli

Repository files navigation

IBMCloud CLI

A minimal container containing the CLI tools required for use in the IBMCloud

Codacy Badge Main Branch GitHub license Docker Image Size (tag) FOSSA Status

Prerequisites

Getting started

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

Plugins Installed default

  • kubernetes-service
  • container-registry
  • schematics
  • cloud-object-storage

How is this useful

Instead of using the ibmcloud login installation in our CI, this container will always provide the ready-to-use CLI.

License

Licensed under MIT

FOSSA Status