{"id":43052771,"url":"https://github.com/cloud-native-toolkit/image-cli-tools-ibmcloud","last_synced_at":"2026-01-31T10:38:19.923Z","repository":{"id":43784816,"uuid":"511639889","full_name":"cloud-native-toolkit/image-cli-tools-ibmcloud","owner":"cloud-native-toolkit","description":"Container image with tools for interacting with IBM Cloud","archived":false,"fork":false,"pushed_at":"2025-05-15T03:13:50.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-22T03:02:56.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloud-native-toolkit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-07T18:47:43.000Z","updated_at":"2025-05-15T03:13:43.000Z","dependencies_parsed_at":"2025-03-10T06:24:50.053Z","dependency_job_id":"069e3f3c-7b23-4fb1-aa1f-f8b790df4ed0","html_url":"https://github.com/cloud-native-toolkit/image-cli-tools-ibmcloud","commit_stats":null,"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"purl":"pkg:github/cloud-native-toolkit/image-cli-tools-ibmcloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-native-toolkit%2Fimage-cli-tools-ibmcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-native-toolkit%2Fimage-cli-tools-ibmcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-native-toolkit%2Fimage-cli-tools-ibmcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-native-toolkit%2Fimage-cli-tools-ibmcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloud-native-toolkit","download_url":"https://codeload.github.com/cloud-native-toolkit/image-cli-tools-ibmcloud/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-native-toolkit%2Fimage-cli-tools-ibmcloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28938841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T10:18:23.202Z","status":"ssl_error","status_checked_at":"2026-01-31T10:18:22.693Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-31T10:38:19.860Z","updated_at":"2026-01-31T10:38:19.918Z","avatar_url":"https://github.com/cloud-native-toolkit.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# image-cli-tools-ibmcloud\n\nContainer image with tools for interacting with IBM Cloud.\n\nThis image is built upon [quay.io/cloudnativetoolkit/cli-tools-core](https://quay.io/cloudnativetoolkit/cli-tools-core) which has common tools for interacting with cloud environments, including **terraform**, **terragrunt**, **kubectl** and **oc** clis.\n\n## Contents\n\nThis image adds the following:\n\n- ibmcloud cli\n- ibmcloud container-service plugin\n- ibmcloud container-registry plugin\n- ibmcloud observe-service plugin\n- ibmcloud vpc-infrastructure plugin\n\n## Container registry\n\nThe build automation pushes the built container image to [quay.io/cloudnativetoolkit/cli-tools-ibmcloud](https://quay.io/cloudnativetoolkit/cli-tools-ibmcloud)\n\n### Floating tags\n\nThe floating image tags use the following convention:\n\n- `latest` - the latest **alpine** version of the image (currently terraform v1.2)\n- `alpine` - the latest **alpine** version of the image (currently terraform v1.2)\n- `fedora` - the latest **fedora** version of the image (currently terraform v1.2)\n- `v1.2` - the latest **alpine** version of the image using terraform v1.2\n- `v1.1` - the latest **alpine** version of the image using terraform v1.1\n- `v1.0` - the latest **alpine** version of the image using terraform v1.0\n- `v1.2-alpine` - the latest **alpine** version of the image using terraform v1.2\n- `v1.1-alpine` - the latest **alpine** version of the image using terraform v1.1\n- `v1.0-alpine` - the latest **alpine** version of the image using terraform v1.0\n- `v1.2-fedora` - the latest **fedora** version of the image using terraform v1.2\n- `v1.1-fedora` - the latest **fedora** version of the image using terraform v1.1\n- `v1.0-fedora` - the latest **fedora** version of the image using terraform v1.0\n\n### Pinned tags\n\nEach release within the repository corresponds to a pinned image tag that will never be moved to another image. The pinned tags use the following naming convention:\n\n```text\n{terraform version}-{release tag}-{base OS image}\n```\n\nwhere:\n\n- `{terraform version}` - is the major and minor version of the terraform cli (e.g. v1.1)\n- `{release tag}` - is the release tag for this repository (e.g. v1.0.0)\n- `{base OS image}` - is the base OS image (`alpine` or `fedora`) \n\nFor example:\n\n```text\nv1.1-v1.0.0-alpine\n```\n\n## Usage\n\nThe image can be used by referring to the image url. The following can be used to run the container image interactively:\n\n```shell\ndocker run -it quay.io/cloudnativetoolkit/cli-tools-ibmcloud\n```\n\n## Development\n\nTo build the default image using the latest version of terraform on alpine, run the following:\n\n```shell\ndocker build -t cli-tools-ibmcloud .\n```\n\n### Changing terraform versions\n\nThe terraform version can be changed by passing the `TERRAFORM_VERSION` as a build arg. For example:\n\n```shell\ndocker build --build-arg TERRAFORM_VERSION=v1.1 -t cli-tools-ibmcloud:v1.1 .\n```\n\n### Changing base OS versions\n\nThe base OS can be changed by passing the `BASE_OS` as a build arg. Only `alpine` and `fedora` are currently supported for this value. For example:\n\n```shell\ndocker build --build-arg BASE_OS=fedora -t cli-tools-ibmcloud:fedora .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud-native-toolkit%2Fimage-cli-tools-ibmcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloud-native-toolkit%2Fimage-cli-tools-ibmcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud-native-toolkit%2Fimage-cli-tools-ibmcloud/lists"}