Go container-image

Open-source Go projects categorized as container-image

Top 11 Go container-image Projects

container-image
  1. grype

    A vulnerability scanner for container images and filesystems

    Project mention: Deep Dive 🤿: Where Does Grype Data Come From? | dev.to | 2024-11-12
  2. 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.

    CodeRabbit logo
  3. buildah

    A tool that facilitates building OCI images.

    Project mention: A Safer Container Runtime | dev.to | 2025-03-31

    Buildah is another tool that can build OCI container images without requiring root privileges:

  4. copacetic

    🧵 CLI tool for directly patching container images!

    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/

  5. buildpacks

    Builders and buildpacks designed to run on Google Cloud's container platforms

  6. manifest-tool

    Command line tool to create and query container image manifest list/indexes

  7. umoci

    umoci modifies Open Container images

  8. nix-snapshotter

    Brings native understanding of Nix packages to containerd

    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".

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. Lazytainer

    Docker container lazy loading

  11. registry-ui

    Web UI for Docker Registry

  12. traefik-crowdsec-bouncer

    A http service to verify request and bounce them according to decisions made by CrowdSec.

  13. noe

    streamline multi arch k8s runtimes

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go container-image discussion

Log in or Post with

Go container-image related posts

  • A Safer Container Runtime

    2 projects | dev.to | 31 Mar 2025
  • I don't like Docker or Podman

    2 projects | news.ycombinator.com | 26 Jan 2025
  • Using ARG in a Dockerfile – beware the gotcha

    3 projects | news.ycombinator.com | 14 May 2024
  • The What, Why and How of Containers

    2 projects | news.ycombinator.com | 27 Mar 2024
  • A gopher’s journey to the center of container images

    5 projects | dev.to | 23 Nov 2023
  • Podman Desktop for Java Development

    1 project | /r/java | 8 May 2023
  • How to use Buildah to create a build-service written in golang

    1 project | /r/podman | 14 Mar 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 30 Apr 2025
    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 →

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

Sponsored
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.
coderabbit.ai

Did you know that Go is
the 4th most popular programming language
based on number of references?