ko-build/ko

Build and deploy Go applications

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 2 minutes ago
Added to GitGenius on September 7th, 2026
Created on March 21st, 2019
Open Issues & Pull Requests: 56 (+0)
GitHub issues: Enabled
Number of forks: 447
Total Stargazers: 8,514 (+0)
Total Subscribers: 41 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.6 hours
Mean response time: 62.9 days
90th percentile: 99.0 days
Tracked items: 56

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 8% of issues opened in the past year have been closed. Three people close 70% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 9
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 866 days
Stale 30+ days: 6
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 2
Events in 7 days: 4

Top labels

  • lifecycle/stale (31)
  • lifecycle/frozen (8)
  • good first issue (3)
  • help wanted (2)
  • question (2)
  • bug (1)
  • sbom (1)

Detailed Description

ko is a container image builder for Go applications.

ko solves the problem of building and deploying Go applications without requiring Docker to be installed. It works by executing go build on your local machine and then packaging the resulting binary into a container image. This approach eliminates the need for a Docker daemon and makes the build process lightweight and portable, particularly suited for CI/CD environments where Docker may not be available or desirable.

ko is best suited for Go applications that have minimal or no dependencies on the operating system base image, such as statically-linked binaries without cgo or OS package requirements. It excels at multi-platform builds, automatically produces software bill of materials by default, and includes YAML templating capabilities that make it particularly powerful for Kubernetes application deployment. The tool is ideal for teams building containerized Go services that need fast, dependency-free image builds.

The project maintains active community engagement through dedicated Slack channels and regular community meetings. Development activity shows consistent attention to core functionality and user-facing features, with a focus on keeping the build process simple and performant.