2 مستودعات
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.
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.
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.