Vendoring - CI/CD用語集の定義
vendoringは、サードパーティの依存関係をリポジトリに直接コピーし(例えばvendor/ディレクトリ)、buildがbuild時にそれらを取得しないようにします。リポジトリのサイズを代償に、buildを再現可能かつオフラインで実行可能にします。
vendoringは、サードパーティの依存関係をリポジトリに直接コピーし(例えばvendor/ディレクトリ)、buildがbuild時にそれらを取得しないようにします。リポジトリのサイズを代償に、buildを再現可能かつオフラインで実行可能にします。
vendoringは、サードパーティの依存関係をリポジトリに直接コピーし(例えばvendor/ディレクトリ)、buildがbuild時にそれらを取得しないようにします。リポジトリのサイズを代償に、buildを再現可能かつオフラインで実行可能にします。
関連ガイド
Submodule - CI/CD Glossary DefinitionSubmodule: A submodule embeds one Git repository inside another at a fixed commit, tracked in a `.gitmodules`…
Monorepo - CI/CD Glossary DefinitionMonorepo: A monorepo is a single repository holding many projects or services that share history, tooling, an…
Lockfile - CI/CD Glossary DefinitionLockfile: A **lockfile** (package-lock.json, Cargo.lock, etc.) pins exact dependency versions so builds are r…