Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 11 Go container-image Projects
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Buildah is another tool that can build OCI container images without requiring root privileges:
-
Project mention: ⚡ Secure your containers faster—without disrupting your workflow | dev.to | 2025-02-28
# Define variables VERSION="0.9.0" URL="https://github.com/project-copacetic/copacetic/releases/download/v${VERSION}/copa_${VERSION}_linux_amd64.tar.gz" # Download, extract, cleanup, and move copa binary curl -L -o "copa_${VERSION}_linux_amd64.tar.gz" "$URL" && \ tar -xzf "copa_${VERSION}_linux_amd64.tar.gz" copa && \ rm "copa_${VERSION}_linux_amd64.tar.gz" && \ mv copa /usr/bin/
-
-
-
-
Project mention: Stagex – Container-native, full-source bootstrapped, and reproducible toolchain | news.ycombinator.com | 2025-03-05
Why does the "Comparison" table show "Nix" as "No" for "Containerized"? One can [run Nix in containerized environments](https://nix.dev/manual/nix/2.24/installation/installing-dock...), [build containerized environments from Nix](https://nix.dev/tutorials/nixos/building-and-running-docker-...), and [even run Nix-generated environments directly in containerd through a plugin](https://github.com/pdtpartners/nix-snapshotter/blob/main/doc...). I believe the former two apply to Guix as well which is also marked as "No" for "Containerized".
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
traefik-crowdsec-bouncer
A http service to verify request and bounce them according to decisions made by CrowdSec.
-
Go container-image discussion
Go container-image related posts
-
A Safer Container Runtime
-
I don't like Docker or Podman
-
Using ARG in a Dockerfile – beware the gotcha
-
The What, Why and How of Containers
-
A gopher’s journey to the center of container images
-
Podman Desktop for Java Development
-
How to use Buildah to create a build-service written in golang
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 30 Apr 2025
Index
What are some of the best open-source container-image projects in Go? This list will help you:
# | Project | Stars |
---|---|---|
1 | grype | 9,750 |
2 | buildah | 7,802 |
3 | copacetic | 1,284 |
4 | buildpacks | 1,029 |
5 | manifest-tool | 791 |
6 | umoci | 787 |
7 | nix-snapshotter | 648 |
8 | Lazytainer | 627 |
9 | registry-ui | 432 |
10 | traefik-crowdsec-bouncer | 286 |
11 | noe | 53 |