{"id":13416821,"url":"https://github.com/ko-build/ko","last_synced_at":"2026-05-04T21:08:42.368Z","repository":{"id":37318958,"uuid":"177010499","full_name":"ko-build/ko","owner":"ko-build","description":"Build and deploy Go applications","archived":false,"fork":false,"pushed_at":"2026-04-30T06:04:24.000Z","size":49106,"stargazers_count":8417,"open_issues_count":51,"forks_count":441,"subscribers_count":40,"default_branch":"main","last_synced_at":"2026-04-30T08:06:56.636Z","etag":null,"topics":["container","containers","deploy","docker","go","golang","kubernetes"],"latest_commit_sha":null,"homepage":"https://ko.build","language":"Go","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/ko-build.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":"MAINTAINERS.md","copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-03-21T19:24:01.000Z","updated_at":"2026-04-30T06:04:05.000Z","dependencies_parsed_at":"2023-02-16T08:45:40.354Z","dependency_job_id":"260aeb50-86e7-4c77-ae1b-1ad6781c3d5b","html_url":"https://github.com/ko-build/ko","commit_stats":null,"previous_names":["google/ko"],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/ko-build/ko","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ko-build%2Fko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ko-build%2Fko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ko-build%2Fko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ko-build%2Fko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ko-build","download_url":"https://codeload.github.com/ko-build/ko/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ko-build%2Fko/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32599415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["container","containers","deploy","docker","go","golang","kubernetes"],"created_at":"2024-07-30T22:00:22.754Z","updated_at":"2026-05-04T21:08:42.352Z","avatar_url":"https://github.com/ko-build.png","language":"Go","funding_links":[],"categories":["Popular","Go","Configuration Management","Containers","蓝队工具","Building Images","kubernetes","Software Packages","docker","Continuous Delivery \u0026 GitOps"],"sub_categories":["Threat modelling","云原生相关工具","Builder","DevOps Tools"],"readme":"# `ko`: Easy Go Containers\n\n[![GitHub Actions Build Status](https://github.com/ko-build/ko/workflows/Build/badge.svg)](https://github.com/ko-build/ko/actions?query=workflow%3ABuild)\n[![GoDoc](https://godoc.org/github.com/google/ko?status.svg)](https://godoc.org/github.com/google/ko)\n[![Go Report Card](https://goreportcard.com/badge/ko-build/ko)](https://goreportcard.com/report/ko-build/ko)\n[![SLSA 3](https://slsa.dev/images/gh-badge-level3.svg)](https://slsa.dev/images/gh-badge-level3.svg)\n\n\u003cimg src=\"./docs/images/demo.png\" width=\"100%\"\u003e\n\n---\n\n\u003e 🎉 Google has applied for `ko` to join the Cloud Native Computing Foundation as a Sandbox project! Learn more [here](https://opensource.googleblog.com/2022/10/ko-applies-to-become-a-cncf-sandbox-project.html)!\n\n`ko` is a simple, fast container image builder for Go applications.\n\nIt's ideal for use cases where your image contains a single Go application\nwithout any/many dependencies on the OS base image (e.g., no cgo, no OS package\ndependencies).\n\n`ko` builds images by effectively executing `go build` on your local machine,\nand as such doesn't require `docker` to be installed. This can make it a good\nfit for lightweight CI/CD use cases.\n\n`ko` makes [multi-platform builds](https://ko.build/features/multi-platform/) easy, produces [SBOMs](https://ko.build/features/sboms/) by default, and includes support for simple YAML templating which makes it a powerful tool for [Kubernetes applications](https://ko.build/features/k8s/).\n\n# [Install `ko`](https://ko.build/install/) and [get started](https://ko.build/get-started/)!\n\n### Acknowledgements\n\nThis work is based heavily on experience from having built the [Docker](https://github.com/bazelbuild/rules_docker) and [Kubernetes](https://github.com/bazelbuild/rules_k8s) support for [Bazel](https://bazel.build).\nThat work was presented [here](https://www.youtube.com/watch?v=RS1aiQqgUTA).\n\n### Discuss\n\nQuestions? Comments? Ideas?\nCome discuss `ko` with us in the `#ko-build` channel on the [Kubernetes Slack](https://slack.k8s.io)!\nSee you there!\n\n### Community Meetings\n\nYou can find all the necessary details about the community meetings in this [page](https://ko.build/community).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fko-build%2Fko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fko-build%2Fko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fko-build%2Fko/lists"}