{"id":43052786,"url":"https://github.com/cloud-native-toolkit/image-cli-tools-core","last_synced_at":"2026-01-31T10:38:20.855Z","repository":{"id":37449984,"uuid":"505820473","full_name":"cloud-native-toolkit/image-cli-tools-core","owner":"cloud-native-toolkit","description":"Container image with a core set of cloud-provider agnostic tools (jq, oc, etc) to interact with cloud environments","archived":false,"fork":false,"pushed_at":"2025-05-14T15:34:09.000Z","size":57,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-22T03:02:56.179Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"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-06-21T11:49:26.000Z","updated_at":"2025-05-14T15:34:03.000Z","dependencies_parsed_at":"2025-05-14T16:34:16.650Z","dependency_job_id":null,"html_url":"https://github.com/cloud-native-toolkit/image-cli-tools-core","commit_stats":null,"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/cloud-native-toolkit/image-cli-tools-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-native-toolkit%2Fimage-cli-tools-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-native-toolkit%2Fimage-cli-tools-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-native-toolkit%2Fimage-cli-tools-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-native-toolkit%2Fimage-cli-tools-core/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-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-native-toolkit%2Fimage-cli-tools-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28938842,"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:20.692Z","updated_at":"2026-01-31T10:38:20.847Z","avatar_url":"https://github.com/cloud-native-toolkit.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloud-Native Toolkit cli tools\n\n[![Docker Repository on Quay](https://quay.io/repository/cloudnativetoolkit/cli-tools-core/status \"Docker Repository on Quay\")](https://quay.io/repository/cloudnativetoolkit/cli-tools-core)\n\nThis repository builds a Docker image whose container is a client for interacting with different cloud providers (IBM Cloud, AWS, Azure).\n\nThe container includes the following tools:\n\n- bash\n- terraform cli\n- terragrunt cli\n- kubectl cli\n- oc cli\n- git cli\n- perl cli\n- jq cli\n- yq3 cli\n- yq4 cli\n- helm cli\n- igc cli\n- gitu cli\n- kubeseal cli\n- argocd cli\n- kustomize cli\n- htpasswd\n\n**Warning: The material contained in this repository has not been thoroughly tested. Proceed with caution.**\n\n## Getting started\n\n### Prerequisites\n\nTo run this image, the following tools are required:\n\n- `docker` cli\n- `docker` backend - Docker Desktop, colima, etc\n\n### Running the client\n\nStart the client to use it.\n\n- To run the `toolkit` container:\n\n    ```bash\n    docker run -itd --name toolkit quay.io/cloudnativetoolkit/cli-tools-core\n    ```\n\nOnce the client is running in the background, use it by opening a shell in it.\n\n- To use the `toolkit` container, exec shell into it:\n\n    ```bash\n    docker exec -it toolkit /bin/bash\n    ```\n\n    Your terminal is now in the container. \n\nUse this shell to run commands using the installed tools and scripts.\n\nWhen you're finished running commands, to exit the client.\n\n- To leave the `toolkit` container shell, as with any shell:\n\n    ```bash\n    exit\n    ```\n\n    The container will keep running after you exit its shell.\n\nIf the client stops:\n\n- To run the `toolkit` container again:\n\n    ```bash\n    docker start toolkit\n    ```\n\nThe `toolkit` container is just a Docker container, so all [Docker CLI commands](https://docs.docker.com/engine/reference/commandline/cli/) work.\n\n## Container registry\n\nThe build automation pushes the built container image to [quay.io/cloudnativetoolkit/cli-tools-core](https://quay.io/cloudnativetoolkit/cli-tools-core)\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-core\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-core .\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-core:v1.1 .\n```\n\n### Changing base OS versions\n\nThe base OS can be changed by using the `Dockerfile-fedora` file. For example:\n\n```shell\ndocker build -f Dockerfile-fedora -t cli-tools-core:fedora .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud-native-toolkit%2Fimage-cli-tools-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloud-native-toolkit%2Fimage-cli-tools-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud-native-toolkit%2Fimage-cli-tools-core/lists"}