Machine Image - CI/CD用語集の定義
machine imageは、完全なbootディスク - オペレーティングシステム、インストール済みパッケージ、構成 - のスナップショットで、同一のインスタンスを起動するために使われます。AWSはこれをAMI、GCPはimageと呼びます。
関連ガイド
Immutable AMI - CI/CD Glossary DefinitionAn immutable AMI is a pre-baked machine image deployed unchanged - you replace instances rather than patch th…
cloud-init - CI/CD Glossary Definitioncloud-init is the de facto tool that configures a cloud instance on first boot - setting hostname, users, pac…
Base Image - CI/CD Glossary DefinitionA base image is the starting layer a Dockerfile builds on, set by the first FROM. Choosing a slim, trusted ba…