{"id":46172654,"url":"https://github.com/bcochofel/kube-tools","last_synced_at":"2026-03-02T16:54:14.668Z","repository":{"id":257275164,"uuid":"857777569","full_name":"bcochofel/kube-tools","owner":"bcochofel","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-21T23:11:13.000Z","size":12,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-30T11:59:23.528Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcochofel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-15T15:32:56.000Z","updated_at":"2024-09-15T16:45:08.000Z","dependencies_parsed_at":"2024-09-15T17:42:33.747Z","dependency_job_id":"f87be48f-fb6c-48ae-9380-6d5285d1280b","html_url":"https://github.com/bcochofel/kube-tools","commit_stats":null,"previous_names":["bcochofel/kube-tools"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bcochofel/kube-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcochofel%2Fkube-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcochofel%2Fkube-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcochofel%2Fkube-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcochofel%2Fkube-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcochofel","download_url":"https://codeload.github.com/bcochofel/kube-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcochofel%2Fkube-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30010551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T15:15:59.058Z","status":"ssl_error","status_checked_at":"2026-03-02T15:15:58.758Z","response_time":60,"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-03-02T16:54:13.969Z","updated_at":"2026-03-02T16:54:14.656Z","avatar_url":"https://github.com/bcochofel.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kubernetes Tools\n\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![Docker](https://img.shields.io/badge/Docker%20Hub-bcochofel%2Fkube--tools-blue)](https://hub.docker.com/r/bcochofel/kube-tools)\n\n[![GitHub license](https://img.shields.io/github/license/bcochofel/kube-tools.svg)](https://github.com/bcochofel/kube-tools/blob/master/LICENSE)\n[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/bcochofel/kube-tools)](https://github.com/bcochofel/kube-tools/tags)\n[![GitHub issues](https://img.shields.io/github/issues/bcochofel/kube-tools.svg)](https://github.com/bcochofel/kube-tools/issues/)\n[![GitHub forks](https://img.shields.io/github/forks/bcochofel/kube-tools.svg?style=social\u0026label=Fork\u0026maxAge=2592000)](https://github.com/bcochofel/kube-tools/network/)\n[![GitHub stars](https://img.shields.io/github/stars/bcochofel/kube-tools.svg?style=social\u0026label=Star\u0026maxAge=2592000)](https://github.com/bcochofel/kube-tools/stargazers/)\n\nContainer image with Kubernetes tools.\n\n## List of tools\n\nThe container supports the following tools:\n\n- [arkade](https://github.com/alexellis/arkade)\n- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/)\n- [kustomize](https://github.com/kubernetes-sigs/kustomize)\n- [helm](https://helm.sh/docs/intro/install/)\n- [kubeconform](https://github.com/yannh/kubeconform)\n- [kube-score](https://github.com/zegl/kube-score)\n- [kubernetes-validate](https://github.com/willthames/kubernetes-validate)\n- [yamllint](https://pypi.org/project/yamllint/)\n- [polaris](https://github.com/FairwindsOps/polaris)\n- [trivy](https://github.com/aquasecurity/trivy)\n- [pre-commit](https://pre-commit.com/)\n\n## Build Container\n\nTo build the container run:\n\n```bash\ndocker build . -t kube-tools:latest\n```\n\nThe Dockerfile uses build args, so if you want to build the image with specific version of kubectl, for instance, you can run\n\n```bash\ndocker build . --build-arg KUBECTL_VERSION=1.30.0 -t kube-tools:latest\n```\n\n## Test Container\n\nYou can test the container by running\n\n```bash\ndocker run -it kube-tools:latest kubectl version\n```\n\n## References\n\n- [GitHub Actions - Dockerfile support](https://docs.github.com/en/actions/sharing-automations/creating-actions/dockerfile-support-for-github-actions)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcochofel%2Fkube-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcochofel%2Fkube-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcochofel%2Fkube-tools/lists"}