Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l2fprod/ibmcloud-ci
A Docker image to use IBM Cloud CLI in continuous integration systems
https://github.com/l2fprod/ibmcloud-ci
Last synced: 1 day ago
JSON representation
A Docker image to use IBM Cloud CLI in continuous integration systems
- Host: GitHub
- URL: https://github.com/l2fprod/ibmcloud-ci
- Owner: l2fprod
- License: other
- Created: 2019-07-04T08:19:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T19:12:33.000Z (9 months ago)
- Last Synced: 2024-02-27T20:28:23.264Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Docker image to use IBM Cloud CLI in continuous integration systems
This Docker image comes preinstalled with:
- IBM Cloud CLI and plugins,
- `kubectl`, `tfswitch`, `helm`, `minio`.See [install-base.sh](./install-base.sh) and [install-ibmcloud.sh](./install-ibmcloud.sh) for the full list.
To run it locally:
```
docker run -it --volume $PWD:/root/mnt/home --workdir /root/mnt/home l2fprod/ibmcloud-ci
```---
The program is provided as-is with no warranties of any kind, express or implied.