awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesBuild Context Optimization

Techniques for managing the files and directories sent to the container daemon to reduce build time and image size.

Distinct from Build Performance Optimization: Specifically focuses on the build context (e.g., .dockerignore) rather than general build-time performance like caching.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Build Context Optimization. Refine with filters or upvote what's useful.

Awesome Build Context Optimization GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • collabnix/dockerlabsAvatar de collabnix

    collabnix/dockerlabs

    8,008Ver en GitHub↗

    dockerlabs is a collection of educational labs and technical tutorials designed to teach the fundamentals of containerization and microservice architecture. It provides instructional material and hands-on exercises covering image optimization, security training, infrastructure setup, and cluster orchestration. The project features specific courses and guides focused on reducing image size through multi-stage builds, securing workloads via vulnerability scanning and encrypted networks, and deploying multi-node clusters with high availability using Swarm orchestration. The materials cover a br

    Guides users on using configuration files to exclude unnecessary files from the build context.

    PHPadvancebeginnersdocker
    Ver en GitHub↗8,008
  • docker-library/official-imagesAvatar de docker-library

    docker-library/official-images

    6,972Ver en GitHub↗

    This project is a collection of curated and standardized Docker base images that serve as reliable starting points for building containerized applications. It functions as an OCI container image repository and a build template library, providing a central source of truth for images that adhere to Open Container Initiative standards for portability. The project utilizes an automated image lifecycle pipeline to build, tag, and push images, ensuring that dependencies remain current and security patches are applied. It specifically supports cross-platform distribution by providing a multi-archite

    Uses configuration files to exclude irrelevant local data from the build context to optimize performance.

    Shell
    Ver en GitHub↗6,972
  1. Home
  2. Software Engineering & Architecture
  3. Performance and Reliability
  4. Performance Optimization
  5. Build and Bundle Optimization
  6. Build Performance Optimization
  7. Build Context Optimization