Oda2 / docker-ibmcloud-cli

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Dockerfile 77.7%Language:Shell 22.3%