3 个仓库
Lightweight image templates used as a foundation for hosting binaries with minimal overhead.
Distinct from Platform as a Service: Distinct from Platform as a Service: focuses on the minimal image footprint rather than a managed deployment platform.
Explore 3 awesome GitHub repositories matching devops & infrastructure · Minimal Base Images. Refine with filters or upvote what's useful.
本项目作为官方 Docker 镜像的文档中心和规范仓库。它作为一个元数据驱动的文档生成器,将结构化内容文件转换为 Markdown 文件和 Readme,以供公开发布。 该仓库提供了用于跨多种 CPU 架构部署容器化软件的技术指南和配置标准。它包括用于配置环境变量、卷挂载和网络设置的详细手册,以确保一致的镜像部署。 该文档涵盖了广泛的容器化环境,包括各种 Linux 发行版和最小化 Unix 环境。它详细介绍了数据库实例、Java 运行时和内容管理系统的部署,重点在于轻量级容器优化和数据持久化。 该项目使用自动化验证在发布前根据格式标准检查 Markdown 和 YAML 源文件。
Provides minimal base images designed for hosting binaries with a reduced resource footprint.
IncludeOS is a unikernel operating system that bundles application code with only the necessary kernel drivers into a single bootable image. It functions as a resource-efficient cloud service virtual machine and a lightweight serverless runtime environment designed to minimize memory footprints and boot times. The project provides a Linux compatibility layer via a C library, allowing applications written for Linux to be compiled and executed within the unikernel environment. It also serves as a network appliance framework for building high-performance firewalls and load balancers using config
Creates small, bootable images by bundling services with a minimal operating system at link-time.
Bento 是一个用于定义、构建和分发标准化、跨平台虚拟机镜像和基础盒 (base boxes) 的系统。它作为一个虚拟机镜像构建器,使用声明式配置模板自动化镜像的创建。 该项目提供了一个用于构建、测试并将镜像发布到云注册表的流水线。此工作流利用一系列模板在多个操作系统上生成最小化的、标准化的基础盒。 该系统涵盖了通过基于模板的生成进行镜像自动化,以及用于根据特定配置测试已构建镜像的验证工具。它包括用于根据处理器架构列出兼容模板,并通过元数据追踪编排构建过程的实用工具。
Generates minimal, lightweight virtual machine images that serve as a foundation for consistent environment baselines.