1 repositorio
Capabilities to build and immediately run a container process from a source path in one step.
Distinct from Container Command Execution: Existing candidates focus on nested or headless execution, not the build-and-run pipeline.
Explore 1 awesome GitHub repository matching devops & infrastructure · Instant Image Execution. Refine with filters or upvote what's useful.
Ko is a daemonless container image builder and OCI image generator specifically for Go applications. It compiles Go source code into binaries and packages them directly into container images, pushing them to registries without requiring a local container runtime or daemon. The tool specializes in multi-platform image distribution, producing images for various CPU architectures and operating systems from a single execution. It distinguishes itself by automating the entire pipeline from Go import paths to Kubernetes deployment or serverless function packaging for architectures like AWS Lambda.
Packages an import path into a container image and executes it immediately as a running process.