awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesContent Injection

Adding external files, directories, or remote content directly into a container filesystem.

Distinct from Container Filesystem Initialization: Distinct from initialization: focuses on the transfer and injection of specific content into an existing filesystem root.

Explore 2 awesome GitHub repositories matching data & databases · Content Injection. Refine with filters or upvote what's useful.

Awesome Content Injection GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • containers/buildahAvatar von containers

    containers/buildah

    8,618Auf GitHub ansehen↗

    Buildah is a tool for creating OCI-compliant container images without requiring a background daemon process. It functions as a daemonless image constructor and distribution tool, allowing users to build, push, and pull images between local storage and remote registries. The project distinguishes itself by supporting unprivileged image building through the use of user namespaces and rootless mode. It enables direct modification of container root filesystems by mounting them to the host, allowing images to be treated as directories that can be manipulated via standard shell commands or scripts.

    Allows adding local files or remote content directly into a container filesystem during image construction.

    Gocontainercontainer-imagecontainers
    Auf GitHub ansehen↗8,618
  • caarlos0/envAvatar von caarlos0

    caarlos0/env

    6,004Auf GitHub ansehen↗

    env is a Go library that reads environment variables and populates the fields of a Go struct according to tag directives. It uses reflection to iterate over struct types and tags at runtime, mapping environment variable names to struct fields and applying parsing behavior defined in struct tags. The library supports required field validation, returning errors when marked fields are missing or empty after parsing. It also provides default value fallback from struct tags when environment variables are not set, environment variable expansion that recursively substitutes references within values,

    Reads file contents from paths specified in environment variables and assigns them directly to struct fields.

    Goconfigconfigurationenvironment
    Auf GitHub ansehen↗6,004
  1. Home
  2. Data & Databases
  3. Persistent Storage Volumes
  4. Filesystem Mounts
  5. Container Filesystem Initialization
  6. Content Injection

Unter-Tags erkunden

  • Environment Variable File InjectorsReads file contents from paths specified in environment variables and assigns them directly to struct fields. **Distinct from Content Injection:** Distinct from Content Injection: focuses on injecting file content into struct fields via environment variable paths, not container filesystem injection.